Raspberry Pi Wifi Edimax Dongle

Here are the steps it took to get my Edimax EW-7811Un wireless usb adapter up and running: goto: sudo nano /etc/network/interfaces and update with: auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet manual auto wlan0 allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf auto wlan1 allow-hotplug wlan1 iface wlan1 inet …