Paul Wise <[EMAIL PROTECTED]> writes: > Package: linux-2.6 > Severity: wishlist > > usbmon.ko is available on most platforms, but it seems to have been > overlooked on amd64. I would like to have it for reverse engineering USB > protocols. I switched from i386 to amd64 since the last time I was doing > that and was surprised to find it was not available. > > http://packages.debian.org/file:usbmon.ko
It is not a module because USB support is built-in: [EMAIL PROTECTED]:~$ egrep '^CONFIG_USB(_MON)?=' /boot/config-2.6.26-1-amd64 CONFIG_USB=y CONFIG_USB_MON=y Which means that it is available by default: [EMAIL PROTECTED]:~$ uname -a Linux canardo 2.6.26-1-amd64 #1 SMP Thu Oct 9 14:16:53 UTC 2008 x86_64 GNU/Linux [EMAIL PROTECTED]:~$ df /sys/kernel/debug Filesystem 1K-blocks Used Available Use% Mounted on debug 0 0 0 - /sys/kernel/debug [EMAIL PROTECTED]:~$ ls -ld /sys/kernel/debug/usbmon drwxr-xr-x 2 root root 0 2008-10-17 17:20 /sys/kernel/debug/usbmon Bjørn -- Insecure dependency in cortex while running with -T switch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]