From 37dbefb88e652e25ecf78df1e4fdf800a8226467 Mon Sep 17 00:00:00 2001 From: Shao Doo <64214479+SHAODOO@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:24:14 +0800 Subject: [PATCH] Update README.md Reboot before performs step 4 - 6 in How to build/install --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0742ceb..732790c 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ as CentOS Kernel 3.10 contains many code from 4.x # Howto build/install 1. You will need to blacklist another driver in order to use this one. 2. `echo 'blacklist r8188eu'|sudo tee -a '/etc/modprobe.d/realtek.conf'` -3. `make && sudo make install` -4. Reboot in order to blacklist and load the new driver/module. +3. Reboot +4. cd rtl8188eus +5. `make && sudo make install` +6. Reboot in order to blacklist and load the new driver/module. # MONITOR MODE howto Use these steps to enter monitor mode.