我更新了我的笔记本电脑(戴尔“XPS 13 开发者版”,又名“Sputnik”,预装了 Ubuntu)升级到 14.10。重启后我的触控板无法使用。键盘、触摸屏和其他一切都运行正常。插入鼠标也可以。我试过了,xinput list
结果如下:
user@computer:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SYNAPTICS Synaptics Large Touch Screen id=9 [slave pointer (2)]
⎜ ↳ Logitech Unifying Device. Wireless PID:200a id=13 [slave pointer (2)]
⎜ ↳ Logitech Unifying Device. Wireless PID:4027 id=14 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=10 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
↳ Dell WMI hotkeys id=12 [slave keyboard (3)]
据我所知,触摸板未被检测到。戴尔表示,他们的所有修复程序和驱动程序都是从内核上游的,但我找不到它们,也找不到任何强制 Ubuntu 识别触摸板的方法。下一步该怎么做?
答案1
我有同样的问题 !
i2c_hid
要修复它,您需要在文件夹中查找一行/etc/modprobe.d/
并对其进行注释。
使用此命令查找例如:grep -r i2c_hid /etc/modprobe.d/
你可能会发现这一点:
/etc/modprobe.d/blacklist.conf:blacklist i2c_hid
然后你只需要注释掉这行并重启。你的触控板就会恢复原状 :-)