RinCat / RTL88x2BU-Linux-Driver

Realtek RTL88x2BU WiFi USB Driver for Linux
GNU General Public License v2.0
1.23k stars 191 forks source link

Linux 6.2 with 8822BU overrides RTL88x2BU module #182

Open ogasser opened 1 year ago

ogasser commented 1 year ago

The Linux kernel 6.2 has (finally) added support for Realtek 8822BU. Unfortunately, this newly added in-tree module has a lower networking performance, at least on my system: 30 Mbps with 8822BU compared to 100 Mpbs (which is the maximum of my ISP contract) with RTL88x2BU.

After I added the following lines to /etc/modprobe.d/blacklist.conf Linux again loads the more performant RTL88x2BU module:

blacklist rtw88_core
blacklist rtw88_8822b
blacklist rtw88_usb
blacklist rtw88_8822bu

Maybe this should be added to the main README file @RinCat , in case other users are stumbling across this issue as well?

RinCat commented 1 year ago

This warning already in the README for 10 months. I don't know if we want to blacklist rtw88_core and rtw88_usb, since other devices may use them.

ogasser commented 1 year ago

Yep, you are right, blacklisting rtw88_8822bu is enough and more specific!

I somehow missed the entry in the README, maybe I was searching for "Linux 6.2". It might be useful to mention that explicitly, as it has found its way into the mainline kernel with this release.