我已经购买了 Bosto 触摸板 (像这样),将其插入我的笔记本电脑,它工作正常。但是当我将设备插入我的台式机时,触摸板不工作。
两个设备上的操作系统相同:Ubuntu 20.04。在桌面上,我在 lsusb 中看到设备,但在 xinput 列表中看不到。设备无法被识别为输入设备。
在笔记本上:
❯ sudo xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [slave pointer (2)]
⎜ ↳ TPPS/2 Elan TrackPoint id=13 [slave pointer (2)]
⎜ ↳ Nuvoton Touchpad id=15 [slave pointer (2)]
⎜ ↳ Nuvoton id=16 [slave pointer (2)]
但桌面上缺少 Nuvoton 条目。
有什么想法可以检测配置差异或修复它吗?提前谢谢您。
答案1
将内核升级到 5.15 后问题解决。设备现在出现在 xinput 列表中,但仍无法工作。进一步调查Xserver 未接收触摸板事件