1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 09:01:10 +02:00

Update README.md (#296)

Kernel modules are required for compiling.
Tested on Debian and it works fine.
This commit is contained in:
IeM
2019-06-01 16:36:00 +02:00
committed by Harshavardhana
parent 93ded0fa59
commit 07377dc54b

View File

@@ -49,7 +49,7 @@ CONFIG_PLATFORM_ARM_RPI = y
# sudo modprobe -a rtl8812au
```
### Compiling for Ubuntu (16.04)
### Compiling for Ubuntu (16.04) and Debian (9)
Download archive into temp directory
@@ -65,6 +65,11 @@ Unzip
# unzip master.zip
# cd rtl8812AU_8821AU_linux-master
```
Install kernel headers
```sh
# sudo apt install linux-headers-$(uname -r)
```
Compile and install from source