From 07377dc54bb7cd8ac46d91cec6c2505273a8267e Mon Sep 17 00:00:00 2001 From: IeM Date: Sat, 1 Jun 2019 16:36:00 +0200 Subject: [PATCH] Update README.md (#296) Kernel modules are required for compiling. Tested on Debian and it works fine. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c333d1..6bfd177 100644 --- a/README.md +++ b/README.md @@ -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