Official OpenWRT 25.12 and BE14

Hello, maybe someone could help with issue. bpi-r4lite v1.1 + be14 v 1.0 With Sinovoip image “OpenWRT-24.10 MT76 OpenSource wifi driver wifi SDK for BE14000 Wifi Card(1 PCIE,2 Lane)” be14 card works fine.

24-10-lspci

But with official 25.12.5 image there is no wireless interfaces, however the card itself is present in the system.

What i need to do to bring it up? Both images runs from an SD card, when insert 24.10 wireless is present, when 25.12 not.

Update. Fixed Official image does not contais kmod-mt7996-233-firmware after install and reboot wireless tab back.

Please attach bootlog (dmesg),lspci,lsmod and ls /lib/firmware/mediatek

In attached files lib-firmware-mediatek.txt (76 Bytes) console.txt (42.4 KB) dmesg.txt (33.5 KB) lspci.txt (230 Bytes) lsmod.txt (3.2 KB)

You have a firmware loading issue

[   10.405491] mt7996e 0000:01:00.0: Direct firmware load for mediatek/mt7996/mt7996_rom_patch_233.bin failed with error -2
[   10.416382] mt7996e 0000:01:00.0: Falling back to sysfs fallback for: mediatek/mt7996/mt7996_rom_patch_233.bin
[   10.460299] mt7996e 0000:01:00.0: probe with driver mt7996e failed with error -12

Can you list the /lib/firmware/mediatek/mt7996 too? I guess the 233 firmware is missing somehow.

Installed 233 firmware package, now wireless tab is present, but all networks in disabled state. And no activity led on card.

lsmod.txt (3.2 KB) console.txt (42.5 KB) dmesg.txt (33.6 KB) lib-firmware-mediatek.txt (76 Bytes) libfirmwaremediat7996.txt (221 Bytes) lspci.txt (230 Bytes)

So probe itself is ok now and remaining issue is openwrt specific. Possibly configuration…have you tried disabling MLO?

See working wireless config here:

It is for R4PRO,but wifi config should be same.

Thanks for helping. Will read about module configs.