Realtek RTL88x2BU WiFi USB Driver for Linux
Go to file
2020-01-27 08:23:16 -05:00
core Update to 5.6.1.6 2020-01-24 11:57:56 -05:00
hal Fix: warning: ‘~’ on a boolean expression in halrf_iqk_8822b.c 2020-01-24 12:16:31 -05:00
include Update to 5.6.1.6 2020-01-24 11:57:56 -05:00
os_dep Whitelist Dlink - DWA-181 2020-01-27 05:02:12 -08: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 Update to 5.6.1.5 2019-11-14 18:16:30 -05:00
README.md Update to 5.6.1.6 2020-01-24 11:57:56 -05: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.4 (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