Page 1 of 1

Unusably slow wifi on new B+ and Edimax EW-7811UN

Posted: Sat Aug 22, 2015 7:42 pm
by era6169
Hello all,

I'm having some big trouble with the wifi speeds on my RPi. Clean install of raspbian, and was able to connect to my home network. The internet works, but I'm seeing speeds of 1-3kb/s... I can google around and view pages but only at dial up speeds. I also have a NAS plugged into the router that I can see/access/view, but copying 10 20mb files resulted in 8/10 failing. Currently it's sitting 3' from the router without any improvement. Nothing else plugged in besides the dongle and a USB keyboard. Router is an Apple Airport Extreme (2014). In there I can see it connected at -50dBm with a 19Mb/s data rate on b/g/n, so signal should be fine. Went through most of the scripts out there online to change the power & sleep settings on it.

Basically it feels like an interference-type problem as I can ping websites and browse my local NAS, just slowly. Trying wget to grab a file to speedtest times out. If I do plug in an ethernet cable, internet is fine/fast. Help? Running out of ideas to check before just throwing the dongle away and buying a different brand.

Here's the config:

Code: Select all

pi@raspberrypi ~ $: cat /etc/network/interfaces
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 manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
 
pi@raspberrypi ~ $ ip route

default via 10.0.1.1 dev wlan0  metric 303
10.0.1.0/24 dev wlan0  proto kernel  scope link  src 10.0.1.45  metric 303

pi@raspberrypi ~ $ /sbin/ifconfig -a
eth0      Link encap:Ethernet  HWaddr b8:27:eb:96:f0:ce  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:72 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:6288 (6.1 KiB)  TX bytes:6288 (6.1 KiB)
 
wlan0     Link encap:Ethernet  HWaddr 74:da:38:41:85:12  
          inet addr:10.0.1.45  Bcast:10.0.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3013 errors:0 dropped:340 overruns:0 frame:0
          TX packets:334 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:552216 (539.2 KiB)  TX bytes:38299 (37.4 KiB)