The dropdown shows my SSID present and with good signal, but clicking it does nothing, gives no feedback.
My wpa_supplicant.conf:
Code: Select all
pi@blueboi:~ $ cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="SKY151A6"
psk="(correct key)"
key_mgmt=WPA-PSK
}
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf output:
Code: Select all
pi@blueboi:~ $ sudo wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf
Successfully initialized wpa_supplicant
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1
ioctl[SIOCSIWSCAN]: Device or resource busy
wlan0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1
wlan0: Trying to associate with 70:50:af:1e:34:7d (SSID='SKY151A6' freq=2412 MHz)
Failed to add supported operating classes IE
wlan0: Authentication with 70:50:af:1e:34:7d timed out.
wlan0: CTRL-EVENT-DISCONNECTED bssid=70:50:af:1e:34:7d reason=3 locally_generated=1
ioctl[SIOCSIWSCAN]: Resource temporarily unavailable
wlan0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1
wlan0: Trying to associate with 70:50:af:1e:34:7d (SSID='SKY151A6' freq=2412 MHz)
Failed to add supported operating classes IE
wlan0: Authentication with 70:50:af:1e:34:7d timed out.
wlan0: CTRL-EVENT-DISCONNECTED bssid=70:50:af:1e:34:7d reason=3 locally_generated=1
wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="SKY151A6" auth_failures=1 duration=10 reason=CONN_FAILED
ioctl[SIOCSIWSCAN]: Resource temporarily unavailable
wlan0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1
^Cwlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="SKY151A6"
wlan0: Trying to associate with 70:50:af:1e:34:7d (SSID='SKY151A6' freq=2412 MHz)
Failed to add supported operating classes IE
^Cwlan0: CTRL-EVENT-DISCONNECTED bssid=70:50:af:1e:34:7d reason=3 locally_generated=1
wlan0: CTRL-EVENT-TERMINATING
Can anyone suggest how to debug the problem or what to try next?