Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.75 KB

README.md

File metadata and controls

54 lines (43 loc) · 2.75 KB

rtl8188eus logo

Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi drivers

Monitor mode Frame Injection MESH Mode GitHub issues GitHub forks GitHub stars GitHub license
Android aircrack-ng

Trying to find a solution? See troubleshooting.

Support Tested Status Description
Android 7+ 🟡 Depends on which kernel version is installed.
MESH 🟠 Not tested yet.
Monitor Mode 🔵 Tested and working.
Frame injection 🔵 Tested and working.
Kernel 5.8+ 🟢 Kernel 5.15+ tested.

Building

The quickest compile can presume:

git clone --depth 1 https://gitlab.com/KanuX/rtl8188eus.git
cd rtl8188eus/
make -j$(nproc)
su -c "make install clean"
su -c "modprobe 8188eu"

The old driver will be kept, but it need to be deactivated.
Verify if your kernel is equal or newer than '6.3.x'.
If it is, then the driver is called rtl8xxxu. Otherwise it is r8188eu.

All the instructions and explanations can be found by
reading the documentation or at the Wiki.

Credits

Realtek - https://www.realtek.com
Alfa Networks - https://www.alfa.com.tw
aircrack-ng - https://www.aircrack-ng.org
Project contributors - https://gitlab.com/KanuX/rtl8188eus/-/graphs/master?ref_type=heads

And all those who are using, requesting support, or teaching. Thanks!