Up to date steps for using and advanced WPA configuration are available in the wiki here:
http://wiki.eeeuser....default_xandros
These wiki instructions are based off of what originated in this forum thread.
Original post:
Finally able to run wpa_supplicant in the same type of automatic way that I've been able to do with different distributions.
That is... with my own /etc/wpa_supplicant.conf (that contains a list of networks I normally use... with a mix of WEP and WPA).
ctrl_interface_group=0
eapol_version=1
#Sets AP sellection to be handled by wpa_supplicant or the driver.
# 0=driver 1=wpa_supplicant
ap_scan=1
#Begin Network Block
#--------------------------------
network={
ssid="some_secure_network"
scan_ssid=1
proto=WPA
key_mgmt=WPA-EAP
pairwise=TKIP
eap=PEAP
ca_cert="/etc/certs/CAcert.cer"
identity="myusername"
password="mypasswrd"
}
network={
ssid="some_other_network"
key_mgmt=NONE
wep_key0=#####
}
For the WEP network... replace the ##### with your key in hex (no 0x).Here's my steps:
1. Using the "Network" button in the "Internet" tab, created a new "Local Area Network - Wireless" with the connection wizard.
When it asked for Network name (SSID)... just put in something stupid that I would recognize latter. E.g. "Poopoohead"
Also made it to automatically start on boot... (up to you about this)
2. After it's created, clicked on "Properties" for this new network config.
Note the ID. In my case... it was "lan3"
Removed the Network name (SSID)... "Poopoohead", and clicked ok.
3. With your favorite text (only) editor... edit /etc/network/interfaces.
Just before this line... in the section with "iface lan3 inet manual":
up ifconfig $IFACE upInsert
up wpa_supplicant -B -iath0 -Dmadwifi -c/etc/wpa_supplicant.confNow... this generic wireless network config will work with whatever networks I have defined in /etc/wpa_supplicant.conf
Edited by Bryan, 09 April 2008 - 07:01 PM.


This topic is locked









