Problem mit wpasupplicant und madwifi

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
peyote
Beiträge: 241
Registriert: 11.10.2003 19:00:42

Problem mit wpasupplicant und madwifi

Beitrag von peyote » 03.11.2005 19:16:52

Plötzlich geht meine WLAN Verbindung mit WPA nicht mehr (WG511T Karte). Vermutlich durch ein update von wpasupplicant.
Ich bekomnme nun immer folgende Fehlermeldung:

Code: Alles auswählen

ioctl[SIOCSIWPMKSA]: Operation not supported
oder komplett mit debug option:

Code: Alles auswählen

/usr/sbin/wpa_supplicant -d -iath0 -Dmadwifi  -c/etc/wpa_supplicant.conf
Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver 'madwifi'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
Priority group 0
   id=0 ssid='peyote'
Initializing interface (2) 'ath0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
ioctl[SIOCSIWPMKSA]: Operation not supported
SIOCGIWRANGE: WE(compiled)=19 WE(source)=13 enc_capa=0x0
  capabilities: key_mgmt 0x0 enc 0x3
Own MAC address: 00:09:5b:92:ff:67
wpa_driver_madwifi_del_key: keyidx=0
wpa_driver_madwifi_del_key: keyidx=1
wpa_driver_madwifi_del_key: keyidx=2
wpa_driver_madwifi_del_key: keyidx=3
wpa_driver_madwifi_set_countermeasures: enabled=0
wpa_driver_madwifi_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 100000 usec
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'ath0' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'ath0' added
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Wireless event: cmd=0x8b1a len=8
State: SCANNING -> DISCONNECTED
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_madwifi_set_drop_unencrypted: enabled=0
wpa_driver_madwifi_set_countermeasures: enabled=0
No keys have been configured - skip key clearing
Ich habe auch mal strace bemüht evtl. sagt das ja jemandem was:

Code: Alles auswählen

socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
socket(PF_NETLINK, SOCK_RAW, 0)         = 4
bind(4, {sa_family=AF_NETLINK, pid=0, groups=00000001}, 12) = 0
ioctl(3, 0x8b36, 0xbff349ac)            = -1 EOPNOTSUPP (Operation not supported)
dup(2)                                  = 5
fcntl64(5, F_GETFL)                     = 0x2 (flags O_RDWR)
fstat64(5, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f1e000
_llseek(5, 0, 0xbff343e8, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
write(5, "ioctl[SIOCSIWPMKSA]: Operation n"..., 45ioctl[SIOCSIWPMKSA]: Operation not supported
) = 45
Ich nutze testing mit dem neusten Kernel 2.6.14 (unter 2.6.12 gings auch nicht mehr, vor dem letzten reboot aber schon).
Madwifi habe ich in der neusten cvs version (mit der davor ging es auch erst, dann nicht mehr seit dem reboot)

Komme da nicht weiter und wäre für Hilfe dankbar.

peyote
Beiträge: 241
Registriert: 11.10.2003 19:00:42

Beitrag von peyote » 04.11.2005 14:04:06

Habe nun wpa_supplicant (0.4.6) selber kompiliert und nun gehts.

Antworten