RTL88x2BU-Linux-Driver/README.md

51 lines
1.3 KiB
Markdown
Raw Normal View History

2019-11-15 00:03:56 +00:00
# REALTEK RTL88x2B USB Linux Driver
2020-08-02 10:46:57 +00:00
**Current Driver Version**: 5.8.7.1
2020-07-22 20:19:11 +00:00
**Support Kernel**: 2.6.24 ~ 5.8 (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
2020-07-22 20:21:43 +00:00
## Supported Devices
2020-07-22 20:19:11 +00:00
* ASUS AC1300 USB-AC55 B1
* ASUS U2
* Dlink - DWA-181
* Dlink - DWA-182
* Edimax EW-7822ULC
* Edimax EW-7822UTC
2020-08-02 11:16:32 +00:00
* NetGear A6150
2020-07-22 20:19:11 +00:00
* TP-Link Archer T3U
2020-08-02 11:16:32 +00:00
* TP-Link Archer T3U Plus
2020-07-22 20:19:11 +00:00
* TP-Link Archer T4U V3
2020-07-22 20:20:42 +00:00
2020-07-22 20:19:11 +00:00
And more.
2020-01-24 08:20:42 +00:00
# How to use this kernel module
2020-01-24 08:40:42 +00:00
* Make sure you have installed the kernel headers
2020-01-24 08:20:42 +00:00
* 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/