Update README.md

This commit is contained in:
brektrou 2019-03-01 20:21:17 +07:00 committed by GitHub
parent 4f41a27a58
commit b7bda7d391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ make
sudo make install
```
## Checking installed driver
To checking the driver, run this command:
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
```
ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8xxxu
```