I have an older laptop that has the Intel Centrino Advanced-N 6235 processor/wifi chip. It is connecting (tested via a speed test page in the browser) at a very slow rate of 4 mbps down, .5 mbps up. When I check all my other devices, they’re connecting at 70-85 mbps down, 20-25 mbps down. So I’m 99% sure the issue is the laptop.
Will a USB-3.0, WiFi adapter fix the issue?
Can I just plug it in and it’ll work in openSUSE LEAP? Or is there some config i need to do?
Is there some other way to fix the wifi than the adapter? Could the OS be throttling?
My setup:
Samsung Series 9 NP900x4C
KDE 5.4.3
Linux: 4.1.15-8-default (64 bit)
Intel i5-3317U
16 GB RAM
openSUSE LEAP 42.1
Check that it is not due to low signal level or interference perhaps. Check the first with
/usr/sbin/iwconfig
Is it possible that you’re connected to a guest wifi account perhaps?
This might show what other wifi signals are around (not a complete test though)
/usr/sbin/iwlist scanning
No, it won’t be the OS throttling in any way. Using another wifi device might help, but that depends on whether or not the current one is the cause of the issue.
BTW, you’re better of testing the network speed using netcat or iperf. A browser-based internet test is not necessarily going to be indicative of LAN performance.
wlan0 IEEE 802.11abgn ESSID:"HIDDEN"
Mode:Managed Frequency:2.412 GHz Access Point: 60:C4:2C:26:E1:1B
Bit Rate=65 Mb/s Tx-Power=15 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=68/70 Signal level=-42 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:997 Invalid misc:26499 Missed beacon:0
lo no wireless extensions.
But I don’t think that’s the issue as all my devices sitting next to it test at very high speeds.
No, I have dd-wrt on the router and no guest wifi set up.
There are a lot of other wifi networks that show up, but it still doesn’t explain why this laptop is 20 times slower than any other device in the same room.
The commands in the article you linked don’t work. It says it’s an “nc from the netcat-openbsd package”
Okay, the bit rate is a little lower than I would have expected, (I get 72.2Mb/s on my laptop at -50dBm), but 10 times higher than what you report. Again, I wouldn’t rely on internet tests though.
I get no output at all. And I know the computers can reach each other because when I ping the listener’s IP from the laptop, I get the usual 64 bytes response. What could be wrong with the commands? I typed:
That will happen if firewalls are active. You need to open port 2222 on the server (Desktop machine in your test), or you could stop the firewall briefly with
What resolved it for me was to enable a setting on my wifi ap.
After enabling WMM/QoS on the router my ubuntu laptop connected with 802.11n(300 - 270Mb/s)
Numerous similar reports from a lot of users running 3.11.10+ kernels. Now, openSUSE is using 4.1.15 by default, but this issue may still be present I guess
I had a quick search, and it seems to be identified as having a Ralink chipset. Many of these devices are now supported by the rt2800usb kernel driver.
I just discovered something! My router has both 2.4 Ghz and 5 Ghz radios. Just to see, I switched to the 5 Ghz connection and the netcat connection went from 300 Kb/s to 5.2 MB/s!! And when I tested the online speedtest (which on 2.4 Ghz was getting a max of 10 mbps down, 5 up) got 80.51 Mbps down, 14 Mbps up!!
I would still like to figure out why the 2.4 Ghz is so terrible on this laptop (using 2.4 on all my other devices gives the SAME speed as 5 Ghz is giving me on this laptop), but at least at home I have a solution. Any ideas what might be causing it to be so terrible on 2.4 Ghz? (It’s 10 feet from the router)
I would still like to figure out why the 2.4 Ghz is so terrible on this laptop (using 2.4 on all my other devices gives the SAME speed as 5 Ghz is giving me on this laptop), but at least at home I have a solution. Any ideas what might be causing it to be so terrible on 2.4 Ghz? (It’s 10 feet from the router)
Only that similar has been reported by many others using this hardware in Linux. Something driver or firmware specific it would seem. You probably need to check out any existing bug reports for this device, and consider adding to them.
Well the 2.4 GHz band is used for everything from wi-fi to some radio remote controllers, the 5GHz band is only used in Japan and depending on your countries laws it’s use might not be legal, that’s the reason for the better speeds the 5GHz has no signal pollution ie. noise from other devices.
Is it worth trying a different channel, if only maybe for the time being or to see what happens?
When I changed AP in the living room, I discovered our new Asus laptop does not like the lower channel numbers (perhaps without a fixed 40Mhz channel width - something I can’t set on this AP) in the 2.4Gh band. The Androids and the old laptop seem OK with such a setting but the Asus becomes painfully slow.
I’ve not tried to diagnose where the problem may be (not even booted to Windows 10 to see if the problem persists) except to say one thing I’m sure - it is not is interference from other wifi (There is only one property that could be in range, I only see 2 other SSIDS anywhere in the house and in the living room these are only just there and both using channels above 6).
It could be that if I want to take the laptop out, I will need to get round to looking further into it and it may even be that I too find myself conssidering a USB adaptor…
But for now at any rate, a simple change to a higher channel does give a workable solution for the 2.4Ghz band at home (although I’ve since got the laptop using the 5Ghz band).
Iv’e just spent some time looking at the Ausus laptop (Realtek 8821AE) in the hope I might stumble on something useful. Not really but I’ll report anyway…
I too had been relying on Internet to work out when things are OK and I guess on my sort of 2.5mbps on a good day connection that’s not much of a test… I have now tried the test using nc given before.
Ch 3 gave me 40KB/s whereas ch 10 gives a bit over 500KBs. A marked improvement but the old laptop (which according to iwconfig connects at 48Mb/s c/f the new one at 150Mb/s) shows 2.6MB/s. As such, I suspect I’m just improving a “bad lot”.
The impression I get from a quick search is that the RTL8821AE is probably a bit new and is under development. I think I’ll invest in a USB adaptor - hopefully dual band and hopefully with some known good record on Linux. It’s probably not a bad accessory to have anyway.