USB
Monitor USB Communication
Start Wireshark
$ sudo modprobe usbmon
$ sudo wiresharkFind associated USB port with either
lsusbordmesg. Example of lsusb output:
$ lsusb
...
Bus 001 Device 011: ID 047d:2048 Kensington Orbit Trackball with Scroll RingSet a filter with corresponding bus and device ID, i.e.
usb.src == "1.11.1". When you move the trackball you should now see a lot of USB communication.

Last updated
Was this helpful?