rtl8188eus icon indicating copy to clipboard operation
rtl8188eus copied to clipboard

Fixes for 5.2

Open luka-j opened this issue 5 years ago • 6 comments

Small fixes for compatibility with 4.19

luka-j avatar Nov 15 '18 20:11 luka-j

I can confirm it's working great with 4.19.2.

codito avatar Nov 23 '18 13:11 codito

Works for me on 4.19.4

localhorse avatar Nov 28 '18 03:11 localhorse

Updated it to compile and (so far) work properly on 4.20

luka-j avatar Jan 19 '19 00:01 luka-j

@quickreflex any plans to merge this PR to master? It's working great with 4.20.3 kernel.

codito avatar Jan 19 '19 02:01 codito

No monitor mode support for airmon-ng? airmon-ng failed to create monitor-mode interface.

minhducsun2002 avatar Jan 28 '19 06:01 minhducsun2002

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.

kimocoder avatar Feb 10 '19 23:02 kimocoder