Skip to content

Commit

Permalink
explain new in-kernel driver
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr committed Feb 4, 2025
1 parent 0b12ea5 commit 34a2337
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 6 additions & 0 deletions 8821au.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
#
# Purpose: Allow easy access to specific driver options.
#
# Note: wireless-next patches for v6.13 and v6.14
# wifi: rtw88: Add rtw8821au chipset support
#
# The following line blacklists (deactivates) the above in-kernel driver.
blacklist rtw88_8821au
#
# Edit the following line to change, add or delete driver options:
#
options 8821au rtw_led_ctrl=1
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 8821au ( 8821au.ko ) :rocket:

HOT: An effort is underway to add in-kernel support for the rtl8821/11au chipset.
For more information, go to: /~https://github.com/morrownr/8821au-20210708/issues/133
## Hot: An in-kernel driver for the rtl8821/11au chipsets has been merged into
## kernels 6.13 and 6.14. Installing this driver will automatically blacklist
## the new in-kernel driver, which is part of the rtw88 series of drivers. The
## new in-kernel driver is Linux Standards comliant and is a much better driver
## than this one. This driver will no longer get API related updates beyond
## kernel 6.13. Pull Requests are still welcome.

## Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets

Expand Down Expand Up @@ -68,15 +72,15 @@ the hardware to test the above.

### Compatible Kernels

- Kernels: 5.4 - 5.11 (Realtek)
- Kernels: 5.12 - 6.10 (community support)
- Kernels: 5.4 - 5.11 (Realtek)
- Kernels: 5.12 - 6.13 (community support)

Note: Kernels earlier than 5.4 may work but are not tested or
supported.

### Tested Compilers

- gcc 11, 12 and 13
- gcc 12, 13 and 14

### Tested Linux Distributions

Expand Down

0 comments on commit 34a2337

Please sign in to comment.