I installed Ubuntu 16.04 LTS on my Alienware 17 R3, which comes with Killer Wireless-AC 1535 WiFi card. The WiFi hardware seems to be detected but no WiFi hotspots are being detected.
I learnt somewhere that updating to the latest kernel would fix the problem. The kernel verison according to uname -r
is 4.4.0-22-generic. Is a more recent version of kernel required?
Any help regarding this would greately help me since I will have to start my development asap and Linux is the go-to platform where I work.
Thanks
Edit: Output of lspci -knn | grep Net -A2
3c:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter [1a56:1535]
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
lspci -knn | grep Net -A2
terminal command. – Pilot6 Jun 11 '16 at 18:07[168c:003e]
. For 16.04 you do not need any drivers, they are already in kernel, but you may need firmware. – Pilot6 Jun 11 '16 at 18:39