Hi there,
I have managed to solder the device and get OpenWrt installed on it but I am not seeing Wireless in Network Menu. Can some please advise what I am undoubtedly doing wrong?
root@OpenWrt:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='23.05.5'
DISTRIB_REVISION='r24106-10cc5fcd00'
DISTRIB_TARGET='lantiq/xrx200'
DISTRIB_ARCH='mips_24kc'
DISTRIB_DESCRIPTION='OpenWrt 23.05.5 r24106-10cc5fcd00'
DISTRIB_TAINTS=''
root@OpenWrt:~# ubus call system board
{
"kernel": "5.15.167",
"hostname": "OpenWrt",
"system": "xRX200 rev 1.2",
"model": "BT Home Hub 5A",
"board_name": "bt,homehub-v5a",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "23.05.5",
"revision": "r24106-10cc5fcd00",
"target": "lantiq/xrx200",
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00"
}
}
root@OpenWrt:~# wifi up
root@OpenWrt:~# wifi status
{
}
root@OpenWrt:~# wifi config
root@OpenWrt:~# wifi status
{
}
root@OpenWrt:/lib/firmware/ath10k/QCA988X/hw2.0# lspci
00:0e.0 Ethernet controller: Qualcomm Atheros AR922x Wireless Network Adapter (rev 01)
01:00.0 PCI bridge: Lantiq MIPS SoC PCI Express Port (rev 01)
02:00.0 Network controller: Qualcomm Atheros QCA986x/988x 802.11ac Wireless Network Adapter
root@OpenWrt:/lib/firmware/ath10k/QCA988X/hw2.0# dmesg | grep 00:0e.0
[ 0.361284] pci 0000:00:0e.0: [168c:ff1d] type 00 class 0x020000
[ 0.367173] pci 0000:00:0e.0: reg 0x10: [mem 0x00000000-0x0000ffff]
[ 0.381878] pci 0000:00:0e.0: BAR 0: assigned [mem 0x18000000-0x1800ffff]
[ 13.490181] ath9k_pci_owl_loader 0000:00:0e.0: enabling device (0000 -> 0002)
[ 13.498835] ath9k_pci_owl_loader 0000:00:0e.0: Direct firmware load for ath9k-eeprom-pci-0000:00:0e.0.bin failed with error -2
[ 13.509031] ath9k_pci_owl_loader 0000:00:0e.0: Falling back to sysfs fallback for: ath9k-eeprom-pci-0000:00:0e.0.bin
[ 14.571795] ath9k_pci_owl_loader 0000:00:0e.0: no eeprom data received.
root@OpenWrt:/lib/firmware/ath10k/QCA988X/hw2.0# dmesg | grep 02:00.0
[ 2.643233] pci 0000:02:00.0: [168c:003c] type 00 class 0x028000
[ 2.648924] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[ 2.655751] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 2.662530] pci 0000:02:00.0: supports D1 D2
[ 2.695801] pci 0000:02:00.0: BAR 0: assigned [mem 0x1c000000-0x1c1fffff 64bit]
[ 2.703144] pci 0000:02:00.0: BAR 6: assigned [mem 0x1c200000-0x1c20ffff pref]
[ 14.159670] ifx_pcie_bios_map_irq port 0 dev 0000:02:00.0 slot 0 pin 1
[ 14.164970] ifx_pcie_bios_map_irq dev 0000:02:00.0 irq 144 assigned
[ 14.291103] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 14.296281] ath10k_pci 0000:02:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[ 19.831078] ath10k_pci 0000:02:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
[ 19.838947] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[ 19.856790] ath10k_pci 0000:02:00.0: firmware ver 10.2.4-1.0-00047 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 35bd9258
[ 19.900262] ath10k_pci 0000:02:00.0: Loading BDF type 0
[ 20.828393] ath10k_pci 0000:02:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
[ 20.922366] ath10k_pci 0000:02:00.0: otp calibration failed: 2
[ 20.926817] ath10k_pci 0000:02:00.0: failed to run otp: -22 (download-cal-data)
[ 20.934158] ath10k_pci 0000:02:00.0: could not init core (-22)
[ 20.940149] ath10k_pci 0000:02:00.0: could not probe fw (-22)
root@OpenWrt:/lib/firmware/ath10k/QCA988X/hw2.0#