• Home
  • Articles
  • Portfolio
  • Contact
Linux/Ubuntu Tutorials
  • Convert AVCHD
  • Convert UIF to ISO
  • Drupal Theming
  • Xbox 360 Media Sharing

Installing Wicd on Gutsy Gibbon

Posted by Wes on November 01, 2007 | 5 comments

WICD Preferences

This tutorial will show you how to install, configure, and connect to wireless networks with Wicd. Wicd is a lean network manager with a simple user interface, so that you can configure wired and wireless networks.

1. From command line add Wicd’s repository to the /etc/apt/sources.list with this command. Replace gutsy with the appropriate nickname - for example, feisty for Ubuntu 7.04.

echo deb http://wicd.longren.org gutsy extras | sudo tee -a /etc/apt/sources.list

2. Next update the sources in the packages list, and install Wicd.

sudo apt-get update
sudo apt-get install wicd

3. To load Wicd automatically when you boot your system, access System | Preferences | Sessions | Add and add the following:

2

A Wicd system tray icon will show up in the notification area when you restart.
3

4. To get Wicd running for the first time, access Applications | Internet | Wicd. This will show you the wired network and a list of available wireless networks. Including SSID name, encryption information, and signal strength.

5. Open the Preferences, and change the wireless interface to match your card, in my case ath0. You can use iwconfig to determine the wireless interface name.

6. Next choose a WPA supplicant driver, using this generic list of the most command WLAN cards.

WPA Driver Selection

hostap
(default) Host AP driver (Intersil Prism2/2.5/3).

hermes
Agere Systems Inc. driver (Hermes-I/Hermes-II).

madwifi
MADWIFI 802.11 support (Atheros, etc.).

atmel
ATMEL AT76C5XXx (USB, PCMCIA).

wext
Linux wireless extensions (generic).

ndiswrapper
Linux ndiswrapper.

broadcom
Broadcom wl.o driver.

ipw
Intel ipw2100/2200 driver.

7. Click on Network to go back to the list of available wireless networks. Now you can connect to any open wireless networks by clicking Connect below the SSID name.

8.To connect to an encrypted network, click on the arrow beside the SSID name, and click Advanced Settings. From here click on Use Encryption and enter the details.

Conclusions
If you want a clear-cut network manage that remembers network settings and passwords choose Wicd.

Comments

on February 11th, 2009 steve (not verified) said:

nice and easy to follow
just had to change from feisty to hardy and all worked well

Seems to have the wicd-client loaded by default... not sure if that's the same for Feisty.

  • reply
on December 16th, 2008 andrew (not verified) said:

i would have to agree with thompson

very easy instructions to follow

as it is that i typically forget my passwords and private settings

i have selected wicd, it should remember my personal info,

Regards,

Andrew

  • reply
on February 28th, 2008 BillyBobMorton (not verified) said:

WICD is a nice app.

If you have an Atheros wireless adapter, you will need to create the ndiswrapper and in the WICD preferences, use WEXT as your wpa supplicant driver.

  • reply
on February 1st, 2008 Wes said:

Thanks you for the feedback.

I will update this tutorial to expand on the adapter selection as you noted.

  • reply
on February 1st, 2008 J Thompson (not verified) said:

Thank you!

That was almost painless as your instructions where easy to follow and concise.

My laptop did need to have the wireless set to eth1 rather than the ath0 you recommended but… woo hoo!

WICD seems to be more flexible in that I can easily reconnect to other wireless networks (my previous trouble was that network manager would lock into my neighbours router instead of my own).

Thanks again!

  • reply

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This is how I tell if you are human or a bot.
Image CAPTCHA
copy the characters (respecting upper/lower case) from the image.

Search Linux Articles