|
From: Hans de G. <hde...@re...> - 2012-06-13 13:35:45
|
Hi, On 06/13/2012 03:17 PM, Markus wrote: > On Wed, 13 13:24 , Pete Batard wrote: >> >> When achievable, being able to have a look at the data being sent on the >> bus usually pays off, especially if you're not sure where to look to >> find out where the problem comes from. >> > > Thanks, Pete. As Wireshark doesn't capture USB on Windows, it > looks as I'll have to resort to a proprietary tool. > > Can you (or somebody else reading the list) recommend something worthwhile in a price range < 500$ ? I've good experience with running windows in a qemu-kvm vm under Linux, running wireshark to capture the usb under Linux. This does require using a recent qemu + spice with usbredir. Full disclosure: I'm the developer of the spice/qemu usbredir code. But I also regularly reverse-engineer USB devices to write Linux drivers, and lately I've been using a windows-vm under qemu/kvm + spice-usbredir exclusively for this. The best distro to give this a try is Fedora 17, as that has all the necessary qemu and spice bits out of the box. Regards, Hans |