I already install Ubuntu 16.04 LTS and I find out my wireless doesn't work.
Ubuntu cant recognize my wireless on Asus k556uq .
my wireless card is Qualcomm Atheros device 0042 (rev30)
it was output of lspci
terminal command .
I already install Ubuntu 16.04 LTS and I find out my wireless doesn't work.
Ubuntu cant recognize my wireless on Asus k556uq .
my wireless card is Qualcomm Atheros device 0042 (rev30)
it was output of lspci
terminal command .
You need to connect to the internet by wire and update your system by
sudo apt update && sudo apt upgrade
It will install the required firmware.
lspci -knn | grep Net -A2; uname -a; rfkill list; dmesg | grep ath
terminal command. – Pilot6 Dec 10 '16 at 15:28