[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: WPA auf iBook G3?



Hallo Evgeni,

Evgeni Golov schrieb:
Ich nehme immer wext, ist soweit ich weiß "recommended".
Magst du mal deine Config zeigen?

Hier ist /etc/network/interfaces:
---
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth2
iface eth2 inet static
	address 192.168.2.5
	netmask 255.255.255.0
	network 192.168.2.0
	broadcast 192.168.2.255
	gateway 192.168.2.1
	dns-nameservers 192.168.2.1
	wpa-driver wext
	wpa-ssid <...>
	wpa-group TKIP CCMP
	wpa-pairwise TKIP CCMP
	wpa-psk <...>
---

Mit "wpa-driver hermes" kann der supplicant gar nicht starten. Bei wext kriege ich folgende Fehlermeldungen:

---
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Operation not supported
ioctl[SIOCSIWENCODE]: Invalid argument
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0 - ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 5 value 0x1 -
---

Das Ganze habe ich mit einer Debian 4.0 live-CD (Debian live project) versucht, d.h. Kernel 2.6.18.

Wie wahrscheinlich ist eine Verbesserung durch einen neueren Kernel?


Reply to: