Hello, I experience connectivity issue with the Qualcomm Atheros 9377 chipset that is included in my laptop running kernel 4.4 all the time. Apart from varying transfer rates, connection is lost completely after some minutes or the rates are going down so that it renders access unusable. I tried many things, other kernel, backport tree, switching off power management, but nothing really helped over the long term. Further things that are seen that may help to hunt down the bugs: - When starting downloading/uploading link quality is varying about 5-10% although I'm just 5 m away from my access point. - iwconfig reports a high number of "invalid misc" - when it tries to recover from a rate "hole", the network stack encounters a high number of failed packets - a strange huge difference between rx rate (11 mbit/s) and tx rate (1 mbit/s) - getting error messages in dmesg like ath10k_pci 0000:02:00.0: failed to install key for vdev 0 peer 00:xx:xx:xx:xx:xx: -110 and wlp2s0: failed to remove key (0, 00:xx:xx:xx:xx:xx) from hardware (-110) - in connection with perf interrupt took too long (4996 > 4960), lowering kernel.perf_event_max_sample_rate to 25200 I use the proprietary firmware files provided in kvalo's github repository and renamed them accordingly. The driver still complains about missing board-2.bin and cal... file (Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2 and Direct firmware load for ath10k/QCA9377/hw1.0/board-2.bin failed with error -2) - additional dmesg output from ath10k_pci for the firmware file: qca9377 hw1.0 target 0x05020000 chip_id 0x003820ff sub 1a3b:2231 kconfig debug 1 debugfs 1 tracing 0 dfs 0 testmode 0 0000:02:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7 - for the board file: board_file api 1 bmi_id N/A crc32 544289f7 - used computer model: ASUStek E205SA I'm not a programmer so I can't figure out what is wrong in the driver's code, so I would be very glad to see someone fixing this. Thank you!
The problem is the module in the Asustek is not using the right board file that is in the firmware.git. Has provided the new board file to Tobias, and he confirmed the issue is gone after the new board file. Will request Kalle Valo to merge the new board file to close the issue.
well, I see some error's as well: ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2 ... ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/board-2.bin failed with error -2 Acer Aspire E5-574-525M Kernel 4.4.2 WLAN: 02:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 30) Subsystem: Foxconn International, Inc. Device [105b:e09a] As far as I can tell, it should be an NFA435 I didn't measure connection/transfer problems, so far !
Created attachment 203951 [details] the board-2.bin file for QCA9377 the board-2.bin file for QCA9377 for a few users that hit into the failure of the board bring up or the bad connectivity issue.
Ronald, I am not exactly sure if you're seeing the same issue, as I don't see the full picture of the log, but if you don't mind, can you try the attachment to see if that help your case?
okay, thanks for lightning fast support :-) attached are two dmesg (dmesg, dmesg_2) dmesg_2 is with board-2.bin installed. board-2-error is gone ! But I would remark that withOUT that board-2.bin I had no problems as Tobias reported. Maybe I'm wrong here in this bug report ...
Created attachment 203961 [details] dmesg without board-2.bin
Created attachment 203971 [details] dmesg with board-2.bin
My wireless card is using another subsystem (AzureWave Device 2231) and the board file uses api 2 (?): ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 93da0176
Created attachment 203991 [details] Output of lspci
Created attachment 204211 [details] Multiple firmware files for Qualcomm QCA9377 chipset Today I managed to extract the board files from a AsusTek Windows driver installer that had a Qualcomm Driver QCA9377 Installer inside. I confirm that those board files work when you install the prefered one to /lib/firmware/ath10k/QCA9377/hw1.0/board.bin. Note that they do use api version 1 and hence cannot be named board-2.bin. Good luck trying out the right board file.
Here is another archive with updated eeprom board files for - Lenovo Killer QCA2582 - QCA NFA{344i,345i,324,354,355i} - Fujitsu NFA344 - Lenovo NFA{344,345}-{WW,US,Indonesia,Russia/Ukraine/Egypt} - Acer NFA344 - generic NFA344 - Asus NFA{344,345} - Samsung NFA354 - QCA NFA{435,425} - QCA NFA435[as] * To summarize: QCA 9377 and AR 6320 * To find out which files are needed just follow the INI entries in netathrx.inf * Install the right one to /lib/firmware/ath10k/QCA9377/hw1.0/board.bin (if api 1). * You may need the firmware file from https://github.com/kvalo/ath10k-firmware placed as firmware-5.bin in the same directory.
Created attachment 204261 [details] QCA 9377 and AR6320 eeprom board files See previous comment.
Created attachment 204271 [details] QCA 9377 Bluetooth DFU firmware Apparently the Bluetooth firmware can be updated with dfu-util. (Not tested!!) These files I have found in another Windows installer from the AsusTek Support Site.
Created attachment 204281 [details] QCA Bluetooth DFU firmware Other DFU firmware files that can update the firmware with dfu-util (not tested!). Also extracted from a Windows installer.