Update README.md

* Added howto for RPI
* Added testing / working section
This commit is contained in:
Christian B 2018-05-11 17:43:13 +02:00 committed by GitHub
parent db3e2fa173
commit a8cd963ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,12 +37,16 @@ Download
git clone -b v5.1.5 https://github.com/aircrack-ng/rtl8812au.git git clone -b v5.1.5 https://github.com/aircrack-ng/rtl8812au.git
cd rtl* cd rtl*
``` ```
Package / Build dependencies Package / Build dependencies (Kali)
``` ```
sudo apt-get install build-essential sudo apt-get install build-essential
sudo apt-get install bc sudo apt-get install bc
sudo apt-get install linux-headers-`uname -r` sudo apt-get install linux-headers-`uname -r`
``` ```
For Raspberry (RPI)
```
sudo apt install raspberrypi-kernel-headers
```
For setting monitor mode For setting monitor mode
1. Fix problematic interference in monitor mode. 1. Fix problematic interference in monitor mode.
``` ```
@ -77,6 +81,13 @@ at the end of file /etc/NetworkManager/NetworkManager.conf and restart NetworkMa
sudo service NetworkManager restart sudo service NetworkManager restart
``` ```
## Tested / Working
```
Tested and working on
* Kali Linux
* Raspberry PI
```
## LED Parameter ## LED Parameter
``` ```
We've added the "realtek-leds.conf" in build directory, We've added the "realtek-leds.conf" in build directory,