I've installed Raspbian Jessie today and I'm having problems with an Edimax EW-7811Un 802.11n that was working under Raspbian Wheezy. It shows up fine with lsusb and sudo iwlist wlan0 shows my Wifi network (broadcast from Asus RT-AC68U) but ifconfig indicates the device isn't connecting with and obtaining an IP from the router.
Anybody have similar issues or solutions? Outputs below.
/etc/wpa_supplicant/wpa_supplicant.conf
network={
ssid=“network”
psk=“key”
scan_ssid=1
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
auth_alg=OPEN
}
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet manual
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf