1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-29 08:27:41 +00:00

Update README.md

This commit is contained in:
Christian B 2018-12-23 18:42:49 +01:00 committed by GitHub
parent 815e461889
commit 4c1525a330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ For Raspberry (RPI 2/3)
```
$ sudo wget "https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source" -O /usr/bin/rpi-source
$ sudo chmod 755 /usr/bin/rpi-source
$ rpi-source
$ sudo rpi-source
```
Then you need to
```
@ -91,11 +91,13 @@ For setting monitor mode
2. Set interface down
```
$ $ sudo ip link set wlan0 down
$ $ sudo ip link set wlan1 down
```
3. Set monitor mode
```
$ sudo iw dev wlan0 set type monitor
$ sudo airmon-ng start wlan#
or
$ sudo iw dev wlan# set type monitor
```
4. Set interface up
```
@ -103,6 +105,8 @@ For setting monitor mode
```
For setting TX power
```
$ sudo iwconfig wlan0 txpower 30
or
$ sudo iw wlan0 set txpower fixed 3000
```
### LED control