I am writing this post out of desperation. I have been trying to make my wifi run on a freshly installed Ubuntu 15.10 for the past 3 days. Nothing helped. I literally tried anything on the internet that there was, I tried installing backports and new firmware, I tried installing different drivers, I tried installing bcmwl-kernel-source an so forth and so on... Nothing worked.. Only once after I installed new backports and rebooted the wifi magically worked and I was able to connect to the internet and even download updates and stuff but after reboot same story. I can't see the "enable wifi" button in network manager and I can't see any networks whatsoever. My machine is lenovo yoga 3 14 and my wireless card is qalcomm atheros qca6147. Also, when I run rfkill list, I get ideapad_laptop wlan, which is neither soft blocked nor hard blocked. Is there currently any solution to this problem ? If anyone can help me I will be very thankful!!!
P.S. I installed Ubuntu 15.10 dual boot alongside windows 10.
lspci -knn | grep Net -A2; uname -r
terminal command. – Pilot6 Jan 22 '16 at 20:36dkms status
– Jeremy31 Jan 23 '16 at 16:49ERROR (dkms apport): unable to determine source package for backath10k-dkms Error! Bad return status for module build on kernel: 4.2.0-16-generic (x86_64) Consult /var/lib/dkms/backath10k/2.0/build/make.log for more information.
– ridiculous1995 Jan 24 '16 at 00:57sudo cp -r /var/lib/dkms/backath10k/2.0/build/QCA6174/ /lib/firmware/ath10k/QCA6174/
Reboot – Jeremy31 Jan 24 '16 at 15:44