-
Notifications
You must be signed in to change notification settings - Fork 403
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
Issues using hcxdumptool in conjuction with ALFA AWUS036ACH #458
Comments
Your guess is correct. This are driver issues and exactly that is the reason why I do not recommend to use chipsets that depend on third party drivers.
Each driver coming from git exhibits a different behavior (especially in combination with different kernel versions). Nearly all of them depend on the old hal modules and absolutely none of them will find its way into the Linux kernel tree. Please read this: Luckily there is work in progress (new rtw88 stack) to add RTL8812au support to the Linux kernel: I'm monitoring this rtw88 driver too, as well as the maintainer of the aircrack-ng driver (kimocoder) |
The new 8812au driver is ready for initial testing. Read the first message at the following link for details: We really need testers to beat up monitor mode. |
First of all, a very sad news: RiP Larry and thanks for your great work. The community will remember you! |
@Jake-Grafton |
@ZerBea |
Glad to hear that it is working. BTW: |
An additional information: None of my mt6 based combined WiFi / BT devices is really working as expected on USB3 (AMD mainboards). Otherwise they do not work:
The faulty BT module blocks the USB port. As a result neither WiFi nor BT is working! |
I have seen reports of this but had not been able to duplicate it. You added something to the conversation that I had not seen before because most users probably did not consider it to be relevant: AMD mainboards I very recently got a new Mini PC with an AMD CPU. So I decided to test my AXML. I was able to duplicate the problem. So as to not derail this thread, I'll take this email. |
GitHub is for bugs and features - not for support
Questions must be posted in the discussion board https://github.com/ZerBea/hcxdumptool/discussions
Check the FAQ
Please review the discussions
Comment output of:
Describe the bug
When using hcxdumptool with an ALFA AWUS036ACH adapter running the aircrack-ng rtl8812au driver, hcxdumptool launches without any warnings, and starts running. When running, hcxdumptool doesn't populate the RDS with any access points or clients. Upon termination, I'm hit with the following output:
All of these errors point to a driver malfunction but I've seen others have success with the aircrack-ng rtl8812au driver.
To Reproduce
sudo hcxdumptool -i wlan1 -F --rcascan=a
Expected behavior
I expected hcxdumptool to startup without errors and begin scanning for surrounding access points and clients.
Screenshots
If applicable, add screenshots to help explain your problem.
Note: Instead of individual screenshots, I recorded this video showcasing the bug.
errors.mp4
Additional context
Add any other context about the problem here.
All of the evidence points towards a driver malfunction/error but hcxdumptool does behave in different ways when different drivers are used. For example, this driver by astsam is old and causes hcxdumptool to terminate before it starts scanning. I'm also aware that hcxdumptool does not support 3rd party drivers, I'd just like to figure out where the problem is occurring in my setup.
The text was updated successfully, but these errors were encountered: