อัพเกรด Linux Firmware ของคุณเป็น 1.161 และ Kernel เวอร์ชั่นเป็น 4.8
เพื่ออัปเดตเฟิร์มแวร์ Linux มีสองวิธี: -
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
2.Via Terminal: เปิด Terminal (ctrl + alt + T) Enter: -
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
ตรวจสอบเวอร์ชั่นเคอร์เนลของคุณ: -
Type:- uname -r
Note if its generic or cloud or low latency
อัพเกรดเคอร์เนลของคุณเป็น 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 !!!