Hi Folks,
I'm running the latest snapshot (r28018-6490c88c75). I'm unable to get my MediaTek 7915e radio to show up on LUCI or generate config via "wifi config" command. I haven't tried this with previous snapshots. The stable build isn't available for the Raspberry Pi 5 hardware.
For hardware, I have a Raspberry Pi 5 with a MiniPCIe HAT. The MiniPCIe card is an AsiaRF AW7915-NPD
Here's what's showing up on the CLI:
dmesg
[ 8.278576] mt7915e 0000:01:00.0: enabling device (0000 -> 0002)
[ 8.284646] mt7915e 0000:01:00.0: disabling ASPM L0s
[ 8.408782] mt7915e: probe of 0000:01:00.0 failed with error -12
Shows up as a PCI device:
root@OpenWrt:~# lspci
0000:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 30)
0000:01:00.0 Unclassified device [0002]: MEDIATEK Corp. MT7915E 802.11ax PCI Express Wireless Network Adapter
0001:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 30)
0001:01:00.0 Ethernet controller: Raspberry Pi Ltd RP1 PCIe 2.0 South Bridge
mt7915e package installed
root@OpenWrt:~# opkg list | grep mt7915
kmod-mt7915-firmware - 6.6.59.2024.10.11.1~ecca0e77-r1 - MediaTek MT7915 firmware
kmod-mt7915-firmware - 6.6.59.2024.10.11.1~ecca0e77-r1 - MediaTek MT7915 firmware
kmod-mt7915e - 6.6.59.2024.10.11.1~ecca0e77-r1 - MediaTek MT7915e wireless driver
kmod-mt7915e - 6.6.59.2024.10.11.1~ecca0e77-r1 - MediaTek MT7915e wireless driver
/etc/config/wireless only shows the integrated RPI5 radio
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/axi/1001100000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1'
option band '5g'
option channel '36'
option htmode 'VHT80'
option disabled '1'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'
Any direction would be appreciated. Happy to provide outputs etc. I got the 7915 hoping it would work out of the box.