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

Add installation instructions for Ubuntu 16.04

This commit is contained in:
codarrenvelvindron 2018-04-10 12:44:12 +04:00
parent ba5eb03263
commit b854688bde

View File

@ -49,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. -->