Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 14:12:11 -0400
From:      Anthony Jenkins <Scoobi_doo@yahoo.com>
To:        freebsd-wireless@freebsd.org
Subject:   Atheros QCA6174 (ath10k) not working
Message-ID:  <9beac50d-6c08-0c0a-7f42-f1e95ae31d8f@yahoo.com>
References:  <9beac50d-6c08-0c0a-7f42-f1e95ae31d8f.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I have a Killer 1535 802.11ac wireless card (chipset =3D Qualcomm Atheros=
=20
QCA6174).=C2=A0 I am using the ath10k/athp driver from git repo=20
https://github.com/erikarn/athp.git .=C2=A0 Driver loads, but trying to s=
tart=20
the interface fails.=C2=A0 What should I be looking at to fix this?

service netif start wlan2:
-------------------------------------------------------------------------=
--
ifconfig: SIOCIFCREATE2: Input/output error
ifconfig: interface wlan2 does not exist
ifconfig: interface wlan2 does not exist
ifconfig: interface wlan2 does not exist
ifconfig: interface wlan2 does not exist
Starting wpa_supplicant.
/etc/rc.d/wpa_supplicant: WARNING: failed to start wpa_supplicant
ifconfig: interface wlan2 does not exist
rtsol: failed to get link layer information for wlan2
rtsol: failed to initialize wlan2
Starting Network: wlan2.
ifconfig: interface wlan2 does not exist
-------------------------------------------------------------------------=
--

Kernel messages:
-------------------------------------------------------------------------=
--
athp0: ath10k_start: called; state=3D0
athp0: ath10k_start: state=3D1
athp0: ath10k_download_cal_dt: TODO: device tree check
athp0: ath10k_wmi_event_service_ready_work: TODO: EEPROM code: 0x00000069=

athp0: htc ep 2 out of TX credits (0 < 1)
athp0: htc ep 2 out of TX credits (0 < 1)
=2E..
athp0: htc ep 2 out of TX credits (0 < 1)
athp0: htc ep 2 out of TX credits (0 < 1)
athp0: ath10k_wmi_cmd_send: failed (-35)
athp0: failed to enable PMF QOS: -35
athp0: ath10k_core_stop: state=3D1
athp0: ath10k_wait_for_suspend: state=3D1
athp0: ath10k_wmi_pdev_suspend_target: called
athp0: htc ep 2 out of TX credits (0 < 1)
athp0: htc ep 2 out of TX credits (0 < 1)
=2E..
athp0: htc ep 2 out of TX credits (0 < 1)
athp0: htc ep 2 out of TX credits (0 < 1)
athp0: ath10k_wmi_cmd_send: failed (-35)
athp0: could not suspend target (-35)
athp0: ath10k_pci_irq_sync: TODO
athp0: ath10k_pci_kill_tasklet: called
athp0: ath10k_htt_tx_free: called
athp0: ath10k_htt_tx_free: tearing down htt locks
athp0: athp_vap_create: ath10k_start failed; ret=3D-35
-------------------------------------------------------------------------=
--

Some notable errors from 'kldload if_athp.ko':

* Driver fails to load firmware file athp_QCA6174_hw3.0/firmware-5.bin;=20
it does load file 'athp_QCA6174_hw3.0_firmware-4.bin'.

athp0: ath10k_fetch_fw_file: firmware_get: athp_cal-pci-athp0.bin
athp_cal-pci-athp0.bin: could not load firmware image, error 2
athp0: ath10k_fetch_fw_file: firmware_get: athp_QCA6174_hw3.0_board.bin
firmware: 'athp_QCA6174_hw3.0_board.bin' version 1: 8124 bytes loaded at =

0xffffffff84458000
athp0: ath10k_fetch_fw_file: firmware_get: athp_QCA6174_hw3.0_firmware-5.=
bin
athp_QCA6174_hw3.0_firmware-5.bin: could not load firmware image, error 2=

athp0: could not fetch firmware file 'athp_QCA6174_hw3.0/firmware-5.bin':=
 -1
athp0: ath10k_fetch_fw_file: firmware_get: athp_QCA6174_hw3.0_firmware-4.=
bin
firmware: 'athp_QCA6174_hw3.0_firmware-4.bin' version 1: 733784 bytes=20
loaded at 0xffffffff8445d000

I assume file 'athp_cal-pci-athp0.bin' is optional calibration data.

* 'htc ep 2 out of TX credits (0 < 1)' repeated 144 times

* ath10k_wmi_cmd_send failure

athp0: ath10k_wmi_cmd_send: failed (-35)
athp0: could not suspend target (-35)


My full kernel messages from kldload(8) and netif are at=20
http://www.qtchat.org/~ajenkins/ .

Thanks,
Anthony Jenkins





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9beac50d-6c08-0c0a-7f42-f1e95ae31d8f>