How to update driver of an existing Ubuntu installation via live usb stick

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.

2

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like