Here's where I am at...
Plugged the EW-7811un into the pi, booted up, device recognized, sweet! Nope, no connectivity. lsusb shows it there, ifconfig shows it ok, iwconfig looks good... can't ping anything and can't SSH into the pi.
I had also bought that butt-ugly Pluggable 7 port USB hub, so I decided to try that with the Edimax WiFi... sure enough, it works fine.
I tried all different settings to get it to work plugged directly into the pi... DHCP, staic IP, putting the SSID and psk in /etc/network/interfaces, using the GUI config, manually editing the files... occasionally, it would work a little, but erratically, most times it wouldn't. I tried three different power supplies, two different USB cables, disabling eth0, restarting wlan0. Ran apt-get updae, apt-get-upgrade, and rpi-update... no change.
I'm back to using it on the powered hub... I'm admitting defeat for now.
Anyone else run into this? Suggestions? I've read through pages of forum posts and articles on the 'net for the last two days... just not getting anywhere it seems.
Here's my current etc/network/interfaces, WiFi is working with Edimax dongle plugged into hub (no, that's not really my SSID and psk):
Code: Select all
pi@raspberrypi /etc/network $ vi interfaces
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.0.232
netmask 255.255.255.0
gateway 192.168.0.100
auto wlan0
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.0.234
netmask 255.255.255.0
gateway 192.168.0.1
wpa-ssid "Fozzy D Bear"
wpa-psk "wakkawakkawakka"
~
~
~
~
~
~
"interfaces" [readonly] 17 lines, 295 characters
Code: Select all
pi@raspberrypi ~ $ lsusb
Bus 001 Device 002: ID 0424:9512 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 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 005: ID 413c:2107 Dell Computer Corp.
Bus 001 Device 006: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Code: Select all
pi@raspberrypi /etc/network $ iwconfig
wlan0 IEEE 802.11bg ESSID:"Fozzy D Bear" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.422 GHz Access Point: 00:1A:C4:CD:45:51
Bit Rate:54 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=90/100 Signal level=74/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
lo no wireless extensions.
eth0 no wireless extensions.
EDIT: I failed miserably on following directions here! Forgot to post what hardware and OS!
Raspi B version, running Raspbian Wheezy, off of an 8GB SD card, loaded from NOOBS. Card was loaded last month.
Linux raspberrypi 3.10.32+ #648 PREEMPT Fri Feb 28 16:29:56 GMT 2014 armv6l
