Aravisian
Sat Feb 09, 2019 1:11:20 am
My machine is not built for Linux. As such, I was researching ways of smoothing out some rough edges. One tip I found suggested to terminal this command:
WARNING! Do NOT enter this command into terminal!
After I rebooted, I found that the mouse and keyboard both stopped working at the login screen. I could not enter my password or complete the login. I had a moment of fear that yet another wipe and reload was forthcoming. I strongly suspected that the above install was the culprit. I held left shift at boot up to enter recovery, went to root shell and entered
That didn't work.
Using my phone, I found the following:
https://askubuntu.com/questions/908918/ ... ter-gettin
Holy...
I followed the instructions on that page which are:
That worked and keyboard was restored.
But I had also hit remove xserver-xorg-video-intel, just before that. Should I have not done so; are there consequences to that? I would prefer to ask before I leap, this time.
WARNING! Do NOT enter this command into terminal!
- Code:
sudo apt-get update && sudo apt-get install xserver-xorg-video-intel
After I rebooted, I found that the mouse and keyboard both stopped working at the login screen. I could not enter my password or complete the login. I had a moment of fear that yet another wipe and reload was forthcoming. I strongly suspected that the above install was the culprit. I held left shift at boot up to enter recovery, went to root shell and entered
- Code:
sudo apt-get remove xserver-xorg-video-intel
That didn't work.
Using my phone, I found the following:
https://askubuntu.com/questions/908918/ ... ter-gettin
The problem seems to be, that during update process they forget to install/update the package xserver-xorg-input-all!
Holy...
I followed the instructions on that page which are:
1. Press a Shift key during boot to get the GRUB menu.
2. In GRUB, select Advanced Options, then the first kernel with the recovery mode.
3. Select "Network" to get network access (needed for package installation)
4. Select "Drop to root shell"
5. Press Enter to confirm.
6. On my system not needed because, the filesystem was mounted rw, but if needed then mount -o rw,remount /.
7. Install the needed package: apt install xserver-xorg-input-all (and the message that they need to uninstall 16.04 packages!)
8. Press Ctrl+D to leave the root shell.
9. Select resume boot from the menu.
10. Now I could only log into console.
11. sudo reboot
That worked and keyboard was restored.
But I had also hit remove xserver-xorg-video-intel, just before that. Should I have not done so; are there consequences to that? I would prefer to ask before I leap, this time.