Update README.md

* Added information on "realtek-leds" for controlling LED switch
This commit is contained in:
Christian kimocoder 2017-10-06 10:22:44 +02:00 committed by GitHub
parent dcda8e2b5e
commit 9055a3e72d

View File

@ -84,6 +84,16 @@ at the end of file /etc/NetworkManager/NetworkManager.conf and restart NetworkMa
sudo service NetworkManager restart
```
## Led Parameter
```
We've added the "realtek-leds.conf" in build directory,
with this you may change the leds to "2 Allways On", " 1 Normal" or "0 Allways Off" with placing the file in "/etc/modprobe.d/
Manual modprobe will override this file if option value also included at the command line, e.g.,
$ sudo modprobe -r 8812au
$ sudo modprobe 8812au rtw_led_ctrl=1
```
## Credits
```
astsam - for the main work + monitor/injection support - https://github.com/astsam