SkillAgentSearch skills...

Rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support.

Install / Use

/learn @SimplyCEO/Rtl8188eus
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="/.media/rtl8188eus_logo.png" alt="rtl8188eus logo" width="50%"/> </p>

Realtek rtl8188eu(s) / rtl8188etv wireless drivers

Monitor mode Frame Injection MESH Mode GitHub issues GitHub forks GitHub stars GitHub license<br> 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/SimplyCEO/rtl8188eus.git
cd rtl8188eus/
make -j$(nproc)
su -c "make install clean"
su -c "modprobe --remove rtl8xxxu && modprobe 8188eu"

Or with DKMS:

su -c "sh dkms-install.sh"

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

All the instructions and explanations can be found by<br> reading the documentation or by accessing the topics:

Credits

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

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

View on GitHub
GitHub Stars112
CategoryCustomer
Updated4d ago
Forks23

Languages

C

Security Score

100/100

Audited on Mar 26, 2026

No findings