-
Notifications
You must be signed in to change notification settings - Fork 14
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
Firmware fails to start on WSL #35
Comments
Bypassing the check makes everything work fine, so the issue is probably in detecting whether the firmware started or not. You can close this is if you want |
Another issue I have is that monitor mode stops capturing anything after running hcxdumptool once or doing things like switching to managed and then monitor mode again, downing and upping the interface, etc. Once this happens, I have to disconnect the adapter from WSL and reconnect it. |
Removed this comment, because drive is fixed, now. |
@TBM13 What if instead of bypassing the check completely you double RTL8XXXU_FIRMWARE_POLL_MAX? It's defined in rtl8xxxu.h. |
Yes, I have already tried that but it didn't work. I tried setting it to 5000 and 10000 |
There is a new firmware v.28 available: |
No luck, the issue still persists. |
After doing some quick testing, driver stability seems to have improbed a lot. I don't know if that's because I updated the kernel, the firmware or fetched the latest commits of this repo, but I can finally switch between monitor and managed mode multiple times without making the card not detect networks anymore |
Wake TX Queue is included related to several drivers from 6.1+ and caused issues earlier and was disabled for long time. |
I'm trying to use this driver on WSL.
Device (TP-LINK TL-WN722N v2 with RTL8188EU) is detected and firmware loads, but fails to start.
Here's the log:
dmesg.txt
Device works fine on WSL with aircrack's rtl8188eus driver.
Here's the kernel I'm using:
https://github.com/TBM13/WSL2-Linux-Kernel
Since its version is 5.15, I had to modify this driver to compile:
https://github.com/TBM13/realtek_rtwifi
The text was updated successfully, but these errors were encountered: