After a debian upgrade lost my wireless driver for the Nth time, I decided to try Ubuntu on this old 2Ghz Dell machine. Everything works fine except for the fact that my MAXIMUM throughput on the wireless card is a total of 7 KB/sec (!) upload or download. I have full signal strength and a valid connection, but simply transferring data within my own LAN has a max of 7KB/sec from that machine. All other machines one the wireless operate at full capacity.
Where's the configuration? I try the Ubuntu config and it says nothing except "98% signal strength". Obviously its set in some crazy-slow mode and all I need is to get it out. The card worked fine before.... Any hints? The intrawebs aren't helping me out here.
here's the dirt:
Code:
% uname -a
Linux seven 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux
% lspci | grep RTL
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
% lsmod | grep -i rt
parport_pc 36260 1
parport 37832 3 ppdev,lp,parport_pc
rt2500pci 20352 0
rt2x00pci 11264 1 rt2500pci
rt2x00lib 22528 2 rt2500pci,rt2x00pci
rfkill 8596 1 rt2x00lib
input_polldev 5896 1 rt2x00lib
crc_itu_t 3072 1 rt2x00lib
mac80211 165652 3 rt2500pci,rt2x00pci,rt2x00lib
eeprom_93cx6 3200 1 rt2500pci
iTCO_vendor_support 4868 1 iTCO_wdt
agpgart 34760 3 drm,intel_agp
% ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=4371 ms (!!!)
64 bytes from 192.168.1.2: icmp_seq=2 ttl=64 time=4345 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=64 time=3999 ms
...