未检测到宏碁 Aspire 触摸板

Kie*_*ler 6 drivers debian laptop touchpad kali-linux

我已经搜索了几天,只能找到有关触摸板不起作用或未启用的线程,但似乎 Kali 无法找到所有内容。我有 Windows 和 Mint,触摸板在这两个上都是开箱即用的。

我记得我以前的笔记本电脑是 Sony Vaio,但我认为问题只是没有安装驱动程序。

谁能帮我解决这个问题,我已经走到尽头,根本找不到任何东西

“xinput -- list”的输出: http : //pastebin.com/4wUcdG9b

我现在也插入了一个 USB 鼠标,所以这就是为什么它有 USB 光电鼠标

小智 6

进入BIOS,

寻找“触摸板”,

将“高级”更改为“基本”,

保存并重新启动。


GAD*_*D3R 1

作为sudoroot运行以下命令行:

egrep -i 'synap|alps|etps' /proc/bus/input/devices
Run Code Online (Sandbox Code Playgroud)

如果你有类似的输出:

N: Name="SynPS/2 Synaptics Touchpad"
Run Code Online (Sandbox Code Playgroud)

如果没有,您需要synaptic-touchpad从包管理器安装

编辑/usr/share/X11/xorg.conf.d/50-synaptics.conf

nano /usr/share/X11/xorg.conf.d/50-synaptics.conf
Run Code Online (Sandbox Code Playgroud)

你必须有

Section "InputClass"
     Identifier "touchpad catchall"
     Driver "synaptics"
     MatchIsTouchpad "on"
     Option "TapButton1" "1"
     Option "VertEdgeScroll" "1"
End Section
Run Code Online (Sandbox Code Playgroud)

添加缺失的行

ctrl+o并输入(保存)

ctrl+x

重启