If you later on want to remove it again, do the following:
If you later on want to remove it, do the following:
```
DRV_NAME=rtl8821CU
DRV_VERSION=5.4.1
@ -40,6 +42,11 @@ cd rtl8821CU
make
sudo make install
```
If you later on want to remove it again, do the following:
```
cd ~/build/rtl8821CU
sudo make uninstall
```
## Checking installed driver
If you successfully install the driver, the driver is installed on `/lib/modules/<linux version>/kernel/drivers/net/wireless/realtek/rtl8821cu`. Check the driver with the `ls` command: