Realtek RTL88x2BU WiFi USB Driver for Linux
Go to file
2020-07-21 17:46:19 -04:00
core Linux 5.8 compat: sha256_state 2020-07-21 17:46:19 -04:00
hal Fix include path 2020-07-05 05:27:36 -04:00
include Linux 5.8 compat: sha256_state 2020-07-21 17:46:19 -04:00
os_dep Support TPLink Archer T3U Plus 2020-06-29 13:32:12 -04:00
platform RTL88x2B Driver from Realtek. Version: 5.3.1 2018-11-23 15:22:37 -05:00
clean RTL88x2B Driver from Realtek. Version: 5.3.1 2018-11-23 15:22:37 -05:00
dkms.conf Update dkms.conf 2018-11-28 00:37:23 -05:00
halmac.mk Update to 5.6.1 2019-09-21 05:30:30 -04:00
ifcfg-wlan0 RTL88x2B Driver from Realtek. Version: 5.3.1 2018-11-23 15:22:37 -05:00
Kconfig RTL88x2B Driver from Realtek. Version: 5.3.1 2018-11-23 15:22:37 -05:00
LICENSE Create LICENSE 2020-01-27 08:23:16 -05:00
Makefile Reduce debug level 2020-04-08 14:15:44 -04:00
README.md Update README.md 2020-04-07 15:47:17 -04:00
ReleaseNotes.pdf Update to 5.6.1.6 2020-01-24 11:57:56 -05:00
rtl8822b.mk Update to 5.6.1 2019-09-21 05:30:30 -04:00
runwpa RTL88x2B Driver from Realtek. Version: 5.3.1 2018-11-23 15:22:37 -05:00
wlan0dhcp RTL88x2B Driver from Realtek. Version: 5.3.1 2018-11-23 15:22:37 -05:00

REALTEK RTL88x2B USB Linux Driver

Current Driver Version: 5.6.1.6
Support Kernel: 2.6.24 ~ 5.6 (with unofficial patches)

Official release note please check ReleaseNotes.pdf

Note: if you believe your device is RTL8812BU or RTL8822BU but after loaded the module no NIC shows up, the device ID maybe not in the driver whitelist. In this case please submit a new issue with lsusb result, and your device name, brand, website, etc.

How to use this kernel module

  • Make sure you have installed the kernel headers
  • All commands need to be run in the driver directory
  • The following commands only build module for the current running kernel
  • You need rebuild the kernel module everytime you update/change the kernel

Building

make

Installing

sudo make install

Uninstalling

sudo make uninstall

For more details please refer to Linux Kernel Documentation.

https://www.kernel.org/doc/Documentation/kbuild/modules.txt

Distribution