Bonjour, Je possède un linksys wag54g et un ibm T42 avec une intel pro wireless 2200 BG (ipw2200). Le linksys ne fait pas de broadcast de ssid, utilise le WPA. J'utilise debian sid. Le driver de ma carte wlan est ndiswrapper, et j'arrivais à communiquer avec le linksys sans chiffrement - ce qui signifie donc que ma carte wlan fonctionne sous linux :). J'ai donc installé wpa_supplicant, et configurer /etc/wpa_supplicant comme ceci :
ctrl_interface=/var/run/wpa_supplicant network={ ssid="myssid" proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 psk=b6499198511b57cc32ea0feede563d308a5b9661ffd67262b7f62655a1bfa8be priority=2 } Mais lorsque je lance : # dhclient wlan0 & wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf -dd je n'arrive pas à m'authentifier auprès de mon routeur. Voici le résultat de wpa_supplicant: --- START OF LOG ----- Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group=0 eapol_version=1 Line: 5 - start of a new network block SSID - hexdump_ascii(len=9): 63 6c 61 72 61 2e 6c 61 6e clara.lan proto: 0x1 key_mgmt: 0x2 pairwise: 0x18 group: 0x1c PSK (ASCII passphrase) - hexdump_ascii(len=12): 74 68 69 73 69 73 74 68 65 6b 65 79 thisisthekey PSK (from passphrase) - hexdump(len=32): b6 49 91 98 51 1b 57 cc 32 ea 0f ee de 56 3d 30 8a 5b 96 61 ff d6 72 62 b7 f6 26 55 a1 bf a8 be Priority group 0 id=0 ssid='clara.lan' Setting scan request: 0 sec 100000 usec Starting AP scan (broadcast SSID) Scan timeout - try to get results Received 609 bytes of scan results (2 BSSes) Scan results: 2 Selecting BSS from priority group 0 0: 00:0f:66:58:ae:99 ssid='' wpa_ie_len=24 rsn_ie_len=0 skip - SSID mismatch 1: 00:0f:66:58:ae:99 ssid='clara.lan' wpa_ie_len=24 rsn_ie_len=0 selected Trying to associate with 00:0f:66:58:ae:99 (SSID='clara.lan' freq=2462 MHz) Cancelling scan request WPA: using IEEE 802.11i/D3.0 WPA: Own WPA IE - 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 Setting authentication timeout: 5 sec 0 usec Authentication with 00:00:00:00:00:00 timed out. ---- END OF LOG --- Je le laisse tourner pendant 5 min, mais il n'arrive pas à s'authentifier. Pouvez-vous m'aider ? Ludovic Nicoleau