I am running Kubuntu 10.04 Lucid Lynx. I frequently lose power where I live. When I lose power, I restart my computer to find that I no longer have a working network connection...It just disappears...I then have to do a fresh install of the operating system...does anybody know how I can solve this problem?is there a way that I can back up my network...so I can continue to have a network connection instead of having to reinstall the operating system...
Announcement
Collapse
No announcement yet.
Network Problem
Collapse
This topic is closed.
X
X
-
Re: Network Problem
A sudden loss of power will not make either the network connection or the network manager "go away".
When you say you are doing a "fresh install of the operating system" are you saying you use the LiveCD and reinstall Kubuntu? If so, there is no reason to do that.
I am running Lucid too, but on a laptop. However, I would have no problem or concern pulling the power plug out of the wall to quickly shut down a desktop running Kubuntu. I have done it many times in the past (when I was running a desktop) as an emergency shutdown when surprised by a sudden lightening storm outside.
First, which NetworkManager are you using?"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
-
Re: Network Problem
You might just be losing the System Tray icon. But, replace KNetworkManger with wicd. Wicd is much better in Lucid than KNetworkManager.
First, install these packages:
wicd
wicd-cli
wicd-curses
wicd-daemon
python-urwid
python-wicd
Then, completely remove all of these packages:
modemmanager
network-manager
network-manager-openconnect
network-manager-openvpn
network-manager-pptp
network-manager-vpnc
knm-runtime
network-manager-kde
plasma-widget-networkmanagement
After they are removed, reboot. When you desktop appears, open a Konsole and issue
sudo apt-get autoremove
to clean up the orphaned dependencies.
Wicd should be in the menu under the "Internet" option. Run it and configure your wireless connection. The wicd-cursers will allow you to set up or modify a network connection without needing the Kubuntu desktop running, i.e., during boot up wicd is loaded before KDE is and is not dependent on it.
Also, KPackageKit is somewhat of a pain to use. A better package manager for Lucid is, IMO, Synaptic. You can install it from a Konsole with
sudo apt-get update
sudo apt-get --no-install-recommends synaptic
dmesg
and past the last 50 or so lines in a post here. If wicd is missing from the System tray merely run it from the menu option and the tray will re-appear. The network isn't really down.
"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Re: Network Problem
Originally posted by FintanHow about getting a power surge protector?
..."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
Comment