
Better than that. There's an install script. I'll find the linkSuperLeigh1875 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
Give him a chance, lolmaribu 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
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$ 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$