大约在 2024-04-12,我的笔记本电脑键盘停止响应。只有重新启动才能让键盘重新工作。
实验表明,键盘在挂起后相当可靠地停止工作。
$ dmidecode
...
System Information
Manufacturer: Dell Inc.
Product Name: XPS 13 9370
其他推荐的启动参数线程 i8042.reset i8042.nomux=1
没有帮助。(对此并不详尽,特别是没有尝试dumbkbd
)
导致此问题的原因是什么?
答案1
我找到了类似的问题对于不同的分布,由于内核错误
https://lore.kernel.org/linux-input/[电子邮件保护]/
5.15.0-105-generic
和5.15.0-102-generic
现在都受到了影响。
将我的内核降级为5.15.0-101-generic
是一个临时解决方案,键盘在挂起后可以工作(以下https://askubuntu.com/a/779292/166514):
sudo apt-get install linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic linux-image-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic
sudo apt-mark manual linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic linux-image-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic
我认为长期的解决办法是等待上游修复的到来。