在我的笔记本电脑使用 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 会更舒服,而不必从头开始配置操作系统。
答案1
在 Lubuntu 16.04 更新后(是的,它的生命即将结束),我丢失了键盘。我在更新详细信息中看到 GRUB 已更新。启动时出现一条消息“未检测到键盘”。
我读了大约 30 个关于这个问题的帖子,时间从 2014 年到现在。检查了 BIOS 中的键盘是否正常工作。我不想再花太多时间在这上面了,所以我下载了 Puppy Linux life 发行版,启动它,并用它在硬盘上安装了 GRUB4DOS。
我仍然有双启动 Windows10/Lubuntu16.04。
GRUB 在某些方面会有用...但是 grub4dos 总是能起作用。
答案2
好的,我自己解决了这个问题。我的问题中链接主题的解决方案非常有效,但我的笔记本电脑只有一个无线接口,因此apt install xserver-xorg-input-all
由于没有互联网连接,因此无法正确执行命令。由于这台电脑没有 LAN 卡,我通过 USB 电缆从手机共享互联网访问。然后xserver-xorg-input-all
下载并安装。