Hello @daniel, it seems the new U-Boot 2024.10 is failing to be compiled using gcc 14: https://github.com/openwrt/openwrt/issues/16697
It seems that the new U-Boot 2025.01 does not process up down arrows keys correctly in the boot menu, I think it takes the cursor movement then automatically enters that command. IIRC this was an old issue with previous versions but was corrected by a patch. Did anyone else notice this behaviour?
I recently noticed that the wlan firmware files of a new compiled 'main' image include old versions of mt7986_wo_1.bin
and mt7986_wo_0.bin
. But looking at the mt76
packages I see new versions. Why did they not arrive in the final image? For comparison:
- boot with original image
[ 20.188928] mt798x-wmac 18000000.wifi: attaching wed device 0 version 2
[ 20.248949] platform 15010000.wed: MTK WED WO Firmware Version: DEV_000000, Build Time: 20221012175005
[ 20.258302] platform 15010000.wed: MTK WED WO Chip ID 00 Region 3
[ 20.762840] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823160656a
[ 20.762840]
[ 20.956990] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20240823160721
[ 21.056691] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823160840
- after replacing files in /lib/firmware/mediatek
[ 20.078294] mt798x-wmac 18000000.wifi: attaching wed device 0 version 2
[ 20.525805] platform 15010000.wed: MTK WED WO Firmware Version: DEV_000000, Build Time: 20240823160853
[ 20.535138] platform 15010000.wed: MTK WED WO Chip ID 00 Region 3
[ 21.092806] mt798x-wmac 18000000.wifi: HW/SW Version: 0x8a108a10, Build Time: 20240823160656a
[ 21.092806]
[ 21.284009] mt798x-wmac 18000000.wifi: WM Firmware Version: ____000000, Build Time: 20240823160721
[ 21.383681] mt798x-wmac 18000000.wifi: WA Firmware Version: DEV_000000, Build Time: 20240823160840
Where did you get the latest firmware? I can't get 5GHz client mode to work at all, it stays stuck at 160MHz HE regardless of anything I do and won't actually receive anything.
From the mt76
package - https://github.com/openwrt/mt76/tree/master/firmware