- Code: Select all
rc-update del NetworkManager default boot
rc-update add wicd default
to remove NetworkManager from boot services and put there wicd.
It is better to wait for removing NetworkManager, if something goes wrong, he is currently working
Now you should reboot and see if you got network up and running.
For a "KNetworkManager" like applet you can type in a console:
- Code: Select all
wicd-client
There should be also a voice in the menu somewhere...
You can also let it start automatically, if you have KDE, type
- Code: Select all
ln -s /usr/bin/wicd-client ~/.kde/Autostart
If something goes wrong you can put things like before typing:
- Code: Select all
rc-update del wicd default
rc-update add NetworkManager default
and reboot
