#1 Le 08/06/2006, à 13:39
- phoenix818
[wpa] impossible de mettre le wpa en route sur une ipw2200, sur Dapper
Hello!
tout est dans le titre, il reste à expliquer ce que j'ai fait/tenté de faire.
Voici d'abord mon fichier de config /etc/wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="####"
scan_ssid=1
key_mgmt=WPA-EAP
eap=PEAP
identity="SCIPER"
password="GASPAR PASSWORD"
phase2="auth=MSCHAPV2"
ca_cert="/etc/cert/epfl.pem"
ca_cert2="/etc/cert/epfl.pem"
}
J'ai bien le certif .pem dans le bon dossier.
Maintenant, les erreurs:
~$ sudo wpa_supplicant -ieth0 -Dipw -c/etc/wpa_supplicant.conf
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Trying to associate with 00:13:1a:63:b9:c0 (SSID='####' freq=0 MHz)
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Et ainsi de suite. Sous breezy, il fallait reloader le module ipw2200 avec l'option: hwcrypt=0
Ce que j'ai fait ensuite.... mais rien ne change:
~$ sudo modprobe ipw2200 hwcrypto=0
~$ sudo wpa_supplicant -ieth0 -Dipw -c /etc/wpa_supplicant.conf
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Trying to associate with 00:13:1a:63:b9:c0 (SSID='####' freq=0 MHz)
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Je ne comprends pas ce qui a bien pu changer dans wpasupplicant, ou dans le driver.
J'ai aussi tenté de prendre le wpasupplicant de breezy, ainsi que de prendre un ancien driver [qui se load pas d'ailleurs ], mais rien à faire: le wpa refuse de se lancer..... ce qui est quand même gênant, quand on sait que l'alternative possible sur mon campus est le vpn [vpnc marche bien, mais..... c'est lourd!]
Si vous avez une solution....
Merci d'avacne!!
@@++
Nix
Serveur: http://voltaic.is-a-geek.org
Site: http://www.phoenix818.ch
Hors ligne
#2 Le 08/06/2006, à 14:34
- XioNoX
Re : [wpa] impossible de mettre le wpa en route sur une ipw2200, sur Dapper
Utilise plutot cette commande :
~$ sudo wpa_supplicant -i eth0 -D wext -c /etc/wpa_supplicant.conf
Hors ligne
#3 Le 08/06/2006, à 14:43
- phoenix818
Re : [wpa] impossible de mettre le wpa en route sur une ipw2200, sur Dapper
OUAA!!! merci!
maintenant, c'est tout bon!
c'est quoi pour un driver, ce "wext" ? c'est le fameux "générique" censé couvrir toutes les cartes wifi??
Encore merci, en tous cas!!
Serveur: http://voltaic.is-a-geek.org
Site: http://www.phoenix818.ch
Hors ligne