RTL88x2BU-Linux-Driver/README.md

37 lines
1022 B
Markdown
Raw Normal View History

2019-11-15 00:03:56 +00:00
# REALTEK RTL88x2B USB Linux Driver
**Current Driver Version**: 5.6.1.5
2019-12-09 01:40:39 +00:00
**Support Kernel**: 2.6.24 ~ 5.4 (with unofficial patches)
2019-11-15 00:03:05 +00:00
2019-11-15 00:03:56 +00:00
Official release note please check ReleaseNotes.pdf
2019-11-15 00:03:05 +00:00
**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.
2020-01-24 08:20:42 +00:00
# How to use this kernel module
* 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
* Archlinux AUR https://aur.archlinux.org/packages/rtl88x2bu-dkms-git/