我最近更新了我的笔记本电脑从Fedora 25到26。更新后,有时,通常在我关闭盖子后,触控板完全停止工作。我无法移动指针、单击或滚动。
目前,我只是重新启动我的电脑从终端,当这种情况发生,这是非常恼人的。我试过以下几种方法:
xorg-x11-drv-synaptics-legacy)psmouse并将其添加回(它说是modprobe: FATAL: Module psmouse is builtin.)这些都不起作用。有人知道怎么解决这个问题吗?
编辑:这是dmesg | grep mouse冻结后的输出:
[ 0.819297] mousedev: PS/2 mouse device common for all mice
[ 1.585896] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1.612130] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1.664277] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2a1, caps: 0xf00623/0x840300/0x12e800/0x400000, board id: 3096, fw id: 2430125
[ 1455.599299] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1457.549499] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4708]
[ 1457.575672] psmouse serio1: synaptics: queried min coordinates: x [1276..], y [1146..]
[ 1933.961382] psmouse serio1: Failed to disable mouse on isa0060/serio1
[ 1935.980668] psmouse serio1: synaptics: Unable to query device.此外,即使触控板不工作,USB鼠标仍然可以。
发布于 2017-08-03 19:10:01
听起来像是一个矛盾的IRQ或端口是问题,你有没有尝试更改IRQ?你通常可以通过你的bios设置来实现这一点,这是我所知道的最简单的方法。也许可以通过CLI完成,但我不知道命令.
发布于 2017-08-17 12:46:25
在一段时间内第一次重新启动(在许多dnf更新之后),我也遇到了类似的问题。在Settings应用程序中,触控板完全脱离了“鼠标和Touchpad”。通过在/etc/X11/xorg.conf.d/00-keyboard.conf中输入以下部分并重新启动,我最终恢复了触控板
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Driver "synaptics"
EndSection发布于 2017-12-21 08:03:50
在升级到Fedora26的过程中,我得到了完全相同的结果。我刚刚更新了我的内核,在新安装了Fedora 26之后,它又开始工作了,用两根手指滚动,就像它应该做的那样.
通过重新安装Fedora 26,我得到了以下内核:
在内核更新之后:
https://unix.stackexchange.com/questions/379735
复制相似问题