Hello
I've been trying to get my PC (running Slackware 11.0) to connect to my Airport Express (Apple Base Station V6.3) however it does not authenticate.
When I issue the following restart command:
Code:
/etc/rc.d/rc.inet1 restart
I get the following output in /var/log/messages:
Code:
WPA authentication did not complete, try running '/etc/rc.d/rc.inet1 wlan0_start' in a few seconds.
When I try to connect through wpa_gui, the following is output to the Event History:
Code:
Trying to associate with <mybssid> (SSID='myssid' freq=2437 MHz)
Authentication with 00:00:00:00:00:00 timed out.
When I scan in wpa_gui, the Airport Express appears in the Scan results window as:
Code:
SSID BSSID frequency signal flags
<myssid> <mybssid> 2437 186 [WPA-PSK-TKIP][WPA2-PSK-TKIP+CCMP]
My wpa_supplicant.conf file is as follows:
Code:
ctrl_interface=/var/run/wpa_supplicant
update_config=1
network={
ssid="myssid"
psk=mypsk
proto=RSN
key_mgmt=WPA-PSK
pairwise=TKIP
}
My wireless network card is a NetComm NP5420 and i am using ndiswrapper.
My AirPort Network is configured with WPA2 Personal and also is set for MAC filtering. I have tried broadcasting/not broadcasting the SSID and also enabling/disabling MAC filtering however I still get the same problem.
Any suggestions as to what I may be missing would be greatly appreciated.