Ubuntu – Network Manager stops working after an update to ca-certificates

network-manager

Fresh Beta install on Aspire 5741 (NEW70) – network ok

After installation, run update (485 updates) – install completes ok

After update and reboot, Network Manager fails to open. Unable to connect to LAN.

Though my hardware, both WLAN and LAN, are still recognised, however network icon disappears from taskbar, and I am unable to launch NM-APPLET both from menu and terminal.

Error "missing folder" in terminal

Tried both the amd64 and i386 versions.

Ubuntu 10.10 runs fine on laptop.

Best Answer

The same happened to me this morning. You can activate yout network like this:

sudo service network-manager stop
sudo dhclient eth0
sudo dpkg --configure -a

After that you can start a partial upgrade:

sudo apt-get dist-upgrade -f

If this doesn't work look here:

Network-Manager

Related Question