-
Notifications
You must be signed in to change notification settings - Fork 180
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
rtw_switch_usb_mode using in mainline kernel. #227
Comments
The in-kernel driver that you are using is called rtw88 rtw8822bu. It does not support USB3 yet but the patch is going in and we could use testing. Let me redirect you to information on the repo where we are doing work to make this and other things happen: The Also, while you are here, the Main Menu for this site is: https://github.com/morrownr/USB-WiFi Let me know if you have questions. |
I have pulled the driver from https://github.com/lwfinger/rtw88 and built and installed it without any issue. Platform Ubuntu 22.04.4 Kernel 6.5.0-44-generic, Intel/AMD The card is now connecting as a USB3 :
The bit rate is very low:
Should I continue this issue on this site or from https://github.com/morrownr/USB-WiFi? |
I recommend you use Issues at: https://github.com/lwfinger/rtw88 Keep in mind that You need to keep in mind that you probably need to update $ git pull Remember that the patches you are testing are planned to go upstream into the kernel so compiling will be a distant memory soon. Thanks for testing. |
I am using Ubuntu 22.04.04 kernel 6.15.0-44. This kernel comes with a RTL88x2BU driver. I am uncertain Ubuntu driver is based off this GitHub project.
With the driver that ships in Ubuntu the Wifi adapter is recognized as a USB2 device and not a USB3 device.
I would like to utilize the 88x2b.conf to set rtw_switch_usb_mode to 1 to force USB3 mode but I'm unsure if the Ubuntu driver
supports the conf file or that setting.
Any advice welcome.
The text was updated successfully, but these errors were encountered: