board-2.bin
Kalle Valo
kvalo at kernel.org
Mon May 20 02:54:18 PDT 2024
"pgupta at hindutool.com" <pgupta at hindutool.com> writes:
> I have been reading through the various posts, and while I found
> someone who reported the exact same problem, I was unable to find a
> response from anyone who could present a solution
>
> I have a Compex WLW7000E6
Any recommendations from where it would be easiest to order such board?
I'm based in Europe and would like to get one.
Is the board otherwise plug&play to an M.2 E-key slot or does it need
something special?
> and am using the latest kernel version 6.8.0-31-generic (ubuntu 24.04
> LTS)
BTW in general we don't support distro kernels:
https://linux-regtracking.leemhuis.info/post/frequent-reasons-why-linux-kernel-bug-reports-are-ignored/#your-kernel-was-apparently-built-by-a-linux-distributor-or-hardware-vendor
> Despite having the requisite files in /lib/firmware/ath12k/QCN9274/hw2.0:
>
> -rw-r--r-- 1 root root 8241152 May 19 23:47 amss.bin
> -rw-r--r-- 1 root root 2821564 May 20 00:03 amss.bin.zst
> -rw-r--r-- 1 root root 382856 May 20 00:03 board-2.bin
> -rw-r--r-- 1 root root 21517 May 20 00:03 board-2.bin.zst
> -rw-r--r-- 1 root root 421888 May 19 23:47 m3.bin
> -rw-r--r-- 1 root root 139662 May 20 00:03 m3.bin.zst
> -rw-r--r-- 1 root root 10699 May 20 00:03 Notice.txt.zst
> -rw-r--r-- 1 root root 24310 May 19 23:47 regdb.bin
> -rw-r--r-- 1 root root 3187 May 19 23:47 regdb.bin.zst
>
> I continue to receive the following errors:
>
> [ 5.885930] ath12k_pci 0000:83:00.0: BAR 0 [mem
> 0xc8000000-0xc81fffff 64bit]: assigned
> [ 5.886287] ath12k_pci 0000:83:00.0: MSI vectors: 16
> [ 5.886294] ath12k_pci 0000:83:00.0: Hardware name: qcn9274 hw2.0
> [ 6.745247] ath12k_pci 0000:83:00.0: memory type 10 not supported
> [ 6.750101] ath12k_pci 0000:83:00.0: chip_id 0x0 chip_family 0xb
> board_id 0xff soc_id 0x401a2200
> [ 6.750110] ath12k_pci 0000:83:00.0: fw_version 0x10098b57
> fw_build_timestamp 2022-09-19 18:18 fw_build_id
> QC_IMAGE_VERSION_STRING=WLAN.WBE.1.0-02903-QCAHKSWPL_SILICONZ-1
> [ 6.761065] ath12k_pci 0000:83:00.0: failed to fetch board data for
> bus=pci,qmi-chip-id=0,qmi-board-id=255 from
> ath12k/QCN9274/hw2.0/board-2.bin
> [ 6.761212] ath12k_pci 0000:83:00.0: failed to fetch board-2.bin or
> board.bin from QCN9274/hw2.0
> [ 6.761247] ath12k_pci 0000:83:00.0: qmi failed to load bdf:
> [ 6.761250] ath12k_pci 0000:83:00.0: qmi failed to load board data file:-2
This means that board-2.bin is missing the board file for your device.
For AP devices like QCN9274 board files handling is difficult, usually
Device Tree is the only way to get automatic board file loading working.
Did you get any software with your the board? Do you know if the board
is calibrated or not?
Can you run:
find /lib/firmware/ath12k/ -type f | xargs md5sum
Also read:
https://wireless.wiki.kernel.org/en/users/drivers/ath12k/bugreport
> but he zst files were copied over from the WCN7850 directory.
I do not know what these zst files are. And don't copy anything from
WCN7850 directory, the files are not compatible. The best is to run
'make install' within ath12k-firmware.git repository, manually fixing
files will end up into problems.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
More information about the ath12k
mailing list