2.6.14 + ipw2200 + wpasupplicant = geht nicht

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
laporment
Beiträge: 14
Registriert: 03.11.2005 16:13:33

2.6.14 + ipw2200 + wpasupplicant = geht nicht

Beitrag von laporment » 03.11.2005 16:49:22

Ich hab mir nen neuen vanilla 2.6.14 kompiliert, die eingebaute ipw 2200 / ieee80211 Unterstützung mal ausprobiert und festgestellt, dass nix läuft.

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
und entsprechend kann ich auch keine Verbindung zum AP herstellen.
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"

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>"
}
wär für jeden Hinweis dankbar ;)

Benutzeravatar
C_A
Beiträge: 1082
Registriert: 22.04.2004 14:51:01
Lizenz eigener Beiträge: GNU General Public License

Beitrag von C_A » 03.11.2005 21:03:23


laporment
Beiträge: 14
Registriert: 03.11.2005 16:13:33

Beitrag von laporment » 03.11.2005 22:07:46

ah, netzwerk. da hätte ich mal reingucken können ^^

der zweite link hat das problem gelöst. danke.

bekomm zwar immer noch nen
ioctl[SIOCSIWPMKSA]: Operation not supported
aber das scheint nicht weiter hinderlich zu sein.

Antworten