kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #168400
[Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported
Thanks Miles, output posted here: (last 2 lines relevant I think, but
not sure exactly the part you wanted so excuse pasting all)
00:00.0 Host bridge [0600]: Intel Corporation Broadwell-U Host Bridge -OPI [8086:1604] (rev 09)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: bdw_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: i915
00:03.0 Audio device [0403]: Intel Corporation Broadwell-U Audio Controller [8086:160c] (rev 09)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation Wildcat Point-LP USB xHCI Controller [8086:9cb1] (rev 03)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation Wildcat Point-LP MEI Controller #1 [8086:9cba] (rev 03)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: mei_me
00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition Audio Controller [8086:9ca0] (rev 03)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 [8086:9c90] (rev e3)
Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 [8086:9c94] (rev e3)
Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 [8086:9c96] (rev e3)
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation Wildcat Point-LP USB EHCI Controller [8086:9ca6] (rev 03)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation Wildcat Point-LP LPC Controller [8086:9cc3] (rev 03)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] [8086:9c83] (rev 03)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation Wildcat Point-LP SMBus Controller [8086:9ca2] (rev 03)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Acer Incorporated [ALI] Device [1025:098a]
Kernel driver in use: r8169
03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 30)
Subsystem: Lite-On Communications Inc Device [11ad:0806]
I bit the bullet and bought a TP-Link nano wireless adaptor for now, but
would still like to solve this.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1436940
Title:
Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041]
is not supported
Status in linux package in Ubuntu:
Confirmed
Status in linux-firmware package in Ubuntu:
Confirmed
Status in linux source package in Vivid:
Confirmed
Status in linux source package in Wily:
Confirmed
Bug description:
This card remains unsupported out-of-the-box by the ath10k_pci kernel
module. At this point, it looks like kvalo's ath10k-firmware repo
just needs to be pulled in.
Speaking of which, that repo contains a folder for the QCA6174, but
not for the QCA6164. The firmware in the QCA6174 folder works for the
QCA6164; I still find it strange. I'm not sure how well the actual
QCA6174 [168c:003e] firmware works.
---------------------------------------------------------------------------
HOW TO GET THIS CARD TO WORK:
As of February 26, 2016, this has become relatively simple.
I'm unsure of what version kernel you need to be using - it's either
at least 4.0 or at least 4.2. I'm currently using 4.5. If the kernel
you have isn't working, try that one.
1) Get the latest firmware from https://github.com/kvalo/ath10k-
firmware/archive/master.zip
2) Unzip this file, and copy contents of ath10k-firmware-master to
/lib/firmware/ath10k.
3) Rename two of the firmware files like so:
cd /lib/firmware/QCA6174/hw2.1
sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin
cd /lib/firmware/QCA6174/hw3.0
sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin
4) Reboot your computer. Run "lshw -C network" to see if your card is
recognized.
If you created a "/lib/modprobe.d/ath10k.conf" file earlier to disable
otp, you can remove it. I did, and the card still works fine.
Last updated Match 18, 2016
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions
References