-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Help]: High latency with Mediatek mt7921 and Model: COMFAST CF-952AX #501
Comments
What about a different channel? Is it the same with 40Mhz? |
Hi @HuaZ Some questions: What numbers are you seeing for latency and how are you testing latency? You do realize that you are using the most modern version of the firmware with a version of the driver that is basically the very oldest version? What RasPi hardware are you using? I see you are using a 32 bit version of the RasPi OS (Raspian at that time possibly) which may indicate a very old RasPi device. I have seen cases with very modern usb wifi adapters where the RasPi simply could not keep up with the adapter... CPU limitation. |
thanks, "192.168.50.1 is the gateway IP address which base on the Route Netgear RX80. |
Hi @morrownr thanks
To ping the gateway ip address 192.168.50.1, the below is the result , one is 2.5ms, the next is 328 ms.
Yes, I followed the solution for a similar issue as described in the following link to upgrade the firmware, but it doesn't seem to have achieved the desired effect.
yes, it is armhf version. I also tried to disable the power-saving mode of the chip, but it doesn't seem to have any effect. |
Update: |
If this becomes a problem, check back in with a report. Keep in mind that various things beyond the control of the driver can cause ping issues. |
I ran across the following quoted from a user of a mt7922 card: Throughput jitters on MT7922 cards. You might try to disable power management for that card by adding the line Let us know what you find out. |
@HuaZ |
Some things to try: Disabling scatter-gather could help for USB3. If you do not know how, let me know. I'm in a hurry right now. Making sure you are not trying to use more power than the Pi can provide in its usb subsystem. You would need to provide a list of things that are plugged into usb ports if you want an opinion as to whether this could be a problem. USB3 is not mankind's greatest invention. It can be problematic and RasPi has not helped by using a poor hub chipset and not providing spec power. |
Checklist
uname
Linux raspberrypi 5.19.17-v7l #1 SMP Wed Sep 20 12:06:15 CST 2023 armv7l GNU/Linux
lsusb
Bus 001 Device 003: ID 3574:6211
rfkill
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no
dkms
iw
What happened?
I used COMFAST Model:CF-952AX with MT7921u driver on the Raspberry Pi 4B
which works, but with really high latencies。 I have also tried some older firmware versions, and the situation is the same.
Any suggestions? thanks a lot.
The text was updated successfully, but these errors were encountered: