我有一个白板,用于通过USB连接时在相应的计算机上移动鼠标。
它在Windows上完美运行,但在Ubuntu机器上没有显示任何移动。
我按照答案中提到的说明https://unix.stackexchange.com/questions/75558/ubuntu-make-fails-with-no-such-file-or-directory-lib-modules-3-4- 0-build / 75584#75584 安装cp210x。
我能够看到它连接,但没有运动。
autoroot@autoroot:~/src/linux-source-3.2.0/drivers/usb/serial$ lsusb
....
Bus 005 Device 013: ID 4623:011a
连接设备并不意味着为其加载了驱动程序。
—
Ali
@Ali是的,我知道。我很难找到合适的驱动程序。
—
Abhishek Bhatia 2016年
@AbhishekBhatia使用
—
Sam Protsenko 2016年
usb-devices
工具查找正在使用的驱动程序。我打赌你会发现它使用了usbhid
驱动程序。