For whatever reason, after a reboot of my Ubuntu 18.04 system, neither of my keyboard, mouse and network card was working any longer. I was not able to login, but the system was not frozen, since time continues at the login screen. Booting in recovery mode was possible, keyboard was working, but network card doesn't. Thus, repairing or re-installation of the drivers failed.
Next step was to boot from a live stick, which works fine, however I want to use my existing installation. So the question is how to update or reinstall or repair the basic drivers of my existing system from the ubuntu live stick. Any help appreciated.
21 Answer
The Problem was a faulty entry in the apt-get list. So I fixed this with nano in the recovery mode. Next was to enable the ethernet device, start the networt manager, and reinstall the keyboard input drivers with sudo apt-get install --reinstall xserver-xorg-input-allAfter a reboot, keyboard and mouse work well finally.