shkpk a écritquelqu'un a réussi à faire marcher le WPA ? 🙂
Bon en fait, suffisait de chercher un peu et voilà ! j'ai réussis 😛
ma méthode (après avoir suivi la méthode de
Subite pour installer le driver) :
créer un fichier /home/[Votre_User]/.wpa/wpa_supplicant.conf :
# WPA AES encryption
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="[VOTRE_SSID]"
key_mgmt=WPA-PSK
proto=WPA
pairwise=CCMP TKIP
group=CCMP TKIP
psk="[VOTRE_MDP]"
priority=3
}
Ajouter au fichier /etc/network/interfaces
# Airport
iface eth0 inet dhcp
wpa-conf /home/[Votre_User]/.wpa/wpa_supplicant.conf
pre-up modprobe bcm43xx
post-down modprobe -r bcm43xx
Puis faire un ifdown/ifup eth0 (si eth0 est votre interface wifi)