1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-04-29 15:19:40 +02:00

Merge pull request #251 from codarrenvelvindron/master

Added TP-LINK AC-1200- rtl8812AU based chipset to known supported
This commit is contained in:
Chen Minqiang 2018-05-15 01:04:36 +08:00 committed by GitHub
commit a06ddcd867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ This code is base on version 4.3.14 from https://github.com/diederikdehaas/rtl88
```
* COMFAST 1200Mbps USB Wireless Adapter(Model: CF-912AC)
* TP-LINK AC1200 Wireless Dual Band USB Adapter(Model: Archer-T4U)
```
## Compiling with DKMS
@ -48,6 +49,48 @@ CONFIG_PLATFORM_ARM_RPI = y
# sudo modprobe -a rtl8812au
```
### Compiling for Ubuntu (16.04)
Download archive into temp directory
```sh
# mkdir -p /tmp/t4u
# cd /tmp/t4u
# wget https://github.com/abperiasamy/rtl8812AU_8821AU_linux/archive/master.zip
```
Unzip
```sh
# unzip master.zip
# cd rtl8812AU_8821AU_linux-master
```
Compile and install from source
```sh
# make
# sudo make install
```
Load module
```sh
# sudo modprobe -a rtl8812au
```
Setup DKMS
```sh
# sudo apt-get update
# sudo apt-get install dkms
# cd /tmp/t4u/rtl8812AU_8821AU_linux-master/
# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
```
## Contributors
<!-- DO NOT EDIT - CONTRIBUTORS.md is autogenerated from git commit log by contributors.sh script. -->