mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-10 08:07:18 +00:00
Update README.md
* Added howto for RPI * Added testing / working section
This commit is contained in:
parent
db3e2fa173
commit
a8cd963ea5
13
README.md
13
README.md
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user