-
Notifications
You must be signed in to change notification settings - Fork 341
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
serious regression: mt7916 firmware: 5ghz AP not working #912
Comments
Which device is here affected? Can you trace the bug down to one of the commits in the mentioned code delta, by bisecting further? |
To clarify -- the bug happens with the new firmware (not kernel code) |
Hi, I have some observations from my side. By not working wifi in my case I mean that SSID is not broadcasted, no wifi access. But radio is enabled, it is able to perform scan via luci network/wireless scan option. Kernel logs from 23.05.4 while restarting radio looks like that: Kernel logs from snapshot: There are some differences in logs. Not sure how and why. |
@stratixx so is Firmware Version 20240823 working for you then ? you should see it in dmesg when the driver loads. thats great news if the firmware works on the newer kernel. in my case the new firmware failed with kernel 6.8.12 (noble). |
I see firmware version 6.6.51.2024.09.05~65cc3daf-r1 in snapshot image. It seems working. Later I can reflash and check what firmware version is used in latest release. I'm rather not going to compile custom firmware versions. |
version 23.05.4 has mt7915 firmware version 5.15.162+2024-04-03-1e336a85-1. weird thing. After flashing back latest release image, which was already tested previously and was failing, now 5GHz wifi is working. |
maybe unrelated? the firmware that was committed in d6611d0 is even more recent, 20240823 (vs 04 03) |
I can confirm the most recent firmware for MT7916 (version 20240823) is broken and 5GHz interface does not send any beacons. I'm using a very recent snapshot for OpenWRT |
I can also confirm those issues for the MT7916 (AsiaRF AW7916-NPD on Banana Pi R4). Firmware version 20240823 breaks 5ghz. I downgraded to version 20230202 and now its working as expected. |
On the latest commit (6a11994), 5Ghz works now on the new firmware for me. |
@ZerionSeven Hello, which bandwidth and channel configuration are you using? Have you tried 160mhz? |
I use AC mode on channel 100 at 160 MHz. I get about 1.2 Gbps of bandwith on 2x2. AX mode doesn't work reliably with my phone, but other devices work fine, so It's probably a problem with the phone. |
firmware d6611d0, broken
checked out 65bbd4c, confirmed working
The text was updated successfully, but these errors were encountered: