-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RTW8821CE] Attempting to create RFMON interface with active
flag causes interface to be stuck down.
#236
Comments
rtw88 doesn't support active monitor mode. Maybe it could support that, but I haven't investigated yet. It depends on whether Realtek's firmware wants to cooperate or not. |
Oh, wait. In this repository rtw88 advertises support for active monitor mode. Larry did that for testing purposes, I guess, but it doesn't work. |
I only made the issue because the module from this repo added |
Your best bet for a WiFi 5 class adapter that supports https://github.com/morrownr/USB-WiFi
It might be best if the false support is reverted. Do you want me to investigate? FWIW: I have never seen AMM in any Realtek driver. |
@morrownr Sure, thanks! |
Active Monitor Mode is gone. I think you were right, Larry was just trying to see if there was any code to support it. |
Alright, I'll get an external WNIC instead. |
https://github.com/morrownr/USB-WiFi/blob/main/home/Recommended_Adapters_for_Kali_Linux.md Any of the mt7612u and mt7610u based adapters should work fine. The one I have recommended the most to those using monitor mode and needing AMM is the Alfa ACHM. The ACM is really good also but does not quite have the range of the ACHM. If you want something more modern the Edup adapter should work well but AMM appears to currently be broke in the driver. Hopefully that gets fixed. |
I'm using a laptop, and trying to make
wlan0mon
with theactive
flag makes it impossible to set the interface to up, making it useless for Open Wireless Link. Is it an issue due to back-porting, or just an upstream issue?The text was updated successfully, but these errors were encountered: