Issue in running usbmon

Hi,

I followed the link [url]12.04 - How to monitor USB webcam bandwidth usage? - Ask Ubuntu

I am trying to install usbmon on TX2, which has L4T R28, revision 2.1.

After successful installation, I could not load the “usbmon” module.

I got “modprobe: FATAL: Module usbmon not found in directory /lib/modules/4.4.38-tegra”

Regards

Hi,
By default, CONFIG_USB_MON is not enabled in tegra18_defconfig. You need to enable it and rebuild kernel image.

Hi DaneLLL,

I am new to this Kernel manipulations. Would you guide me to a reliable source which details the implementations .

Thank you

Hi,
Please refer to [Kernel Customization] in https://developer.nvidia.com/embedded/dlc/l4t-documentation-28-2-ga
Kernel source is in https://developer.nvidia.com/embedded/dlc/sources-r2821

1 Like