Ich habe eine rt61 PCI Karte verbaut. Ich verwende Squeeze mit Kernel 2.6.30 und die
im Kernel integrierten Treiber. Leider bekomm ich keine Verbindung mit WPA2, nur
WPA funktioniert. Die Firmware ist auch als Debianpaket installiert.
Gibt es da was bestimmtes zu beachten?
Hier meine wpa_supplicant.conf:
Code: Alles auswählen
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="myssid"
scan_ssid=1
psk="secret"
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
id_str="myssid"
}
Code: Alles auswählen
pre-up ifconfig wlan1 up
pre-up ifconfig wlan1 down
allow-hotplug wlan1
iface wlan1 inet manual
wpa-driver wext
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface myssid inet dhcp
Aber wie gesagt, WPA funktioniert so, WPA2 nicht. Der AP wird gefunden, es wird
aber keine Verbindung hergestellt.