Package: wpasupplicant
Version: 0.3.8-1
Severity: important
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)
Versions of packages wpasupplicant depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries
an
ii libssl0.9.7 0.9.7e-2 SSL shared libraries
-- no debconf information
When I try to enable wpa in my wireless card with the following command:
# wpa_supplicant -dd -i wlan0 -c /etc/wpa_supplicant_hector.conf -D wext
I get the following answer:
Initializing interface 'wlan0' conf '/etc/wpa_supplicant_hector.conf'
driver 'we
xt'
Configuration file '/etc/wpa_supplicant_hector.conf' ->
'/etc/wpa_supplicant_hec
tor.conf'
Reading configuration file '/etc/wpa_supplicant_hector.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0
eapol_version=1
ap_scan=1
Line: 6 - start of a new network block
ssid - hexdump_ascii(len=10):
63 61 73 69 74 61 5f 72 65 64 casita_red
key_mgmt: 0x2
PSK (ASCII passphrase) - hexdump_ascii(len=47): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Line: 13 - start of a new network block
ssid - hexdump_ascii(len=15):
63 61 73 69 74 61 5f 72 65 64 5f 6e 6f 6e 65 casita_red_none
key_mgmt: 0x4
Line: 18 - start of a new network block
ssid - hexdump_ascii(len=14):
63 61 73 69 74 61 5f 72 65 64 5f 77 65 70 casita_red_wep
key_mgmt: 0x4
wep_key0 - hexdump(len=13): [REMOVED]
wep_key1 - hexdump(len=13): [REMOVED]
wep_key2 - hexdump(len=13): [REMOVED]
wep_key3 - hexdump(len=13): [REMOVED]
wep_tx_keyidx=0 (0x0)
Priority group 0
id=0 ssid='casita_red'
id=1 ssid='casita_red_none'
id=2 ssid='casita_red_wep'
Initializing interface (2) 'wlan0'
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
Own MAC address: 00:a0:c5:e9:5a:19
wpa_driver_wext_set_wpa
SIOCGIWRANGE: WE(compiled)=19 WE(source)=19 enc_capa=0x0
ioctl[SIOCSIWAUTH]: Operation not supported
Failed to enable WPA in the driver.
wpa_driver_wext_set_wpa
ioctl[SIOCSIWAUTH]: Operation not supported
Failed to disable WPA in the driver.
wpa_driver_wext_set_drop_unencrypted
ioctl[SIOCSIWAUTH]: Operation not supported
wpa_driver_wext_set_countermeasures
ioctl[SIOCSIWAUTH]: Operation not supported
rmdir[ctrl_interface]: No such file or directory
The kernel is compiled with this extensions of the ioclt, but it seems
to doesn't read it. Before a dist-upgrade from debian stable to debian
testing, at least this ioctr error doesn't occur.
I am using a zydas driver for a ZyXel ZyAIR B-220 card.
Thanks.