All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: pgupta@hindutool.com
Cc: ath12k@lists.infradead.org
Subject: Re: board-2.bin
Date: Mon, 20 May 2024 12:54:18 +0300	[thread overview]
Message-ID: <87seycerlh.fsf@kernel.org> (raw)
In-Reply-To: <1716180196.ixiafmuo0wckk0ws@mailapp03.register.com> (pgupta@hindutool.com's message of "Mon, 20 May 2024 00:43:16 -0400")

"pgupta@hindutool.com" <pgupta@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


  reply	other threads:[~2024-05-20  9:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20  4:43 board-2.bin pgupta
2024-05-20  9:54 ` Kalle Valo [this message]
     [not found]   ` <1716221937.24ib38wrkkgo8sc4@mailapp03.register.com>
2024-05-20 16:58     ` board-2.bin pgupta
2024-05-20 18:53       ` board-2.bin david Atkins
2024-05-20 22:06         ` board-2.bin pgupta
2024-05-21  6:20           ` board-2.bin david Atkins
2024-05-21  7:02             ` board-2.bin Ben Greear
2024-05-21  7:09               ` board-2.bin david Atkins
2024-05-21  7:31                 ` board-2.bin pgupta
2024-05-21 20:31                   ` board-2.bin Jeff Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87seycerlh.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath12k@lists.infradead.org \
    --cc=pgupta@hindutool.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.