You are not logged in.
Pages: 1
I am working on getting a midi controller I have to work natively with Alsa.
I've currently set it up so that Alsa recognizes it as a midi device and hotplug properly but I am unable to get it to send messages in either direction. The best way to handle this is to monitor USB traffic and make sure what Alsa is expecting is indeed what is being sent, but a quick google search doesn't turn up anything immediately useful.
I would suspect there would be some sort of daemon that would sit and monitor usb traffic and write to a logfile.
Are there any tools that anyone knows of, or would anyone be able to point me in the right direction so I could start working on building one?
help is always appreciated.
thank you.
Offline
With the correct (the most recent) version of libpcap, you can capture USB-traffic with wireshark.
Offline
Pages: 1