flameboy5073
Posts: 18
Joined: Tue Jul 31, 2012 2:47 pm

Wifi Setup issues

Tue Nov 05, 2013 8:27 pm

When I try to connect using my usb dongle, one that i know works correctly on a pi for many others, i get am message after i reboot networking that says:

Code: Select all

No DHCPOFFERS received.
Unable to obtain lease on first try. Exiting.
Failed to bring up wlan1.
done.
Does anyone know a fix for this? This http://www.amazon.co.uk/Edimax-EW-7811U ... 003MTTJOY/ is my dongle

flameboy5073
Posts: 18
Joined: Tue Jul 31, 2012 2:47 pm

Re: Wifi Setup issues

Tue Nov 05, 2013 8:31 pm

These are my current settings:

/etc/wpa.config

Code: Select all

network={

ssid=”MY_SSID”

proto=RSN

key_mgmt=WPA-PSK

pairwise=CCMP TKIP

group=CCMP TKIP

psk=”MY-WPA-PASSWORD”

}
And in /etc/network/interfaces

Code: Select all

auto wlan1

iface wlan1 inet dhcp

wpa-conf /etc/wpa.config

Return to “Troubleshooting”