-
Notifications
You must be signed in to change notification settings - Fork 192
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
rtw_8814au report #270
Comments
I can't think of anything specific right now. |
I am getting sometimes minimum 780 MBPS and highest 866.7 MBPS from my AC1200 router where my distance is very close to the router on 5GHz channel. |
What were you expecting? |
I need to do more testing but it appears that the vendor driver is using 3 Spatial Streams but the driver here is only using 2. I do understand that the wireless router has to be capable of 3 Spatial Streams so that is why I moved to my backup router for this testing. It is an AC2600 class router and, as you can see below, is using 3 Spatial Streams with the vendor driver. On my previous router, I could get about 400 Mbps which is about what we should expect with a router that is capable of only 2 Spatial Streams.
I need to reconfigure back to this driver and continue testing but earlier tests showed this driver appearing to only use 2 Spatial Streams. Can you clarify if this driver should be capable of 3 Spatial Streams at this point? |
I didn't test with iperf3. I just noticed the speed from my router interface. Seems like you are have configured the |
Hey, @morrownr! For an example there are so many not supported options from the older driver, Did you managed to try to get them all working with this new driver? |
@morrownr It can use 3 spatial streams in USB 3 mode. It can use only 2 spatial streams in USB 2 mode. |
That is correct. Actually I use 3 different WiFi routers but only 1 at a time plus a RasPi4B as an AP. This gives me the flexibility to test many things.
We'll find out. The first thing to understand is @dubhater is the primary coder while I am the primary tester. Once in a while he throws a coding job my way. It is much much faster this way. He has a black belt in wireless programming, I do not. Based on my testing over the last year on the various drivers in this repo, I can say that many of the missing features have been added. I think monitor mode is in much better shape but we need testers and reports on that. I have only done basic monitor mode testing. Virtual interface support is not where we want it. Realtek seems to have this thing about Concurrent mode. There is no Active Monitor Mode but most people that really need that have probably got a Mediatek adapter by now. |
Yes. I have been checking to see if I am in USB3 mode. I am now seeing proper operation in managed mode with 3 spatial streams...
Basically what we should see is around a max of 600 Mbps with 3 spatial streams and a max of around 400 Mbps with 2 spatial streams. In earlier tests I could not see 3 spatial streams working as it should but some of my equipment is well worn so I stayed at it. We need more tests from more people to see if operation is consistent. Also, I am seeing automatic USB3 mode work correctly every time. I do need to test USB2 mode. Speaking of USB2 mode, I noticed we have not documented the new parameter to limit to USB2 mode yet. Throw me some information about it and I'll see about documenting it. |
It currently has an effect for RTL8822CU, RTL8812CU, RTL8822BU, RTL8812BU, RTL8812AU, and RTL8814AU. It's okay to leave the parameter on even when plugging the device into a USB 2 port because it will try to switch to USB 3 mode only once. |
Thanks. I added the information to the existing section but I don't like that placement. I think more changes need to be made to make it as clear as possible. I ponder the issue an come up with something. |
Since I was testing another driver for IBSS I thought I'd try this one too... My Alfa AWUS1900 was able to join an encrypted IBSS network created with Kali Linux
Please let me know if I can provide any other information that could be useful. |
Overall: Looking good.
The only thing I see is that last line about the tx report.
That is not bad. It is not to full potential but I'll need to get my backup AC2600 wifi router out to test again and I'll test with the vendor driver as well.
USB3 appears to be working.
Is there anything specific that you want me to test?
The text was updated successfully, but these errors were encountered: