Como obter Intel Dual Band Wireless-AC 3168 funciona no Ubuntu 16.04?

5

Eu pesquisei muitas soluções neste site, mas a maioria delas estava se referindo aos drivers Broadcom Wifi, enquanto o meu tinha um Intel.

Saída de 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]

Saída de rfkill list

arijit@HP-AU134TX:~$ rfkill list

arijit@HP-AU134TX:~$ 

ou seja, sem saída

Saída de 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

    
por Arijit Kar 04.01.2017 / 20:34

1 resposta

9

Conecte-se à internet de alguma outra forma e instale o kernel 4.8+

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

Você também precisa de firmware para este dispositivo. Atualize seu sistema por

sudo apt update && sudo apt upgrade

e o firmware será instalado.

Reinicialize e o dispositivo sem fio deve funcionar.

Para começar a trabalhar, você precisa instalar o Ubuntu 16.04.2+ que tem suporte deste dispositivo.

    
por Pilot6 04.01.2017 / 20:47