Update README.md

This commit is contained in:
gluker
2023-09-14 20:04:53 +03:00
parent ecd47ade1e
commit f1a456db45

View File

@@ -18,16 +18,25 @@
* MESH Support * MESH Support
* Monitor mode * Monitor mode
* Frame injection * Frame injection
* Up to kernel v6.0+ * Up to kernel v6.5+
... And a bunch of various wifi chipsets ... And a bunch of various wifi chipsets
# Howto build/install # Howto build/install
1. You will need to blacklist another driver in order to use this one. 1. Compile and install the driver:
2. `echo 'blacklist r8188eu'|sudo tee -a '/etc/modprobe.d/realtek.conf'` ```
3. Reboot cd rtl8188eus
4. cd rtl8188eus make && sudo make install
5. `make && sudo make install` ```
6. Reboot in order to blacklist and load the new driver/module. 2. Blacklist another drivers in order to use this one:
```
echo 'blacklist r8188eu' | sudo tee -a '/etc/modprobe.d/realtek.conf'
echo 'blacklist rtl8xxxu' | sudo tee -a '/etc/modprobe.d/realtek.conf'
```
3. `reboot` or remove all drivers related to RTL8188 and reload this one:
```
rmmod r8188eu rtl8xxxu 8188eu
modprobe 8188eu
```
# MONITOR MODE howto # MONITOR MODE howto
Use these steps to enter monitor mode. Use these steps to enter monitor mode.