1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-07 07:45:06 +00:00

documentation cleanup

This commit is contained in:
morrownr 2023-01-27 14:20:15 -06:00
parent 984ab7bd1f
commit 1932852d61
2 changed files with 22 additions and 1 deletions

View File

@ -1,6 +1,7 @@
config RTL8821CU config RTL8821CU
tristate "Realtek 8821C USB WiFi" tristate "Realtek 8821C USB WiFi"
depends on USB depends on USB
select WIRELESS_EXT
help help
Help message of RTL8821CU Help message of RTL8821CU

View File

@ -73,7 +73,7 @@ be provided via PR or message in Issues.
- Debian 11 (kernels 5.10 and 5.15) - Debian 11 (kernels 5.10 and 5.15)
- Fedora (kernel 5.11) and Fedora 37 (kernel 6.0) - Fedora 37 (kernel 6.0)
- Kali Linux (kernel 5.10) - Kali Linux (kernel 5.10)
@ -167,9 +167,13 @@ following commands in the driver directory:
``` ```
sudo ./remove-driver.sh sudo ./remove-driver.sh
```
```
git pull git pull
```
```
sudo ./install-driver.sh sudo ./install-driver.sh
``` ```
@ -408,8 +412,17 @@ command line installation, use the following:
``` ```
make clean make clean
```
```
make make
```
```
sudo make install sudo make install
```
```
sudo reboot sudo reboot
``` ```
@ -417,6 +430,9 @@ To remove the driver if installed by the manual installation instructions:
``` ```
sudo make uninstall sudo make uninstall
```
```
sudo reboot sudo reboot
``` ```
@ -725,6 +741,10 @@ Contributors:
@mendel5 @mendel5
@colincdean @colincdean
@jeff-hiner @jeff-hiner
@paralin
@tamojitray
@amisix
@henkv1
---- ----