From a8cd963ea52ff988aa49dafcae259a2d6ff76af3 Mon Sep 17 00:00:00 2001 From: Christian B Date: Fri, 11 May 2018 17:43:13 +0200 Subject: [PATCH] Update README.md * Added howto for RPI * Added testing / working section --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b364c0..93c346b 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,16 @@ Download git clone -b v5.1.5 https://github.com/aircrack-ng/rtl8812au.git cd rtl* ``` -Package / Build dependencies +Package / Build dependencies (Kali) ``` sudo apt-get install build-essential sudo apt-get install bc sudo apt-get install linux-headers-`uname -r` ``` +For Raspberry (RPI) +``` +sudo apt install raspberrypi-kernel-headers +``` For setting 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 ``` +## Tested / Working +``` +Tested and working on + * Kali Linux + * Raspberry PI +``` + ## LED Parameter ``` We've added the "realtek-leds.conf" in build directory,