Yesterday, I installed something (I really don't know what did this) but I lost my NetworkManager. When I got to work I used the laptop to research. Later that evening, working with a Linux Live CD, I got access to the internet.
ifconfig showed me this without the CD
and $sudo lshw -c network replied; *-network Disabled
$sudo NetworkManager
Told me the program network-manager wasn't installed.
So I returned to the Live CD, and got an old deb file download of the Network Manager and saved it to my HDD.
Rebooted and got the network back! Finally I used update to update the manager.
I don't know what blew off my Network Manager, but if it happens again I will know how to get it back.
Linux prevails!
ifconfig showed me this without the CD
Code:
$ ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:118 errors:0 dropped:0 overruns:0 frame:0 TX packets:118 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:10458 (10.4 KB) TX bytes:10458 (10.4 KB)
$sudo NetworkManager
Told me the program network-manager wasn't installed.
So I returned to the Live CD, and got an old deb file download of the Network Manager and saved it to my HDD.
Rebooted and got the network back! Finally I used update to update the manager.
I don't know what blew off my Network Manager, but if it happens again I will know how to get it back.
Linux prevails!
Comment