Package: wpasupplicant
Severity: normal
Hi,
this is my /etc/wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=0
fast_reauth=1
### Example of basic WPA-PSK secured AP
#network={
# ssid="ournet"
# psk="w243sd5f324asdf5123sadf54324"
#}
### Associate with any open access point
### Scans/ESSID changes can be done with wpa_cli
network={
ssid="my-wlan"
key_mgmt=NONE
wep_key0=0805c62754e33735078716f3363
wep_tx_keyidx=0
}
After starting wpa_supplicant, the network card does not associate,
and the link does not come up. Debug output is attached.
Manually saying
iwconfig eth2 essid my-wlan
iwconfig eth2 key 0805c62754e33735078716f3363
makes the interface associate immediately.
My notebook has a ipw2200 centrino wlan interface.
Greetings
Marc
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]