RinCat / RTL88x2BU-Linux-Driver

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

Mainline 8822 driver vs this repo differences #209

Open chrisvollorenew opened 1 year ago

chrisvollorenew commented 1 year ago

Hi, I'm not sure the best place to ask this, so I'll start here. What are the main difference between the mainline wifi driver for 8822bu and this one? Does this driver support features that are not included in the mainline? (such as concurrent mode?)

Duke-93 commented 1 year ago

On my AC1300 Archer T4U Wi-Fi adapter, the LED indicator does not work when using the main driver rtw88_8822bu.

RinCat commented 1 year ago

Mainline is someone rewrite based on Realtek open sourced drivers that try to support all RTL88 WiFi devices. This one is I modified based on Realtek RTL88x2BU open sourced driver, which included some official proprietary binary content. However Realtek seems no longer supported this driver, so it's in maintenance mode. No new features will be added, only compatibility with the new version of the kernel will be made until the mainline driver is stable enough.