-
Notifications
You must be signed in to change notification settings - Fork 20
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
USB3 issue #1
Comments
For USB3 modeswitch in general Anyway
(*) |
Any way you can give me some example code for how I would actually try to test a mode switch on USB3? I can't seem to go past ~115 Mbps using the USB 2.0 interface, even if I do monitor mode and force a super high VHT MCS. I've tried applying the changes here, and the adapter does enumerate with superspeed:
But, the actual transfer rate doesn't seem to be effected. |
Can confirm superspeed works fine :-) Tested against a R7800 (Qualcomm) which is 4x4ac, on 5.8, 80mhz channel Modeswitch to SS works same as it does on 8812AU: Before: With USB HS TX was clamped at 30MBytes/sec SWITCH {replug} After: Speed does increase (greatly): Transmit cat /proc/net/rtl88x2bu/*/sta_tp_info iperf3 iperf3 receive ====== mac_id : 0 [08:02:8e:9e:ba:e9] ====== iperf3 |
Side note: bluetooth on this dongle is not great when you use wifi, When connected to AP at 2.4ghz, ..in fact BT/BLE appears to just stops working when you are connected to a 5.8ghz AP |
USB3 was meant for me ;-) currently 8822bu in pre alpha don't ask ! |
As for the USB3 (modeswitch) issue you might wan't to der what we did om our repo.
Take a look at some lf these commits
USB3 modeswitch commit below
aircrack-ng/rtl8812au@cfdf854
And also the Realtek switch was changed
aircrack-ng/rtl8812au@d6fe516
The one below is for 8814au
aircrack-ng/rtl8812au@6b80d73
We now have all chipsets, 8812/8814 and 8821 working with USB3.
The text was updated successfully, but these errors were encountered: