<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>I realize this is mailing list is meant for developers and reporting bugs, but I couldn't find any other mailing lists for wpa on linux. If anyone can point me to a more appropriate place to seek help I would be grateful. <br>If you can help me directly even better:<br>I've read the documentation in the Debian wiki for WPA, and the man pages for wpa_supplicant,&nbsp; and have spent many hours trawling the internet, but still can't get it to work for me.<br>I have a Gateway laptop with built-in Intel pro wireless 3945abg, running Debian Etch. WEP encryption works fine, and my router supports WPA/WPA2. I set up everything according to the man pages of wpa_supplicant, and made sure that the security key on the router matches the one specified in /etc/network/interfaces and
 /etc/wpa_supplicant.conf, and have tried both ascii and hexadecimal keys.<br>I run this command: wpa_supplicant -c/etc/wpa_supplicant.conf -ieth2 -Dwext -d<br>and get this output:<br><br>Initializing interface 'eth2' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'<br>Configuration file '/etc/wpa_supplicant.conf' -&gt; '/etc/wpa_supplicant.conf'<br>Reading configuration file '/etc/wpa_supplicant.conf'<br>ctrl_interface='/var/run/wpa_supplicant'<br>Priority group 0<br>&nbsp;&nbsp; id=0 ssid='MyNetwork'<br>Initializing interface (2) 'eth2'<br>EAPOL: SUPP_PAE entering state DISCONNECTED<br>EAPOL: KEY_RX entering state NO_KEY_RECEIVE<br>EAPOL: SUPP_BE entering state INITIALIZE<br>EAP: EAP entering state DISABLED<br>EAPOL: External notification - portEnabled=0<br>EAPOL: External notification - portValid=0<br>SIOCGIWRANGE: WE(compiled)=20 WE(source)=16 enc_capa=0xf<br>&nbsp; capabilities: key_mgmt 0xf enc 0xf<br>WEXT: Operstate:
 linkmode=1, operstate=5<br>Own MAC address: 00:19:d2:84:63:96<br>wpa_driver_wext_set_wpa<br>wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0<br>wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0<br>wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0<br>wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0<br>wpa_driver_wext_set_countermeasures<br>wpa_driver_wext_set_drop_unencrypted<br>Setting scan request: 0 sec 100000 usec<br>Added interface eth2<br>RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])<br>Wireless event: cmd=0x8b06 len=8<br>State: DISCONNECTED -&gt; SCANNING<br>Starting AP scan (broadcast SSID)<br>Trying to get current scan results first without requesting a new scan to speed up initial association<br>Received 539 bytes of scan results (2 BSSes)<br>Scan results: 2<br>Selecting BSS from priority group 0<br>0: 00:90:d0:eb:ba:f7 ssid='MyNetwork' wpa_ie_len=26
 rsn_ie_len=0 caps=0x11<br>&nbsp;&nbsp; selected based on WPA IE<br>Trying to associate with 00:90:d0:eb:ba:f7 (SSID='MyNetwork' freq=0 MHz)<br>Cancelling scan request<br>WPA: clearing own WPA/RSN IE<br>Automatic auth_alg selection: 0x1<br>WPA: using IEEE 802.11i/D3.0<br>WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2 proto 1<br>WPA: set AP WPA IE - hexdump(len=26): dd 18 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02 0c 00<br>WPA: clearing AP RSN IE<br>WPA: using GTK TKIP<br>WPA: using PTK TKIP<br>WPA: using KEY_MGMT WPA-PSK<br>WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 50 f2 02<br>No keys have been configured - skip key clearing<br>wpa_driver_wext_set_drop_unencrypted<br>State: SCANNING -&gt; ASSOCIATING<br>wpa_driver_wext_set_operstate: operstate 0-&gt;0 (DORMANT)<br>WEXT: Operstate: linkmode=-1, operstate=5<br>wpa_driver_wext_associate<br>Setting
 authentication timeout: 10 sec 0 usec<br>EAPOL: External notification - EAP success=0<br>EAPOL: External notification - EAP fail=0<br>EAPOL: External notification - portControl=Auto<br>RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])<br>Wireless event: cmd=0x8b06 len=8<br>RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])<br>Wireless event: cmd=0x8b1a len=14<br>Authentication with 00:00:00:00:00:00 timed out.<br>Added BSSID 00:90:d0:eb:ba:f7 into blacklist<br>State: ASSOCIATING -&gt; DISCONNECTED<br>wpa_driver_wext_set_operstate: operstate 0-&gt;0 (DORMANT)<br>WEXT: Operstate: linkmode=-1, operstate=5<br>No keys have been configured - skip key clearing<br>EAPOL: External notification - portEnabled=0<br>EAPOL: External notification - portValid=0<br>Setting scan request: 0 sec 0 usec<br>State: DISCONNECTED -&gt; SCANNING<br>Starting AP scan (broadcast SSID)<br>Scan timeout - try to get results<br>Received 539 bytes of scan results (2 BSSes)<br>Scan results:
 2<br>Selecting BSS from priority group 0<br>0: 00:90:d0:eb:ba:f7 ssid='MyNetwork' wpa_ie_len=26 rsn_ie_len=0 caps=0x11<br>&nbsp;&nbsp; selected based on WPA IE<br><br>I'm not an expert in wireless networking, so it's probably something simple.<br>Can anyone help?<br><br>Thanks, <br>Joe.<br><br><br><br></div></div></body></html>