SuperLeigh1875
Posts: 20
Joined: Fri May 18, 2012 12:31 pm

Edimax EW-7811UN

Mon Jul 02, 2012 5:51 pm

I purchased this wireless adapter for my pi and I'm having problems connecting. Can anyone provide a Step to Step guide to help? Thanks

User avatar
alexeames
Forum Moderator
Forum Moderator
Posts: 2869
Joined: Sat Mar 03, 2012 11:57 am
Location: UK
Contact: Website

Re: Edimax EW-7811UN

Mon Jul 02, 2012 5:55 pm

SuperLeigh1875 wrote:I purchased this wireless adapter for my pi and I'm having problems connecting. Can anyone provide a Step to Step guide to help? Thanks
Better than that. There's an install script. I'll find the link

There's a long thread about it here

and here is the instructions file.
Last edited by alexeames on Mon Jul 02, 2012 6:02 pm, edited 1 time in total.
Alex Eames RasPi.TV, RasP.iO

User avatar
maribu
Posts: 143
Joined: Mon Feb 13, 2012 9:56 pm

Re: Edimax EW-7811UN

Mon Jul 02, 2012 5:58 pm

Hi SuperLeigh1875!

Which distribution do you use? What output do you get if you type "iwconfig" in a terminal? What's the output of "lsusb"?

Cheers,
Maribu

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Edimax EW-7811UN

Mon Jul 02, 2012 6:53 pm

maribu wrote:Hi SuperLeigh1875!

Which distribution do you use? What output do you get if you type "iwconfig" in a terminal? What's the output of "lsusb"?

Cheers,
Maribu
Give him a chance, lol ;)

Code: Select all

pi@raspberrypi:/usr/games$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"my essid"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:2.437 GHz  Access Point: 4C:17:EB:7C:8A:05   
          Bit Rate:150 Mb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=100/100  Signal level=56/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

pi@raspberrypi:/usr/games$ 
and

Code: Select all

pi@raspberrypi:/usr/games$ lsusb
Bus 001 Device 006: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
Bus 001 Device 007: ID 0425:0101 Motorola Semiconductors HK, Ltd G-Tech Wireless Mouse & Keyboard
Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. 
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@raspberrypi:/usr/games$ 
Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

User avatar
maribu
Posts: 143
Joined: Mon Feb 13, 2012 9:56 pm

Re: Edimax EW-7811UN

Mon Jul 02, 2012 7:09 pm

Texy showed what the output should look like. If there is a card named „wlan0“ in your iwconfig output, then your card works and the kernel module (a.k.a. driver) is loaded.

This means you only have to configure the network.

If you could tell me your distribution, I could try to help you set up the network.


Cheers, maribu

Return to “General discussion”