rtl8188eus
rtl8188eus copied to clipboard
Fixes for 5.2
Small fixes for compatibility with 4.19
I can confirm it's working great with 4.19.2
.
Works for me on 4.19.4
Updated it to compile and (so far) work properly on 4.20
@quickreflex any plans to merge this PR to master? It's working great with 4.20.3
kernel.
No monitor mode support for airmon-ng
? airmon-ng
failed to create monitor-mode interface.
Most Realtek drivers doesn't support "virtual interfaces", the code is there, but it got issues, anyhow, you will have to set it in monitor mode manually bacause VIF isn't supported.
If you really wan't support for the driver, it's fair simple.. you have to patch airmon-ng. You may se https://github.com/aircrack-ng/aircrack-ng/commit/3cc9de5e7cbe6565c7e1fe12ebbcf2c6f7413c8d how the rtl8812au (88XXau) support was added, so it's fairly simple.