Hello...
I've been attempting to get my new RPi to connect to my wireless router using a new Edimax EW-7811Un USB adapter. I've read many posts concerning this and I'm wondering if it's actually the adapter and not the settings listed below:
/etc/network/interfaces
auto lo
iface lo inet loopback
iface eith0 inet dhcp
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
/etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="my_ssid"
psk="my_password"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
The wpa_gui does show the adapter as wlan0; the network as my_ssid. The Current Status tab Status line changes from Associating to Scanning and the Last message line changes from Association request to the driver failed and bssid=mac_address reason=0.
Ifconfig shows the Edimax adapter as wlan0 and provides its HWaddr mac_address. Lsusb shows the Edimax Bus and Device numbers. I'm using 2013-12-20-wheezy-raspbian as the OS.
Anyone have an ideas why I can't connect to my wireless router? Every other device I have does with no problems. Should I purchase a different USB wireless adapter? Any suggestions would be helpful. Thank you.