Abschnitt aus der ifup-wireless:
Code:
case $ACTION in
up)
case "${DRIVER}" in
ath_pci)
WPA_DRIVER=wext
;;
at76c5*)
WPA_DRIVER=atmel
PREFER_WPA_SUPPLICANT=no
;;
prism54)
WPA_DRIVER=prism54
PREFER_WPA_SUPPLICANT=no
;;
ipw2200|ipw3945|hostap_*)
WPA_DRIVER=wext
;;
ipw2100)
WPA_DRIVER=wext
;;
ndiswrapper|*.sys)
WPA_DRIVER=wext
;;
rt2500*)
WPA_DRIVER=wext
;;
rt61/rt73)
WPA_DRIVER=ralink
;;
*)
WPA_DRIVER=unsupported
PREFER_WPA_SUPPLICANT=no
;;
esac Code:
ps aux|grep wpa_supplicant|grep -v grep
root 17600 0.0 0.1 3524 652 ? Ss 18:23 0:00 wpa_supplicant -iwlan0 -c/var/run/wpa_supplicant-wlan0.conf -Dwext -P/var/run/wpa_supplicant/wlan0.pid -B
Code:
rcnetwork restart
Shutting down network interfaces:
eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) done
wlan0 device: RaLink RT2561/RT61 rev B 802.11g done
Shutting down service network . . . . . . . . . . . . . done.
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
Checking for network time protocol daemon (NTPD): doneed
eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
eth0 is controlled by ifplugd waiting
wlan0 device: RaLink RT2561/RT61 rev B 802.11g
wlan0 warning: WPA configured but may be unsupported
wlan0 warning: by this device
wlan0 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 - wlan0 (DHCP) . . . . . no IP address yet... backgrounding. waiting
Setting up service network . . . . . . . . . . . . . . done. Code:
linux-7xez:/home/emkgast1 # cd -P /sys/class/net/wlan0/device/driver
linux-7xez:/sys/bus/pci/drivers/rt61 # echo ${PWD##*/}
rt61 Code:
iwevent
Waiting for Wireless Events from interfaces...
20:10:37.234457 wlan0 Set Mode:Managed
20:10:37.297746 wlan0 Set Encryption key:off
20:10:37.297850 wlan0 Set Encryption key:off
20:10:37.297899 wlan0 Set Encryption key:off
20:10:37.297944 wlan0 Set Encryption key:off
20:14:01.439756 wlan0 Custom driver event:ASSOCINFO_ReqIEs=
20:14:01.439876 wlan0 Custom driver event: RespIEs����
▒0H0
20:14:01.439928 wlan0 Custom driver event:
20:14:01.439974 wlan0 Custom driver event: Wobei hier die einträge ab 20:14:01.xxx wohl entstanden sind als ich die Karte von Hand in Betrieb gesetzt habe um zu posten.
Lesezeichen