Hi all,
I have an odd issue with my 150Mbps Mini Wireless N USB Adapter. My upload is always fine (1 Mb/s), while my download is sometimes fine (1 Mb/s) but can drop to 10Kb/s and even stall altogether (on scp/rsync). ifconfig shows an rx drop rate which moves up with the rx packet rate 1:1 in tandem! (in fact, it exceeds it slightly)
The device is a small dongle that I attach directly to the RaspPi. The stick appears as "Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter" in lsusb, so I guess that's what it is.
ifconfig (see the rx drop rates):
Code: Select all
wlan0 Link encap:Ethernet HWaddr 64:70:02:1d:b3:99
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::6670:2ff:fe1d:b399/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2153173 errors:0 dropped:2155824 overruns:0 frame:0
TX packets:1190480 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3147379621 (2.9 GiB) TX bytes:108047158 (103.0 MiB)
iwconfig (signal appears to be good):
Code: Select all
wlan0 IEEE 802.11bgn ESSID:"<snip>" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.412 GHz Access Point: C8:3A:35:F8:57:90
Bit Rate:150 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=94/100 Signal level=67/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
I am alone on Channel 1, with one other network in range on Channel 11.
Sometimes the download speed is excellent, but the drop rate still goes up in tandem - I am starting to wonder whether the drop rate means anything at all. Or could this be related to the fact that I have a range extender?
I would be happy for any pointers as to how to further debug this. Thanks.