You are not logged in.

#1 2021-02-27 08:42:33

foreverts
Member
Registered: 2021-02-27
Posts: 6

ath10k_pci firmware issue

Hello. My wireless card can't start with latest linux-firmware (20210208.b79d239-1).

$ sudo dmesg | grep -i ath10
[    5.538215] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    5.539453] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    5.797634] ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 11ad:0847
[    5.797637] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[    5.798060] ath10k_pci 0000:01:00.0: firmware ver WLAN.RM.2.0-00088-QCARMSWPZ-1 api 5 features ignore-otp crc32 4dcf5871
[    5.860728] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 ed5f849a
[    9.117692] ath10k_pci 0000:01:00.0: htt version request timed out
[    9.117700] ath10k_pci 0000:01:00.0: failed to setup htt: -110
[    9.190425] ath10k_pci 0000:01:00.0: could not init core (-110)
[    9.190589] ath10k_pci 0000:01:00.0: could not probe fw (-110)
$ lspci -k | egrep -Ei "ath10|qca6174"
01:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci

kernel parameters:

loglevel=3 quiet apparmor=1 net.ifnames=0 amd_iommu=force_isolation iommu=pt lsm=lockdown,yama,apparmor mem_sleep_default=deep

I have already tried to use firmware from https://github.com/kvalo/ath10k-firmware, but got exactly same error. Thanks.

Offline

#2 2021-02-27 09:11:24

u666sa
Member
Registered: 2020-08-01
Posts: 69

Re: ath10k_pci firmware issue

For what it's worth, this might be a bit off topic, but it will point you to the right direction. https://wiki.archlinux.org/index.php/Bl … ernel_5.10

Basically, with kernels >5.10 there is problem with bluetooth on wifi card. I experienced this and can confirm, your computer does not see bluetooth adapter located on your wifi card. Dropping to 5.54 LTS kernel fixed the issue for me.

Reason this could be solution to your problem is because your wifi card has a single chip that controls both wifi and bluetooth.

Designed to deliver a cost-effective Wi-Fi/Bluetooth combo solution, the Qualcomm® QCA6174A SoC (System-on-Chip) is an integrated, single-chip solution in a small form factor for mobile and consumer electronics applications.

So, this too can be your solution, dropping to 5.54 kernel. (but not forgetting to file a bug report so it gets fixed in the future) But don't give up this easily, maybe there is a fix for you, keep looking.


P.S. Go ahead and do that btusb-210681-fix described in wiki.

Last edited by u666sa (2021-02-27 09:15:34)

Offline

#3 2021-02-27 09:28:56

foreverts
Member
Registered: 2021-02-27
Posts: 6

Re: ath10k_pci firmware issue

u666sa, thanks for your reply, but I don't need Bluetooth functionality, all I want from my QCA6174 is WiFi smile
But I don't sure if kernel downgrade would help in my case, because problem is at firmware part, which is moved to linux-firmware package.

BTW my kernel is 5.10.18-hardened1-1-hardened

Last edited by foreverts (2021-02-27 09:29:35)

Offline

Board footer

Powered by FluxBB