From 69f47e10d7694fd10329e649b115da6b7f65291a Mon Sep 17 00:00:00 2001 From: mohammad eunus <100eunus@gmail.com> Date: Sat, 30 Oct 2021 03:55:55 +0600 Subject: [PATCH] added simplest step by step to install this driver this steps works perfect, i have also added the answer here. https://askubuntu.com/questions/1301416/ac600-wifi-5ghz-dongle-or-realtek-semiconductor-corp-802-11ac-nic-on-ubuntu/1372447#1372447 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6264588..1ec93c2 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,14 @@ Use the tool 'iw', please don't use other tools like 'airmon-ng' iw dev wlan0 set monitor none ``` +### simplest way to install this driver (for noob) +``` +sudo apt update +sudo apt install build-essential git dkms +git clone https://github.com/brektrou/rtl8821CU.git +cd rtl8821CU +chmod +x dkms-install.sh +sudo ./dkms-install.sh +sudo modprobe 8821cu +``` +