System: kernel 2.6.14.5, etch
Diese tollen Meldungen kommen:
Code: Alles auswählen
Starting wpa_supplicant: ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 - done.
Ausschnitt aus der /etc/network/interfaces:
Code: Alles auswählen
iface eth1-home inet dhcp
wireless_mode managed
wireless_essid Catdog
wireless_channel 6
pre-up /etc/init.d/wpasupplicant start
post-down /etc/init.d/wpasupplicant stop
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="Catdog"
scan_ssid=1
proto=WPA
pairwise=TKIP
key_mgmt=WPA-PSK
auth_alg=OPEN
group=TKIP
psk="<password>"
}
Code: Alles auswählen
OPTIONS="-i eth1 -Dwext -c /etc/wpa_supplicant.conf"