public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* WCN7850 doesn't work on Linux kernel 6.8-rc3
@ 2024-02-06 12:13 Dave Jones
  2024-02-06 12:47 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2024-02-06 12:13 UTC (permalink / raw)
  To: ath12k

Hello,

I tried to test a wcn8750-based wifi adapter under Linux kernel 6.8-rc3,
it's not working. dmesg below:

ath12k_pci 0000:02:00.0: BAR 0 [mem 0x90400000-0x905fffff 64bit]: assigned
ath12k_pci 0000:02:00.0: MSI vectors: 1
ath12k_pci 0000:02:00.0: Hardware name: wcn7850 hw2.0
ath12k_pci 0000:02:00.0: qmi dma allocation failed (7077888 B type 1), will try
later with small size
ath12k_pci 0000:02:00.0: chip_id 0x2 chip_family 0x4 board_id 0xff soc_id 0x4017
0200
ath12k_pci 0000:02:00.0: fw_version 0x100301e1 fw_build_timestamp 2023-12-06 04:
05 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
ath12k_pci 0000:02:00.0: qmi failed to load regdb bin:
ath12k_pci 0000:02:00.0: qmi failed to load regdb file:-2

Should I need regdb.bin? If so, where can I get that file? Thanks.

Regards,
Dave


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: WCN7850 doesn't work on Linux kernel 6.8-rc3
  2024-02-06 12:13 WCN7850 doesn't work on Linux kernel 6.8-rc3 Dave Jones
@ 2024-02-06 12:47 ` Kalle Valo
  2024-02-07  5:26   ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2024-02-06 12:47 UTC (permalink / raw)
  To: Dave Jones; +Cc: ath12k

Dave Jones <s.dave.jones@gmail.com> writes:

> Hello,
>
> I tried to test a wcn8750-based wifi adapter under Linux kernel 6.8-rc3,
> it's not working. dmesg below:
>
> ath12k_pci 0000:02:00.0: BAR 0 [mem 0x90400000-0x905fffff 64bit]: assigned
> ath12k_pci 0000:02:00.0: MSI vectors: 1
> ath12k_pci 0000:02:00.0: Hardware name: wcn7850 hw2.0
> ath12k_pci 0000:02:00.0: qmi dma allocation failed (7077888 B type 1), will try
> later with small size
> ath12k_pci 0000:02:00.0: chip_id 0x2 chip_family 0x4 board_id 0xff soc_id 0x4017
> 0200
> ath12k_pci 0000:02:00.0: fw_version 0x100301e1 fw_build_timestamp 2023-12-06 04:
> 05 fw_build_id
> QC_IMAGE_VERSION_STRING=WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
> ath12k_pci 0000:02:00.0: qmi failed to load regdb bin:
> ath12k_pci 0000:02:00.0: qmi failed to load regdb file:-2
>
> Should I need regdb.bin? If so, where can I get that file? Thanks.

regdb.bin is for developer testing, end users shouldn't use that file.

Can you try ath.git master branch:

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/log/

We have some patches in the pipeline which didn't sadly make it to v6.8.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: WCN7850 doesn't work on Linux kernel 6.8-rc3
  2024-02-06 12:47 ` Kalle Valo
@ 2024-02-07  5:26   ` Dave Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Jones @ 2024-02-07  5:26 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath12k

On Tue, Feb 6, 2024 at 8:47 PM Kalle Valo wrote:
>
> Dave Jones <s.dave.jones@gmail.com> writes:
>
> > Hello,
> >
> > I tried to test a wcn8750-based wifi adapter under Linux kernel 6.8-rc3,
> > it's not working. dmesg below:
> >
> > ath12k_pci 0000:02:00.0: BAR 0 [mem 0x90400000-0x905fffff 64bit]: assigned
> > ath12k_pci 0000:02:00.0: MSI vectors: 1
> > ath12k_pci 0000:02:00.0: Hardware name: wcn7850 hw2.0
> > ath12k_pci 0000:02:00.0: qmi dma allocation failed (7077888 B type 1), will try
> > later with small size
> > ath12k_pci 0000:02:00.0: chip_id 0x2 chip_family 0x4 board_id 0xff soc_id 0x4017
> > 0200
> > ath12k_pci 0000:02:00.0: fw_version 0x100301e1 fw_build_timestamp 2023-12-06 04:
> > 05 fw_build_id
> > QC_IMAGE_VERSION_STRING=WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
> > ath12k_pci 0000:02:00.0: qmi failed to load regdb bin:
> > ath12k_pci 0000:02:00.0: qmi failed to load regdb file:-2
> >
> > Should I need regdb.bin? If so, where can I get that file? Thanks.
>
> regdb.bin is for developer testing, end users shouldn't use that file.
>
> Can you try ath.git master branch:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/log/
>
> We have some patches in the pipeline which didn't sadly make it to v6.8.

ath.git master branch does work, thanks!

ath12k_pci 0000:02:00.0: BAR 0 [mem 0x90400000-0x905fffff 64bit]: assigned
ath12k_pci 0000:02:00.0: MSI vectors: 1
ath12k_pci 0000:02:00.0: Hardware name: wcn7850 hw2.0
ath12k_pci 0000:02:00.0: qmi dma allocation failed (7077888 B type 1), will try
later with small size
ath12k_pci 0000:02:00.0: chip_id 0x2 chip_family 0x4 board_id 0xff soc_id 0x4017
0200
ath12k_pci 0000:02:00.0: fw_version 0x100301e1 fw_build_timestamp 2023-12-06 04:
05 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.
0_SILICONZ-3
ath12k_pci 0000:02:00.0: leaving PCI ASPM disabled to avoid MHI M2 problems


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-07  5:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 12:13 WCN7850 doesn't work on Linux kernel 6.8-rc3 Dave Jones
2024-02-06 12:47 ` Kalle Valo
2024-02-07  5:26   ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox