1] Chuck out "Network Manager" - it doesn't work very well.
2] Install
wicd instead:
Add this line to the file
/etc/apt/sources.list
Then
Code:
sudo apt-get update
sudo apt-get install wicd
wicd appears under Internet on my (KDE) menu. It is reliable and easy to use.
If you always want to connect to one network, define it in the file
/etc/network/interfaces
See
man interfaces and post your
interfaces file if you get stuck and need more help.
I just posted my
interfaces file in another thread, it's here:
http://www.linuxquestions.org/questi...79#post3323179
Take a look at it and you'll get the idea.