Nâng cấp chương trình cơ sở Linux của bạn lên phiên bản 1.161 và Kernel lên 4.8.
Để cập nhật Firmware Linux, có hai cách: -
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: Mở 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
Bây giờ hãy kiểm tra phiên bản kernel của bạn: -
Type:- uname -r
Note if its generic or cloud or low latency
Nâng cấp kernel của bạn lên 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 !!!