0

Can you please let me know how do i disable/remove the USB Host Controller driver from the kernel. Is there a way I can unhook the usb driver module from the kernel.

Linux 2.6.24.7-r1116 / Fedora

4

1 回答 1

0
sudo lsmod | grep ohci
sudo lsmod | grep ehci

如果这些命令什么也没显示 - 那么您的主机控制器驱动程序将被编译到内核中。否则 rmmod 所有模块,我的命令显示。

这是一个程序员的问题。我在设备驱动程序中调试 USB 设备的热插拔时使用了这种技术。

于 2011-02-01T15:18:19.910 回答