mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-10-31 16:55:24 +00:00
documentation cleanup
This commit is contained in:
parent
984ab7bd1f
commit
1932852d61
1
Kconfig
1
Kconfig
@ -1,6 +1,7 @@
|
||||
config RTL8821CU
|
||||
tristate "Realtek 8821C USB WiFi"
|
||||
depends on USB
|
||||
select WIRELESS_EXT
|
||||
help
|
||||
Help message of RTL8821CU
|
||||
|
||||
|
22
README.md
22
README.md
@ -73,7 +73,7 @@ be provided via PR or message in Issues.
|
||||
|
||||
- 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)
|
||||
|
||||
@ -167,9 +167,13 @@ following commands in the driver directory:
|
||||
|
||||
```
|
||||
sudo ./remove-driver.sh
|
||||
```
|
||||
|
||||
```
|
||||
git pull
|
||||
```
|
||||
|
||||
```
|
||||
sudo ./install-driver.sh
|
||||
```
|
||||
|
||||
@ -408,8 +412,17 @@ command line installation, use the following:
|
||||
|
||||
```
|
||||
make clean
|
||||
```
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
```
|
||||
sudo make install
|
||||
```
|
||||
|
||||
```
|
||||
sudo reboot
|
||||
```
|
||||
|
||||
@ -417,6 +430,9 @@ To remove the driver if installed by the manual installation instructions:
|
||||
|
||||
```
|
||||
sudo make uninstall
|
||||
```
|
||||
|
||||
```
|
||||
sudo reboot
|
||||
```
|
||||
|
||||
@ -725,6 +741,10 @@ Contributors:
|
||||
@mendel5
|
||||
@colincdean
|
||||
@jeff-hiner
|
||||
@paralin
|
||||
@tamojitray
|
||||
@amisix
|
||||
@henkv1
|
||||
|
||||
----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user