mirror of
https://github.com/drygdryg/rtl8188eus.git
synced 2025-04-29 02:37:16 +09:00
Beatify README.md
This commit is contained in:
parent
230eb017e6
commit
38e480e669
@ -24,11 +24,10 @@ The performance and code quality has been improved.
|
|||||||
... 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.<br>
|
1. You will need to blacklist another driver in order to use this one.
|
||||||
<br>
|
2. "echo "blacklist 8188eu.ko" > "/etc/modprobe.d/realtek.conf"
|
||||||
2. "echo "blacklist 8188eu.ko" > "/etc/modprobe.d/realtek.conf"<br>
|
|
||||||
3. "make && make install"<br>
|
3. "make && make install"<br>
|
||||||
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
|
# MONITOR MODE howto
|
||||||
Use these steps to enter monitor mode.
|
Use these steps to enter monitor mode.
|
||||||
@ -38,6 +37,7 @@ ip link set <interface> down
|
|||||||
iw dev <interface> set type monitor
|
iw dev <interface> set type monitor
|
||||||
```
|
```
|
||||||
Frame injection test may be performed with
|
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 <interface>
|
aireplay -9 <interface>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user