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
pull/150/head
mohammad eunus 5 years ago committed by GitHub
parent 9828dcb51d
commit 69f47e10d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save