2

I have a USB Wi-Pi stick which is supposed to enable my Pi to connect to WiFi. I have opened up 'WiFi Configuration' and when trying to connect, the status will show '4-Way Handshake' for about 10 seconds, then scanning and repeats. The IP address is also missing. The Wi-Pi LED flashes throughout.

Here is the /etc/network/interfaces:

auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

And the /etc/wpa_supplicant/wpa_supplicant.conf:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
       ssid="CORRECT SSID"
       psk="CORRECT PASSWORD"
       proto=RSN
       key_mgmt=WPA-PSK
       pairwise=CCMP
       auth_alg=OPEN
}

I have tried looking at many other questions asked here but none have helped. Could it be a problem due to lack of power?

Any help is greatly appreciated and please ask if any other information is required.

Mahclark
  • 21
  • 1

0 Answers0