使用 Lubuntu (18.x) 重新启动我的笔记本电脑后,我感到非常惊讶。我的键盘和鼠标停止工作。首先,我插入了外部键盘和鼠标,但它们也不起作用。所以我想这是相当软件问题。
我遵循了这个主题的步骤:从 16.04 更新到 16.10;进入锁定屏幕后键盘和鼠标不再工作
但不幸的是,它对我没有帮助。
我专注于这个答案:
I had the same issue today and found this bug report.
The problem seems to be, that during update process they forget to install/update the package `xserver-xorg-input-all`!
So these instructions worked for me on my thinkpad p51s notebook with a little modification:
Press a Shift key during boot to get the GRUB menu.
In GRUB, select Advanced Options, then the first kernel with the recovery mode.
Select "Network" to get network access (needed for package installation)
Select "Drop to root shell"
Press Enter to confirm.
On my system not needed because, the filesystem was mounted rw, but if needed then mount -o rw,remount /.
Install the needed package: apt install xserver-xorg-input-all (and the message that they need to uninstall 16.04 packages!)
Press Ctrl+D to leave the root shell.
Select resume boot from the menu.
Now I could only log into console.
sudo reboot
After reboot my ThinkPad's mouse and keyboard and the external mouse and keyboard worked fine!
但正如该用户所说,我没有看到相同的选项。现在,我正在准备使用 Lubuntu 20 的可启动 USB,但基本上留在当前的 Lubuntu 上会很舒服,而不是从一开始就浪费数小时配置操作系统。
在 Lubuntu 16.04 更新后(是的,我的生命周期即将结束)我丢失了键盘。我在更新详细信息中看到 GRUB 已更新。并在启动过程中显示“未检测到键盘”消息。
从 2014 年到现在,我阅读了大约 30 个关于此的主题。检查键盘在bios中工作正常。我不想再花太多时间在这上面,所以我下载了 Puppy Linux life 发行版,启动它,然后用它在硬盘上安装 GRUB4DOS。
我仍然有我的双启动 Windows10/Lubuntu16.04。
GRUB 对某些东西很有用……但 grub4dos 总是有效的。
好的,我自己解决了这个问题。我的问题中链接主题的解决方案效果很好,但是我有一个只有无线接口的笔记本,因此
apt install xserver-xorg-input-all
由于没有互联网连接,该命令无法正确执行。因为这台电脑没有网卡,所以我通过 USB 数据线从手机共享互联网访问。然后xserver-xorg-input-all
下载并安装。