Intel Wireless AC3165 está desabilitado no Ubuntu 16.04 LTS Live CD

1

Estou tentando avaliar os problemas de hardware na instalação da versão desktop do Ubuntu 16.04 em um laptop HP x360 com o Intel Dual Band Wireless AC3165, antes de fazer a instalação real. Quando inicializado a partir de USB ao vivo, o wifi não parece funcionar. O adaptador foi relatado para trabalhar com 15.10 em Como posso instalar drivers Intel Dual Band Wireless-AC 3165 ?, onde a solução alternativa sugere o uso do driver iwlwifi para 7265D versão 13-ucode. Além disso, o link sugere que o adaptador sem fio funcione diretamente com o kernel Linux 4.1 em diante, como também < um firmware de placa sem fio (Intel 3165 iwlwifi ) disponível apenas para o kernel 4.1+: alguma opção para o kernel 3.19? , o que significa que deve funcionar com o 16.04. Como devo fazê-lo funcionar? As informações do meu hardware são as seguintes:

ubuntu@ubuntu:~$ uname -r
4.4.0-21-generic

ubuntu@ubuntu:~$ sudo lshw -class network
      *-network DISABLED      
           description: Wireless interface
           product: Wireless 3165
           vendor: Intel Corporation
           physical id: 0
           bus info: pci@0000:02:00.0
           logical name: wlp2s0
           version: 81
           serial: dc:dc:dc:dc:dc:dc
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=iwlwifi driverversion=4.4.0-21-generic firmware=16.242414.0 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
           resources: irq:294 memory:a1500000-a1501fff
ubuntu@ubuntu:~$ sudo lspci -nn | grep -i wireless
02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 81)

ubuntu@ubuntu:~$ rfkill list all
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
2: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

ubuntu@ubuntu:~$ dmesg | grep iwl
[   17.217781] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-19.ucode failed with error -2
[   17.217813] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-18.ucode failed with error -2
[   17.217844] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-17.ucode failed with error -2
[   17.218368] iwlwifi 0000:02:00.0: Unsupported splx structure
[   17.308518] iwlwifi 0000:02:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[   17.432981] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[   17.433316] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   17.433759] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   17.510413] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   17.511471] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[   29.006838] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   29.007283] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   29.068127] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   29.068567] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  668.166467] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  668.166913] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  668.227723] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  668.228267] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  688.984299] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  688.984746] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  689.045996] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[  689.046504] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
ubuntu@ubuntu:~$ 
    
por tagMacher 30.04.2016 / 20:56

1 resposta

1

Veja aqui: link

Funcionou no meu HP Pavilion x360.

    
por Beppe 24.05.2016 / 23:14