如何让英特尔双频无线 AC 3168 在 Ubuntu 16.04 上工作?

如何让英特尔双频无线 AC 3168 在 Ubuntu 16.04 上工作?

我在这个网站上搜索了很多解决方案,但大多数都涉及 Broadcom Wifi 驱动程序,而我的驱动程序是 Intel 驱动程序。

输出lspci -knn | grep Net -A2

arijit@HP-AU134TX:~$ lspci -knn | grep Net -A2

05:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
DeviceName: Intel Dual BandWireless-AC 3168 802.11 ac 1x1 WiFi + BT 4.0 Combo Adapter
Subsystem: Intel Corporation Device [8086:2110]

输出rfkill list

arijit@HP-AU134TX:~$ rfkill list

arijit@HP-AU134TX:~$ 

即无输出

输出uname -a; dmesg | grep iwl

arijit@HP-AU134TX:~$ uname -a; dmesg | grep iwl

Linux HP-AU134TX 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

答案1

通过其他方式连接到互联网并安装 4.8+ 内核

sudo apt update
sudo apt install linux-generic-hwe-16.04

您还需要此设备的固件。通过以下方式更新您的系统

sudo apt update && sudo apt upgrade

固件将被安装。

重新启动后无线设备就可以工作了。

为了使其开箱即用,您需要安装支持此设备的 Ubuntu 16.04.2+。

相关内容