Ronnie Bass
2006-12-30, 04:29 PM CST
Hey All!
I've scoured the web and the forums for answers with little effect. I've come to seek the guidance of the almighty Fedora sherpas!
I'm on FC6 x86_64. I've verified the functionality of my wireless adapter (henceforth wlan0) with wide open wireless networks. I've configured the /etc/wpa_supplicant/wpa_supplicant.conf file as follows:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=2
update_config=1
network={
ssid="any"
key_mgmt=NONE
disabled=1
}
network={
ssid="mySSID"
psk="myPSK"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
disabled=1
}
I've configured the /etc/sysconfig/wpa_supplicant file as follows:
# wlan0 and wifi0
# INTERFACES="-iwlan0 -iwifi0"
INTERFACES="-iwlan0"
# ndiswrapper and prism
# DRIVERS="-Dndiswrapper -Dprism"
DRIVERS="-Dndiswrapper"
I've set the wpa_supplicant as a running service and used "chkconfig wpa_supplicant on" to ensure boot utility. I've installed the wpa_gui tool. Here's the dump from the wpa_supplicant run:
[root@Libra /]# wpa_supplicant -iwlan0 -Dndiswrapper -c/etc/wpa_supplicant/wpa_supplicant.conf -d
Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'ndiswrapper' ctrl_interface 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=10 (from group name 'wheel')
ap_scan=2
update_config=1
Priority group 0
id=0 ssid='any'
id=1 ssid='mySSID'
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
SIOCGIWRANGE: WE(compiled)=20 WE(source)=18 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf
Own MAC address: xx:xx:xx:xx:xx:xx
Driver does not support WPA.
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
Setting scan request: 0 sec 100000 usec
Added interface wlan0
Wireless event: cmd=0x8b06 len=12
State: DISCONNECTED -> SCANNING
As you can see, the driver apparently doesn't support WPA, but I find that hard to believe. Can anyone confirm that WPA is or is not supported by ANY of the Broadcom adapters in Linux/FC6? If you have experience with this functionality, please let me know.
When running the wpa_gui and attempting to associate to my wireless network, which it detects, I get the error "Association request to the driver failed."
All roads point to the driver, in these cases. Can anyone enlighten me on any errors I've made in configuration or if this is a known problem being solved?
Thanks in advance, from a very frustrated wireless nut!
I've scoured the web and the forums for answers with little effect. I've come to seek the guidance of the almighty Fedora sherpas!
I'm on FC6 x86_64. I've verified the functionality of my wireless adapter (henceforth wlan0) with wide open wireless networks. I've configured the /etc/wpa_supplicant/wpa_supplicant.conf file as follows:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=2
update_config=1
network={
ssid="any"
key_mgmt=NONE
disabled=1
}
network={
ssid="mySSID"
psk="myPSK"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
disabled=1
}
I've configured the /etc/sysconfig/wpa_supplicant file as follows:
# wlan0 and wifi0
# INTERFACES="-iwlan0 -iwifi0"
INTERFACES="-iwlan0"
# ndiswrapper and prism
# DRIVERS="-Dndiswrapper -Dprism"
DRIVERS="-Dndiswrapper"
I've set the wpa_supplicant as a running service and used "chkconfig wpa_supplicant on" to ensure boot utility. I've installed the wpa_gui tool. Here's the dump from the wpa_supplicant run:
[root@Libra /]# wpa_supplicant -iwlan0 -Dndiswrapper -c/etc/wpa_supplicant/wpa_supplicant.conf -d
Initializing interface 'wlan0' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'ndiswrapper' ctrl_interface 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=10 (from group name 'wheel')
ap_scan=2
update_config=1
Priority group 0
id=0 ssid='any'
id=1 ssid='mySSID'
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
SIOCGIWRANGE: WE(compiled)=20 WE(source)=18 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf
Own MAC address: xx:xx:xx:xx:xx:xx
Driver does not support WPA.
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
Setting scan request: 0 sec 100000 usec
Added interface wlan0
Wireless event: cmd=0x8b06 len=12
State: DISCONNECTED -> SCANNING
As you can see, the driver apparently doesn't support WPA, but I find that hard to believe. Can anyone confirm that WPA is or is not supported by ANY of the Broadcom adapters in Linux/FC6? If you have experience with this functionality, please let me know.
When running the wpa_gui and attempting to associate to my wireless network, which it detects, I get the error "Association request to the driver failed."
All roads point to the driver, in these cases. Can anyone enlighten me on any errors I've made in configuration or if this is a known problem being solved?
Thanks in advance, from a very frustrated wireless nut!