diff --git a/README.md b/README.md index 2825c15..4ad2e97 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,10 @@ The performance and code quality has been improved. ... And a bunch of various wifi chipsets # Howto build/install -1. You will need to blacklist another driver in order to use this one.
-
-2. "echo "blacklist 8188eu.ko" > "/etc/modprobe.d/realtek.conf"
+1. You will need to blacklist another driver in order to use this one. +2. "echo "blacklist 8188eu.ko" > "/etc/modprobe.d/realtek.conf" 3. "make && make install"
-4. Reboot in order to blacklist and load the new module. +4. Reboot in order to blacklist and load the new driver/module. # MONITOR MODE howto Use these steps to enter monitor mode. @@ -38,6 +37,7 @@ ip link set down iw dev set type monitor ``` Frame injection test may be performed with +(after kernel v5.2 scanning is slow, run a scan or simply an airodump-ng first!) ``` aireplay -9 ```