Wicd

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: [http://wicd.sourceforge.net/ Wicd] is a wlan-gui written in python which helps setting up a wlan-connection. = Installation = == Debian-Image == First you need some packages installed to...)
 
(Debian-Image)
Line 13: Line 13:
  
 
Wicd should show now your networks. Connecting to one of them is not working at the moment. You will always end up with "Putting down interface..." and nothing happens after that but work is in progress about this problem: [http://wicd.net/punbb/viewtopic.php?id=132 click].
 
Wicd should show now your networks. Connecting to one of them is not working at the moment. You will always end up with "Putting down interface..." and nothing happens after that but work is in progress about this problem: [http://wicd.net/punbb/viewtopic.php?id=132 click].
 +
 +
 +
[[Category:WLAN]]

Revision as of 11:36, 17 August 2008

Wicd is a wlan-gui written in python which helps setting up a wlan-connection.

Installation

Debian-Image

First you need some packages installed to get wicd working:

apt-get install python-glade2 python-gtk2 wireless-tools wpasupplicant dhcp3-client

Now you can download the *_all.deb version of wicd stable from here and install it with:

dpkg -i *_all.deb

The wicd daemon should automatically be started after installation. You can start the wicd-client now with:

wicd-client -n

In Preferences you should give in: eth0 for wireless and usb0 for wired connection.

Wicd should show now your networks. Connecting to one of them is not working at the moment. You will always end up with "Putting down interface..." and nothing happens after that but work is in progress about this problem: click.

Personal tools

Wicd is a wlan-gui written in python which helps setting up a wlan-connection.

Installation

Debian-Image

First you need some packages installed to get wicd working:

apt-get install python-glade2 python-gtk2 wireless-tools wpasupplicant dhcp3-client

Now you can download the *_all.deb version of wicd stable from here and install it with:

dpkg -i *_all.deb

The wicd daemon should automatically be started after installation. You can start the wicd-client now with:

wicd-client -n

In Preferences you should give in: eth0 for wireless and usb0 for wired connection.

Wicd should show now your networks. Connecting to one of them is not working at the moment. You will always end up with "Putting down interface..." and nothing happens after that but work is in progress about this problem: click.