1

I have a Lenovo with Qualcomm Atheros QCA61x4 Wireless Network Adapter. I setup it as dual boot Ubuntu 15.10 and Win10. The wireless card works fine on Win10, but is not recognized in Ubuntu.
Here is some output from my Linux terminal:

$ lspci | grep Net
01:00.0 Network controller: Qualcomm Atheros Device 0041 (rev 20)

$ sudo apt-get install linux-headers-$(uname -r)
...
linux-headers-4.2.0-16-generic is already the newest version.

$ dmesg | grep -c ath10k
0

Please do not mark this question as duplicate of Ubuntu 14.04 Wireless not working: no network interface. Atheros [168c:003e] device because its answer

This device is supported in Ubuntu 15.10 with the latest update

was incorrect in my case.

Please advice.

Harryh
  • 11
  • 2
  • It probably *is* supported in 15.10 by the driver *ath10k_pci* but it likely doesn't have the needed firmware. Check the message log: `dmesg | grep ath10k` Edit your question to add the result and I will propose a solution. – chili555 Jan 07 '16 at 14:30
  • dmesg | grep ath10k returns empty – Harryh Jan 07 '16 at 19:57
  • Please try: `sudo modprobe ath10k_pci && dmesg | grep ath10k` – chili555 Jan 07 '16 at 20:32
  • sudo modprobe ath10k_pci && dmesg | grep ath10k also return nothing – Harryh Jan 07 '16 at 20:55
  • Please run: `lspci -nn | grep 0280` Is your device `168c:0041`? – chili555 Jan 07 '16 at 21:03
  • $ lspci -nn | grep 0280
    01:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0041] (rev 20)
    – Harryh Jan 07 '16 at 21:44
  • 4
    Here is the process: http://askubuntu.com/questions/678145/my-wifi-qualcomm-atheros-device-168c0041-rev-20-doesnt-show-up-and-work-in – chili555 Jan 07 '16 at 21:56

0 Answers0