mirror of
https://github.com/brektrou/rtl8821CU.git
synced 2026-03-22 15:39:05 +08:00
Update README.md
This commit is contained in:
@@ -42,9 +42,9 @@ make
|
||||
sudo make install
|
||||
```
|
||||
## Checking installed driver
|
||||
If you successfully install the driver, the driver is installed on `/lib/modules/<linux version>/kernel/drivers/net/wireless/realtek/rtl8xxxu`. Check the driver with the `ls` command:
|
||||
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:
|
||||
```
|
||||
ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8xxxu
|
||||
ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu
|
||||
```
|
||||
Make sure `8821cu.ko` file present on that directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user