Overview
Installing and configuring Wicd on Ubuntu 9.04 (Jaunty), Hardy and Intrepid.
Instructions most likely apply to future versions.
Installing
On Jaunty, Wicd is in the Universe Repository. To install:
. First, reintstall network manager in case you wish to switch back.
sudo apt-get install -d --reinstall network-manager network-manager-gnome
This will download the packages for network manager. If you don't do this, you won't be able to do it after you install wicd, because you may not have the packages available, and maybe you can't get the network working either.
sudo aptitude install wicd
Aptitude will attempt to remove network-manager and gnome-network-manager. Allow it to do so.
For Hardy and Intrepid Wicd is not in the official repositories. You need to set up the Wicd repository (this may also be used with Jaunty to get the most recent version). Open System > Administration > Software Sources and click the Third-Party software tab. Hit Add and insert:
deb http://apt.wicd.net hardy extras
Change the release name to match the release you are using, hardy to intrepid for example, and hit "Add Source". Please leave the Software Sources running while you perform the next step
You need to install the Wicd gpg key by running in a terminal as root:
wget -q http://apt.wicd.net/wicd.gpg -O- | sudo apt-key add -
Now you may close Software Sources. If it asked to reload the package information do it. Install the same as on Jaunty. Configuration follows.
One may also install from the .deb file provided on the website. This is not suggested, as a user will have to manage updating of the package on their own.
Configuration
- Configuration of Wicd is extremely simple, and automatic for wired clients. To configure a wireless connection:
Open the Wicd network manager in Applications > Internet > Wicd Network Manager (you may also click the tray icon if present).
- See if the wireless network you're looking for shows on the list. If it is a hidden network, click the down arrow next to the Network button, and type in the ESSID of the network.
- If the network you want to connect to is listed, press the "Connect" button next to it.
If you get the message "This network requires encryption to be enabled." hit OK
=== tech comm
