Also hab ich dem Kernel die beiden geannten Dinge abgeklemmt und ipw 2200 und ieee80211 von *.sf.net besorgt und installiert.
Soweit so gut, aber sobald ich nun wpasupplicant starte, bekomme ich folgende Meldung:
Code: Alles auswählen
Restarting wpa_supplicant: ioctl[SIOCSIWPMKSA]: Operation not supported
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
Ein iwlist scan zeigt diesen allerdings korrekt an.
wpa_supplicant ist Version 0.4.4
ipw 2200 ist Version 1.0.8
ieee80211 ist Version 1.1.6
/etc/default/wpasupplicant:
Code: Alles auswählen
# /etc/default/wpasupplicant
# WARNING! Make sure you have a configuration file!
ENABLED=1
OPTIONS="-D ipw -i eth1 -c /etc/wpa_supplicant.conf"
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="<meine-ssid>"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="<mein key>"
}
![Wink ;)](./images/smilies/icon_wink.gif)