From ccb97a59d734f8c7bfb8a632bcfd82c88ebf5180 Mon Sep 17 00:00:00 2001 From: Kokosei J Date: Fri, 18 Sep 2020 11:40:12 +0900 Subject: [PATCH 1/2] Fixed errors in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 595b902..62f364f 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ # Howto build/install 1. You will need to blacklist another driver in order to use this one. -2. "echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf" -3. "make && make install"
+2. `echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"` +3. `make && make install` 4. Reboot in order to blacklist and load the new driver/module. # MONITOR MODE howto Use these steps to enter monitor mode. ``` -$ sudo airmon-ng check-kill +$ sudo airmon-ng check kill $ sudo ip link set down $ sudo iw dev set type monitor ``` @@ -42,7 +42,7 @@ $ aireplay -9 # NetworkManager configuration Add these lines below to "NetworkManager.conf" and ADD YOUR ADAPTER MAC below [keyfile] -This will make the Network-Manager ignore the device, and therefor don't cause problems. +This will make the Network-Manager ignore the device, and therefore don't cause problems. ``` [device] wifi.scan-rand-mac-address=no From d6f7b10821bc994b4b0fa0fb97256581f14768fc Mon Sep 17 00:00:00 2001 From: Kokosei J Date: Fri, 18 Sep 2020 11:42:30 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62f364f..841289d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ # Howto build/install 1. You will need to blacklist another driver in order to use this one. -2. `echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"` +2. `echo "blacklist r8188eu" >> "/etc/modprobe.d/realtek.conf"` 3. `make && make install` 4. Reboot in order to blacklist and load the new driver/module.