Ubuntu 8.10 Network Applet

Asked by nebu

From what I understand the Ubuntu 8.10 network applet has some kind of bug because i cannot store manual IP settings. Every time I reboot, the settings seem to be lost!!
There have been many updates to ubuntu 8.10 however this bug has not been fixed.....

why is this??

[http://ubuntuforums.org/archive/index.php/t-974382.html]

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu network-manager Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
davidpribis (treetopper73) said :
#1

  I presume the BUG you are talking about loses everything including WEP key and system settings. I just checked in the BUGs department, and this is a matter that is still being worked on. This is why an update has not been given that would solve it. Unless some one else has any light to shed on it, I suggest the work around. But they are working on it.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

Please completely remove network-manger and use wicd package

Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you for a password give your user password, you will not see nothing when you type it, then press enter)

wget -q http://apt.wicd.net/wicd.gpg -O - | sudo apt-key add -

sudo apt-get update
sudo apt-get install wicd
sudo apt-get purge network-manager

To manually run the wicd-client please press Alt+F2 on a empy desktop and inssert this command:

wicd-client

configure your connection. Then reboot your pc.

Hope this helps

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Better....

Please completely remove network-manger and use wicd package

Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you for a password give your user password, you will not see nothing when you type it, then press enter)

wget -q http://apt.wicd.net/wicd.gpg -O - | sudo apt-key add -

Add the wicd repository row to youe /etc/apt/sources.list, type:

sudo gedit /etc/apt/sources.list

and add this row:

deb http://apt.wicd.net intrepid extras

save close and exit. Then type:

sudo apt-get update
sudo apt-get install wicd
sudo apt-get purge network-manager

To manually run the wicd-client please press Alt+F2 on a empy desktop and inssert this command:

wicd-client

configure your connection. Then reboot your pc.

Hope this helps

Can you help with this problem?

Provide an answer of your own, or ask nebu for more information if necessary.

To post a message you must log in.