mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
Add installation instructions for Ubuntu 16.04
This commit is contained in:
42
README.md
42
README.md
@@ -49,6 +49,48 @@ CONFIG_PLATFORM_ARM_RPI = y
|
|||||||
# sudo modprobe -a rtl8812au
|
# 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
|
## Contributors
|
||||||
<!-- DO NOT EDIT - CONTRIBUTORS.md is autogenerated from git commit log by contributors.sh script. -->
|
<!-- DO NOT EDIT - CONTRIBUTORS.md is autogenerated from git commit log by contributors.sh script. -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user