Atualize seu firmware do Linux para 1.161 e a versão do kernel para 4.8.
Para atualizar o firmware do Linux, existem duas maneiras: -
1. Via Ubuntu Software Center:
Download this file -
[\[http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.161_all.deb\]][1][1]
Then open this Debian Package with Ubuntu Software Center and click Install
Terminal 2.Via:
Abra o Terminal (ctrl + alt + T)
Digite: -
wget http://mirrors.kernel.org/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.161_all.deb
De-package it :-
sudo dpkg -i linux-firmware_1.161_all.deb
Agora verifique sua versão do kernel: -
Type:- uname -r
Note if its generic or cloud or low latency
Atualize seu kernel para o 4.8:
Go to Index of /~kernel-ppa/mainline/v4.8
For 64 bit system look under the amd64, for 32 bit one look under i386
For example, if its amd64 and your kernel is generic download these 3 files:-
linux-headers-4.8.0-040800_4.8.0-040800.201610022031_all.deb
linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb
linux-image-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb
Now Open these files one by one in Ubuntu Software Center and install all the three.
Re-boot
Check again for your kernel version Type:- uname -r
It’s 4.8 and your WiFi should be working !!!