Raspberry PI - 2
#16
(02-20-2015, 03:00 AM)native Wrote: COULD YOU PLEASE tell me how on earth you can get the Edimax 7811Un to work with Linux?

When you plug it in what do you get from lsusb?

On my PI B+ I get this:
Code:
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]

I create a file named /etc/modprobe.d/8192cu.conf with the line:
Code:
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
So that it wouldn't sleep.

My /etc/wpa_supplicant/wpa_supplicant.conf file looks like this:
Code:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
        ssid="PLANETX.EXT"
        psk="secret stuff here"
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
        auth_alg=OPEN
}

My /etc/network/interfaces looks like this:
Code:
auto lo
iface lo inet loopback

auto wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Reply
Thanks given by:


Messages In This Thread
Raspberry PI - 2 - by ThuGie - 02-03-2015, 12:17 AM
RE: Raspberry PI - 2 - by xoft - 02-03-2015, 12:43 AM
RE: Raspberry PI - 2 - by LogicParrot - 02-14-2015, 06:45 AM
RE: Raspberry PI - 2 - by DiamondToaster - 02-14-2015, 08:08 AM
RE: Raspberry PI - 2 - by xoft - 02-14-2015, 08:21 AM
RE: Raspberry PI - 2 - by worktycho - 02-14-2015, 09:24 AM
RE: Raspberry PI - 2 - by wudles - 02-14-2015, 04:49 PM
RE: Raspberry PI - 2 - by LogicParrot - 02-14-2015, 08:22 PM
RE: Raspberry PI - 2 - by bearbin - 02-16-2015, 01:10 AM
RE: Raspberry PI - 2 - by tonibm19 - 02-16-2015, 06:24 AM
RE: Raspberry PI - 2 - by jsebean - 02-16-2015, 01:03 PM
RE: Raspberry PI - 2 - by wudles - 02-19-2015, 04:32 AM
RE: Raspberry PI - 2 - by wudles - 02-19-2015, 10:48 AM
RE: Raspberry PI - 2 - by bearbin - 02-19-2015, 06:51 PM
RE: Raspberry PI - 2 - by LogicParrot - 02-20-2015, 03:00 AM
RE: Raspberry PI - 2 - by wudles - 02-20-2015, 06:44 AM
RE: Raspberry PI - 2 - by LogicParrot - 05-02-2015, 08:06 PM
RE: Raspberry PI - 2 - by jsebean - 02-21-2015, 11:18 AM
RE: Raspberry PI - 2 - by DiamondToaster - 02-21-2015, 01:52 PM
RE: Raspberry PI - 2 - by wudles - 02-21-2015, 03:44 PM
RE: Raspberry PI - 2 - by wudles - 02-21-2015, 05:24 PM



Users browsing this thread: 1 Guest(s)