Ubuntu 14.04 上的 usbcore 内核模块

Ubuntu 14.04 上的 usbcore 内核模块

我需要 usbcore 内核模块将数字示波器连接到 usb 端口。(http://www.bitscope.com/

如何安装 usbcore 内核模块?

我的笔记本电脑上运行着 ubuntu 14.04。

lsmod |grep usb

usbnet                 45056  3 rndis_host,rndis_wlan,cdc_ether
mii                    16384  1 usbnet
usb_storage            69632  1 uas
btusb                  40960  0 
bluetooth             491520  22 bnep,btusb,rfcomm
usbhid                 53248  0 
hid                   110592  3 usbhid,hid_logitech_dj,hid_logitech_hidpp

非常感谢您的帮助。(首先尝试了制造商,但目前没有成功。:-( )

答案1

您的一些参考资料有点过时了。以前称为 usbcore 模块的东西现在已内置。您可以通过尝试将其删除来检查:

$ sudo modprobe -v -r usbcore
modprobe: FATAL: Module usbcore is builtin.

相关内容