wpa_supplicant and Fedora 7
Posted: Mon Oct 01, 2007 1:22 am
I have no problem connecting using WEP right out of the box. But I want to use WPA.
1. Turn on the wpa_supplicant service.
2. Configure wpa_supplicant.conf
3. Edit /etc/sysconfig/wpa_supplicant and make sure these are the values set in it
4.Go to /etc/rc.d/rc3.d/ and repeat the above step
Upon boot up I get "ioctl[SIOCSIWAUTH]: Operation not supported" error.
WEXT auth param 4 value 0x0
WEXT auth param 5 value 0x1
Does anyone get Intel 3945 to work with wpa_supplicant while using iwlwifi drivers?
1. Turn on the wpa_supplicant service.
2. Configure wpa_supplicant.conf
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=2
network={
ssid="home"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
scan_ssid=0
}
Code: Select all
INTERFACES="-iwlan0"
Driver="-Dwext"
Upon boot up I get "ioctl[SIOCSIWAUTH]: Operation not supported" error.
WEXT auth param 4 value 0x0
WEXT auth param 5 value 0x1
Does anyone get Intel 3945 to work with wpa_supplicant while using iwlwifi drivers?