-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(on hold) Limited Connectivity on 5Ghz #84
Comments
Hi @rmjantz I'll try to help. The first thing to do is go to top of the issues page and supply the information requested in `Problem Reporting Guidelines." It would be good for me to know what distros and version you are using. Often when I problems in 5 GHz while 2.4 is working well, I look first at two things:
$ iw reg get Please post the results of the above and also tell me what country you are in.
$ sudo apt install wavemon With wavemon, check both bands and tell me what the signal strength is. Do both bands use the same name? If so, try changing the name of the 5 GHz band let's see if that helps. Also, give me the results of: $ lsusb -t That is enough to start. Cheers |
Thanks for the quick reply. Here is the requested info: Linux distro: OpenSuse Tumbleweed version 5.19.10-1-default Name and model of computer: Lenovo E420 laptop country: United States lsusb -t output: wavemon signal level 2.4Ghz: signal level: -32 dBm (0.63 uW) Do both bands use the same name: no Info from reporting guidelines |
For some reason, it used strikethrough on part of the text in my last post. I am reposting that part. rjantz@localhost: |
Hmm... more strikeout - guess I'll leave well enough alone |
Don't worry about the strikeout.
This is a concern. Try this: $ iw reg set US That should set your country code and that should allow you to use 5 GHz. Also,
The adapter is running in USB2 mode. That can be caused plugging it into a USB2 port or by not setting the option to use USB3. You may not need the extra speed. Using the Let me know how it goes. |
Below is the result. Still limited connectivity, I'm afraid. rjantz@localhost: rjantz@localhost:~> sudo iwconfig enp2s0 no wireless extensions. wlp0s26u1u1 IEEE 802.11AC ESSID:"JaRay2" Nickname:"WIFI@RTL88X2BU" rjantz@localhost:~> nmcli n connectivity |
I saw this earlier so yes, you do have a usb wifi adapter based on the 8812bu chipset so that this the right driver. With that said, something is wrong.
The
Those numbers are not good but that is beside the point until we figure out what is going on. Run and post the results of: $ lspci |
Installation was by the book (install-driver.sh) and it went smooth. I neglected to do the OS upgrade ahead of the install, so I did it afterward. I was previously using a TP-Link USB adapter and it used the same device name. Below is lspci output. rjantz@localhost:~> lspci |
Well, okay. I fishing at this point. $ dkms status Let's see what the above says. |
See below. rjantz@localhost:~> sudo dkms status |
I just took the time to scan the thread and rethink this issue.
I'm pretty sure this is the core problem. A signal level of 65 is right at the end of usability. Levels < 50 are good, > 50 and < 60 are not to bad but >= 65 is bad. Why it could be different than you see in Windows is unknown. What are your options:
|
Here's signal level per wavemon: I'm already pretty close to the router, but I moved right next to it and I think signal level for 5Ghz was in the high 20's I rebooted the router again and 5Ghz came back (using it right now). So 2 out of 3 tries of a reboot helped. Is there a clue in there? FYI, Windows (and even my phone) seem to mostly work well, but every now and then, even they get flaky and can't connect. I am looking into upping the tx power. |
Yes
I would not bother. Your posted info indicates the signal is not the issue.
Probably so. Can you check to see if there is a firmware upgrade available for your router? If so, maybe you should install it. It the problem is still there. it could be an issue with one or more settings in the router. I have a short section in the README about router settings. You can take a look at that. |
The router is a Netgear Nighthawk R7000. It has firmware version 1.0.11.126. It has auto update enabled, but the Netgear site says the latest is 1.0.11.136. When I tell the router to check for updates it says none found, but apparently others have seen this behavior too, even though the website says there is later firmware. I think I should try this. Q: Is it recommended to do this over a wired connection? |
Yes, wired would be best. It sounds like the auto-update is not working as it should be. After you are updated, we could discuss settings. |
Changed the firmware - same symptoms, 5Ghz works sometimes, most of the time not. Do you think settings could make a difference? |
Yes. The problem is that I have no idea how your router settings pages are set up so maybe just posting a few at a time for discussion might work. |
Just letting you know I'll be out of your hair for a week since I'm going on a family vacation. FYI, 5Ghz is working good at the moment and I haven't changed anything. Thanks for your help. |
Let me know if the problems return. Enjoy the vacation. |
Hi,
|
Copy all. |
Hi, I received the mt7610U--based dongle and plugged it in. It worked fine with no driver install needed. I thought 5Ghz speeds were a little lower (150 Mbps vs 200 Mbps with the RTL8812bu), but then I tried the RTL8812bu dongle and it was also getting lower speeds. And I just tested the mt7610U and its speeds were close to 200 Mbps. What I think this tells me is (a) 5Ghz performance and reliability is susceptible to a lot of random factors that are hard to diagnose and (b) wide variation in 5Ghz speeds is normal. Now that I have an adapter with an in-kernel driver, I will make that one the one I use and the other a backup. I might solicit your advice on one more thing: the LED on the 7610 adapter isn't working, even though it works on Windows. Any idea why that is? I notice you address a similar issue for the 7612U driver. Could that apply to the 7610U as well? If I don't get the LED working, no big deal. Thanks for all your help |
What distro and version are you running. Something that I am aware of since I test so much is that upgrading a system to a very recent kernel where the rest of the distro remains as it was can result in strange happenings since so much of the supporting utilities and other parts of the distro are tested extensively with the kernel that ships with the distro but not with the latest mainline.
You will probably find this adapter to be handy even if you don't need it right now. I've keep adapters that use in-kernel drivers in my toolkit for years.
What it tells me is that you are likely on a 5 GHz channel that is fairly heavily congested. This is a sharing technology so other packets going through air on the same channel share the same bandwidth that you are using.
Well, I'm going to disagree a little. It can take a certain degree of technical experience to maximize performance but it can be done.
I agree with this statement in general but I will add that there are reasons for the variations and there are generally solutions to increase speeds and reduce problems. Go to: https://github.com/morrownr/USB-WiFi That is the Main Menu for this site. You are welcome to look around but for now, go to Issues at the Main Menu repo and look at 139 (Speed Test with Specific USB WiFi Adapters). Take a look at the speeds. Wow... high speeds that are totally stable. Tell me how I did that? Nick |
I agree - those are impressive results. Mine are a lot more erratic, but seem seem to get in the neighborhood of 200 Mbps around half the time. I don't see a lot of evidence of competing networks using Wifi Analyzer on my phone. Would that reveal congestion? I am curious about something: Does the fact that a reboot of the router fixes 5Ghz say anything about the firmware? Would trying open source router firmware be worth it? FYI, I am running OpenSuse Tumbleweed 6.0.5-1 If the best I can do is reboot the router occasionally, I can live with that. |
I am closing this. Problem seems to have gone away for unknown reasons. In any case it does not seem to be a driver issue. |
Somehow I forgot to answer this question so here goes. A WiFi Analyzer app can give an idea but not the exact answer. All it is telling you is how many AP's it is seeing. It is not telling your how much data is being pushed between systems on the channel you are on and that is what you need to know to determine congestion. The reason you saw the vert fast, very consistent speeds in the test I posted is because I set the channel in my router to a DFS channel where there is no other AP. The air is clean. There is no congestion. The results in the test are what the adapters can do with my router without congestion. The same Alfa ACM you saw getting around 400 Mb/s will show around 200 Mb/s if I change the channel to 36 (a regular heavily congested channel.) You can judge congestion by seeing what you get vs what the adapter can get with no congestion. Cheers, Nick |
I am using the driver with an EDUP 1300AC dongle and OpenSuse Tumbleweed. 2.4Ghz works great, but 5Ghz has issues. The most common symptom is that NetworkManager says 'limited connectivity.' Sometimes it says 'full connectivity,' but then it takes forever to render a web page - rendering the web page may fail and it will go back to limited connectivity. Once, after resetting the router, 5Ghz worked great for a couple of days, getting the kind of speed I expect, but then it went back to limited connectivity. I reset the router again, thinking it would bring the 5Ghz back, but but after running one successful speed test, it went back to limited connectivity. This is a dual boot system and 5Ghz seems to have no issues on Windows 10.
I am happy to do more diagnosis myself if I can get some tips on things I should try.
The text was updated successfully, but these errors were encountered: