Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 16:27:38 -0400
From:      Anthony Jenkins <Scoobi_doo@yahoo.com>
To:        Adrian Chadd <adrian.chadd@gmail.com>
Cc:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: Atheros QCA6174 (ath10k) not working
Message-ID:  <27e35111-6cee-d609-ffcd-2c78c35504b9@yahoo.com>
In-Reply-To: <CAJ-VmonV1oDgXi2d0Ve4=-6So5DRbyFzrfWaZEqw=rGn7nc7ow@mail.gmail.com>
References:  <9beac50d-6c08-0c0a-7f42-f1e95ae31d8f.ref@yahoo.com> <9beac50d-6c08-0c0a-7f42-f1e95ae31d8f@yahoo.com> <CAJ-VmonV1oDgXi2d0Ve4=-6So5DRbyFzrfWaZEqw=rGn7nc7ow@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Adrian,

Just wondering if there's anything I can do to help.=C2=A0 I have the dri=
ver=20
repo.

Anthony

On 2020-09-13 14:53, Adrian Chadd wrote:
> hi!
>
> we're still working on this. It's going to take some time.
>
> thanks,
>
>
>
> -adrian
>
>
> On Sun, 13 Sep 2020 at 11:12, Anthony Jenkins via freebsd-wireless=20
> <freebsd-wireless@freebsd.org <mailto:freebsd-wireless@freebsd.org>>=20
> wrote:
>
>     I have a Killer 1535 802.11ac wireless card (chipset =3D Qualcomm
>     Atheros
>     QCA6174).=C2=A0 I am using the ath10k/athp driver from git repo
>     https://github.com/erikarn/athp.git .=C2=A0 Driver loads, but tryin=
g to
>     start
>     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)
>     ...
>     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)
>     ...
>     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;
>     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 byt=
es
>     loaded at 0xffffffff8445d000
>
>     I assume file 'athp_cal-pci-athp0.bin' is optional calibration data=
=2E
>
>     * '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
>     http://www.qtchat.org/~ajenkins/ .
>
>     Thanks,
>     Anthony Jenkins
>
>
>     _______________________________________________
>     freebsd-wireless@freebsd.org <mailto:freebsd-wireless@freebsd.org>
>     mailing list
>     https://lists.freebsd.org/mailman/listinfo/freebsd-wireless
>     To unsubscribe, send any mail to
>     "freebsd-wireless-unsubscribe@freebsd.org
>     <mailto:freebsd-wireless-unsubscribe@freebsd.org>"
>





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27e35111-6cee-d609-ffcd-2c78c35504b9>