Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 36

Thread: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

  1. #11
    Join Date
    May 2016
    Beans
    47

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    I did that. Now there is no wireless networks entry when I click on the network symbol.

    um@um-Aspire-R5-471T:~$ dmesg | grep ath10k
    [ 3.417024] ath10k_pci 0000:01:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
    [ 3.657434] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error -2
    [ 3.657630] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
    [ 3.657632] ath10k_pci 0000:01:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
    [ 3.722223] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/board-2.bin failed with error -2
    [ 5.890698] ath10k_pci 0000:01:00.0: firmware crashed! (uuid 5ce5c952-d597-4358-8fcf-4e4c3950935c)
    [ 5.890710] ath10k_pci 0000:01:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 105b:e09d) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 4 bdapi 1 htt-ver 0.0 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
    [ 5.890713] ath10k_pci 0000:01:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
    [ 5.892729] ath10k_pci 0000:01:00.0: firmware register dump:
    [ 5.892732] ath10k_pci 0000:01:00.0: [00]: 0x05030000 0x00000000 0x809FE363 0x00032E30
    [ 5.892734] ath10k_pci 0000:01:00.0: [04]: 0x809FE363 0x0040E6C8 0x00032E30 0x20302030
    [ 5.892735] ath10k_pci 0000:01:00.0: [08]: 0x00000002 0x00000002 0x00407CC8 0x00407E84
    [ 5.892737] ath10k_pci 0000:01:00.0: [12]: 0x000007FF 0x0040E738 0x000197FF 0x00408484
    [ 5.892739] ath10k_pci 0000:01:00.0: [16]: 0x00023FFF 0x00000E00 0x0041F400 0x00407E84
    [ 5.892758] ath10k_pci 0000:01:00.0: [20]: 0x809CF15E 0x0040E708 0x000FFFFF 0x00000000
    [ 5.892760] ath10k_pci 0000:01:00.0: [24]: 0x00000006 0x00000006 0x00403CCC 0x0001A2C4
    [ 5.892761] ath10k_pci 0000:01:00.0: [28]: 0x80A05C2B 0x0040E6E8 0x00032E30 0x20302030
    [ 5.892763] ath10k_pci 0000:01:00.0: [32]: 0x00000002 0x00000003 0x00403CE4 0x0000000D
    [ 5.892765] ath10k_pci 0000:01:00.0: [36]: 0x00000000 0x00000000 0x00000000 0x00000000
    [ 5.892768] ath10k_pci 0000:01:00.0: [40]: 0x00000000 0x00000000 0x00000000 0x00000000
    [ 5.892770] ath10k_pci 0000:01:00.0: [44]: 0x00000000 0x00000000 0x00000000 0x00000000
    [ 5.892771] ath10k_pci 0000:01:00.0: [48]: 0x00000000 0x00000000 0x00000000 0x00000000
    [ 5.892773] ath10k_pci 0000:01:00.0: [52]: 0x00000000 0x00000000 0x00000000 0x00000000
    [ 5.892788] ath10k_pci 0000:01:00.0: [56]: 0x00000000 0x00000000 0x00000000 0x00000000
    [ 10.875541] ath10k_pci 0000:01:00.0: wmi unified ready event not received
    [ 10.918017] ath10k_pci 0000:01:00.0: device has crashed during init
    [ 10.942403] ath10k_pci 0000:01:00.0: device has crashed during init
    [ 10.942406] ath10k_pci 0000:01:00.0: failed to wait for target init: -70
    [ 10.943058] ath10k_pci 0000:01:00.0: could not init core (-110)
    [ 10.943099] ath10k_pci 0000:01:00.0: could not probe fw (-110)
    [ 10.951528] ath10k_pci 0000:01:00.0: cannot restart a device that hasn't been started

  2. #12
    Join Date
    May 2014
    Location
    /home
    Beans
    10,902
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    Code:
    sudo rm /lib/firmware/ath10k/QCA6174/hw3.0/*
    
    sudo wget -O /lib/firmware/ath10k/QCA6174/hw3.0/board.bin https://github.com/kvalo/ath10k-firmware/blob/master/QCA6174/hw3.0/board.bin?raw=true
    
    sudo wget -O /lib/firmware/ath10k/QCA6174/hw3.0/board-2.bin https://github.com/kvalo/ath10k-firmware/blob/master/QCA6174/hw3.0/board-2.bin?raw=true
    
    sudo wget -O /lib/firmware/ath10k/QCA6174/hw3.0/firmware-4.bin https://github.com/kvalo/ath10k-firmware/blob/master/QCA6174/hw3.0/firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1?raw=true
    This should make sure the latest versions are there and see if there are any results for
    Code:
    cat /etc/modprobe.d/ath10k_core.conf

  3. #13
    Join Date
    May 2016
    Beans
    47

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    It looks like not:

    um@um-Aspire-R5-471T:~$ cat /etc/modprobe.d/ath10k_core.conf
    cat: /etc/modprobe.d/ath10k_core.conf: No such file or directory

  4. #14
    Join Date
    May 2016
    Beans
    47

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    um@um-Aspire-R5-471T:/etc/modprobe.d$ ls -a
    . alsa-base.conf blacklist.conf blacklist-framebuffer.conf blacklist-oss.conf blacklist-watchdog.conf intel-microcode-blacklist.conf mlx4.conf
    .. blacklist-ath_pci.conf blacklist-firewire.conf blacklist-modem.conf blacklist-rare-network.conf fbdev-blacklist.conf iwlwifi.conf vmwgfx-fbdev.conf

  5. #15
    Join Date
    May 2014
    Location
    /home
    Beans
    10,902
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    Forgot to say reboot. I don't know if the ath10k_core.conf could actually cause any issue as the ignore_otp must be set in the firmware now, it used to have to be set manually

  6. #16
    Join Date
    May 2016
    Beans
    47

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    Yes Sir! It works! So what did we actually do?

  7. #17
    Join Date
    May 2014
    Location
    /home
    Beans
    10,902
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    We basically replaced some older files you had with the latest from kvalo's github site. I imagine you had 15.10 before and just updated?

    Since it work, please use the forums tools menu at the top of the page to mark as solved

  8. #18
    Join Date
    May 2016
    Beans
    47

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    Thank you for your help jeremy31!

  9. #19
    Join Date
    Aug 2016
    Beans
    66

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    Hi, I just came across this thread and I have experienced similar issue (same wireless device and same machine). I also had tried to install driver, but the result is not too satisfying. <br>
    <br>
    If I want to try&nbsp;<strong>jeremy31</strong>'s file, what exactly are the steps I need to take? &nbsp;I am a novice and please be clear in your explanation. &nbsp;Thanks in advance!

  10. #20
    Join Date
    May 2014
    Location
    /home
    Beans
    10,902
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Qualcomm Atheros QCA61x4A / QCA6174 wireless driver Ubuntu 16.04

    Now they work the best they can with the module in the kernel and the firmware in the package linux-firmware. Sometimes they don't work at all with older wireless routers

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •