USB板移动鼠标不在ubuntu上工作但在Windows上工作


2

我有一个白板,用于通过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使用usb-devices工具查找正在使用的驱动程序。我打赌你会发现它使用了usbhid驱动程序。
Sam Protsenko 2016年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.