Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr authored Jun 29, 2022
1 parent f772832 commit c9ac35f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ sudo uname -a; mokutil --sb-state; lsusb; rfkill list all; dkms status; iw dev

-----

####Important: Starting with Linux kernel 5.18, some distributions have added experimental RTW88 USB support. It is not yet stable but if it works well on your system, then you will no longer need this driver. However if it doesn't work or is unstable, you need to manually blacklist it due to the fact that it has a higher loading priority than this external driver we are loading.

The following executed in a terminal followed by a reboot will shut down the in-kernel driver if you determine that is what you want:

```
echo "blacklist rtw88_8822bu" > /etc/modprobe.d/rtw8822bu.conf
```

-----

## 88x2bu ( 88x2bu.ko ) :rocket:

## Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
Expand Down

0 comments on commit c9ac35f

Please sign in to comment.