WIFI Lenovo V110 Atheros ath10K driver

The Lenovo V110 laptop uses a relatively new Wifi chipset. The Atheros 10K. The driver that Ubuntu needs was not available in the standard repositories of Ubuntu 16.04. The solution is to install it from Git.

The original post is here: http://askubuntu.com/questions/763080/no-wifi-in-qualcom-atheros-ubuntu-16-04-acer-aspire-e-15

With a working internet connection by ethernet, tethered or whatever means possible, please open a terminal and do:

sudo apt-get update sudo apt-get install git git clone https://github.com/kvalo/ath10k-firmware.git sudo mkdir /lib/firmware/ath10k/QCA9377 sudo mkdir /lib/firmware/ath10k/QCA9377/hw1.0 cd ath10k-firmware/QCA9377/hw1.0 sudo cp *  /lib/firmware/ath10k/QCA9377/hw1.0 cd /lib/firmware/ath10k/QCA9377/hw1.0 sudo mv firmware-5.bin_WLAN.TF.1.0-00267-1  firmware-5.bin 

Reboot and your wireless should be working.