Pages : 1
#1 Le 12/04/2007, à 18:51
- ioio
probleme WPA avec un dongle USB zd1211
j'ai un dongle sagem ( chip zd1211 ) que je souhaite faire marcher sur un portable ( compaq presario 700 )
Il se trouve qu'a l'installation de ce pilote, le dongle est parfaitement détecté sur eth1, et j'arrive a scanner sans probleme les réseaux des environs avec la commande "iwlist eth1 scan" ( J'en déduis donc que mon dongle fonctionne )
Apres j'ai voulu me connecter a mon routeur qui est en WPA, j'ai suivi ce tutorial http://doc.ubuntu-fr.org/installation/wpa
je susi arrivé a ce fichier de config /etc/wpa_supplicant.conf :
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
network={
ssid="monssid"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
psk="macleascii"
priority=5
}
Voila, ensuite je lance la commande de connexion indiquée ( sudo wpa_supplicant -c/etc/wpa_supplicant.conf -w -Dwext -ieth1 )
Et la, c'est le drame, une boucle sans fin avec ce type d'erreur m'apparait :
Trying to associate with 00:18:4d:13:4b:60 (SSID='xtnwifi' freq=2462 MHz)
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 6 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - ioctl[SIOCSIWGENIE]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 0 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 1 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 2 value 0x4 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 3 value 0x2 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 10 value 0x1 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 8 value 0x0 - ioctl[SIOCSIWFREQ]: Invalid argument
Association request to the driver failed
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x0 - Failed to disable WPA in the driver.
ioctl[SIOCSIWAUTH]: Operation not supported
Que faire ??
J'ai voulu essayer l'installation de NetworkManager, et rien a faire il me detecte aucun réseau wifi, et wifi-radar me détecte bien les réseau mais refuse de se connecter.
Hors ligne