BPI-R4 WiFi module - shows as disabled in LuCI

I have problem with WiFi module. When I boot system I get following messages

[   12.570544] mt7996e_hif 0001:01:00.0: assign IRQ: got 117
[   12.575978] mt7996e_hif 0001:01:00.0: enabling device (0000 -> 0002)
[   12.582366] mt7996e_hif 0001:01:00.0: enabling bus mastering
[   12.588134] mt7996e 0000:01:00.0: assign IRQ: got 114
[   12.593188] mt7996e 0000:01:00.0: enabling device (0000 -> 0002)
[   12.599199] mt7996e 0000:01:00.0: enabling bus mastering
[   12.741231] mt7996e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20251226095555a
[   13.065510] mt7996e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20251226095551
[   13.120643] mt7996e 0000:01:00.0: DSP Firmware Version: ____000000, Build Time: 20251226095259
[   13.182517] mt7996e 0000:01:00.0: WA Firmware Version: ____000000, Build Time: 20251226095506

However all interfaces are shown as disabled in LUCI. I use 20V power, 12V switch is turned on and the LED for M.2 slots is on.

Happens to me sometimes. I have the Pro 4E preassembled. Have you tried restarting (not powering off) and seeing if the WiFi card comes up. You can use the reboot command from within SSH or the serial console.

It seems to happen every time.

Try this:

echo 1 > /sys/bus/pci/devices/0003:01:00.0/remove
sleep 4
echo 1 > /sys/bus/pci/rescan

If it works, please post back here.