-
Notifications
You must be signed in to change notification settings - Fork 361
mt7925e crashes occasionally in AP mode #977
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
Comments
it seems that issue is adding new device. that is the reason we saw only deauth because adding new sta crashes afterwards.
it seems that there is a null pointer somewhere most possibly in mt7925_sta_set_decap_offload() |
The same problem is running in AP mode Fri May 9 16:39:55 2025 daemon.notice hostapd: phy1-ap0: ACS-COMPLETED freq=5180 channel=36 it runs from 1 minute to 6 hours and an error occurs Fri May 9 17:08:59 2025 kern.err kernel: [ 1763.455660] mt7925e 0000:01:00.0: Message 00020002 (seq 12) timeout But in openwrt, it looks like wifi is running, but no Wifi client sees it. According to the logs, all clients are disconnected Fri May 9 17:13:55 2025 daemon.notice hostapd: phy1-ap0: AP-STA-DISCONNECTED xxxxxx |
Uh oh!
There was an error while loading. Please reload this page.
in ap mode mt7925e crashes occasionally.
and there is not much output from dmesg.
i tried to disable ASPM, fastboot but result is same.
trying older and newer fw's did not changed situtations.
when crash occurs i get some output like that from dmesg:
[ 14.010930] mt7925e 0000:01:00.0: enabling device (0000 -> 0002)
[ 14.011227] mt7925e 0000:01:00.0: disabling ASPM L0s L1
[ 14.020518] mt7925e 0000:01:00.0: ASIC revision: 79250000
[ 14.106534] mt7925e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20231227093012a
[ 14.445882] mt7925e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20231227093232
[ 17.414227] mt7925e 0000:01:00.0 wlan0: entered allmulticast mode
[ 17.414415] mt7925e 0000:01:00.0 wlan0: entered promiscuous mode
[40042.476822] mt7925e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20231227093012a
[40042.818661] mt7925e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20231227093232
lspci output for this card:
lspci.txt
time to time i see also a timeout error like but not always:
mt7925e 0000:04:00.0: Message 00020003 (seq 15) timeout
interesting thing is that when it crashed i saw always on 'iw dev' normal but in reality card crashed and ssid lost.
The text was updated successfully, but these errors were encountered: