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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user