Skip to content
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

no 5GHz anything #89

Closed
Musemagic opened this issue Oct 4, 2021 · 5 comments
Closed

no 5GHz anything #89

Musemagic opened this issue Oct 4, 2021 · 5 comments

Comments

@Musemagic
Copy link

Musemagic commented Oct 4, 2021

No support for 802.11ac in driver.

@morrownr
Copy link
Owner

morrownr commented Oct 4, 2021

There is only one situation when you should use rtw_vht_enable=2 and that is when you are using the adapter in 5 GHz master (AP) mode and I didn't see you saying anything about AP mode so please return that setting to the default by going into your driver directory and running: $ sudo ./edit-options.sh

When you are editing that file, please post the entire options line for me to look at once you are finished editing and have saved the file.

@morrownr
Copy link
Owner

morrownr commented Oct 5, 2021

There is a section in the README that goes over suggested wifi router setting. You might crosscheck that.

Have you previously installed another driver?

Ypu can change the following to 1 if you put the adapter in a usb3 port:

rtw_switch_usb_mode=2

@morrownr
Copy link
Owner

morrownr commented Oct 5, 2021

I already changed the rtw_switch_us_mode=2 is for USB 3.0 and I did change it back when in a USB 2.0 hub.

The file called 88x2bu.conf is where the documentation for the parameters is located.

rtw_switch_us_mode=2 sets USB2
rtw_switch_us_mode=1 sets USB3

In case this is not clear, To makes changes to the driver settings, you do not modify the 88x2bu.conf in the driver directory. The copy in /etc/modprobe.d is the one to change:

$ sudo nano /etc/modprobe.d/88x2bu.conf

There is simply no 5gHz or 802.11ac.

Had you tried to install another driver prior to installing this one? One of the leading causes of problems is users that have tried to install another driver which did not work but messed their system up without them knowing it. I keep an informational repo up. It provides a lot of information that is good for Linux users to know:

https://github.com/morrownr/USB-WiFi

Please run and post the results of the following?

$ sudo dkms status

I have a hard time believing that my router settings need to be different for a Linux driver

That would make sense. But as one goes through life, one discovered more and more things that don't make sense.

I understand that you have a problem. Stay calm and work with me and we will likely find the problem. Something that may not be obvious to you is that this driver repo currently averages about 2,000 hits per week. To say that this is a popular site and the driver is heavily used is an understatement. It is probable that if this was a problem with the driver, we would most likely see hundreds of reports in issues... but we don't so it is likely we will find something specific to your location that is the cause.

Regards

@morrownr
Copy link
Owner

morrownr commented Oct 6, 2021

dkms status: rtl88x2bu, 5.8.7.4, 5.4.0-87-generic, x86_64: installed

I did install other drivers but I removed them and they are gone.

dkms status confirms that you cleaned out the other drivers.

. Interesting is that cilynx also had the same result, no 5GHz,

cilynx does a good job.

...it works and exists in Windows 10 so had to be a Linux/driver issue.

Or it could be a user issue.

I think I've found out the issue, I have assumed this driver supports 802.11n, 802.11ac @ the 5GHz bandwidth.

That is a good assumption because this driver does indeed support 802.11ac.

I finally set my router to issue mixed 802.11a/n @ 5GHz and viola, works with USB 2.0 port used speeds of n (144MB/s).

Is your router capable of 802.11ac?

am I wrong to think this driver supports 802.,11ac dual band @ 5GHz?

You are correct to think this driver supports 802.11ac. In fact, this driver is VERY fast in managed mode (client) when an uncongested 80 MHz channel width 5 GHz channel is available. It can exceed 400 Mb/s speed.

DOH! I was reading that 2.4GHz (g/n) and 5GHz (a) forever on the settings, gee, maybe it meant what it said! (ha) In my defense, i802.11a is so old, like 802.11b, I just didn't register that was the actual protocol!

My best guess is that the problem is with router settings or router capability. I use and am familiar with OpenWRT so I could be of help there but I have never used dd-wrt.

@morrownr
Copy link
Owner

morrownr commented Oct 6, 2021

Frankly, at this point, I would much prefer to locate the original source cod/dev tree from RealTek and just make my own driver.

This is a good idea. I wish you well.

@morrownr morrownr closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants