-
Add usbmon to kernel
Hi fellows,
having usbmon configured into the kernel would be great. Also integrating
userland usbmon tool: hxxp://people.redhat.com/zaitcev/linux/
As I don't wanna compile a new kernel and break BT4 specific dependencies
I'm not aware off.
Here the complete guide:
hxxp://tjworld.net/wiki/Linux/Ubuntu/USBmonitoring]Linux/Ubuntu/USBmonitoring
Thanks
brtw2003
-
-
sorry, typo:
hxxp://tjworld.net/wiki/Linux/Ubuntu/USBmonitoring
-
root@bt:~# cat /usr/src/linux/.config |grep CONFIG_DEBUG_KERNEL
# CONFIG_DEBUG_KERNEL is not set
root@bt:~# cat /usr/src/linux/.config |grep CONFIG_DEBUG_FS
CONFIG_DEBUG_FS=y
root@bt:~# cat /usr/src/linux/.config |grep CONFIG_USB_MON
CONFIG_USB_MON=y
root@bt:~#