Por que meu wifi Dell XPS (iwlwifi) não funciona com o kernel 4.15.0-64?

Por que meu wifi Dell XPS (iwlwifi) não funciona com o kernel 4.15.0-64?

Meu WiFi parou de funcionar em 23/09/19 e, tentando descobrir o que mudou, parece que funciona com a versão 4.15.0-60-genérica do kernel, mas falha com o kernel 4.15.0-64 mais recente. Alguma idéia de por que ou o que fazer?

Detalhes da minha configuração:

SO: Ubuntu 18.04.3

máquina:Dell XPS15 7590

driver de rede: iwlwifi

lspci com o kernel funcional:

$ lspci -nnk |grep Network -A3
3b:00.0 Network controller [0280]: Intel Corporation Device [8086:2723] (rev 1a)
  Subsystem: Bigfoot Networks, Inc. Device [1a56:1654]
  Kernel driver in use: iwlwifi
  Kernel modules: iwlwifi

sudo lshw -C network
*-network
  description: Ethernet interface
  product: Intel Corporation
  vendor: Intel Corporation
  physical id: 0
  bus info: pci@0000:3b:00.0
  logical name: wlp59s0
  version: 1a
  serial: <removed>
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical
  configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-60-generic firmware=48.4fa0041f.0 ip=10.12.33.131 latency=0 link=yes multicast=yes
  resources: irq:16 memory:ed400000-ed403fff

[Editar:] lspci com o kernel quebrado:

*-network UNCLAIMED       
   description: Network controller
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 0
   bus info: pci@0000:3b:00.0
   version: 1a
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix cap_list
   configuration: latency=0
   resources: memory:ed400000-ed403fff

Saída rfkill: quando funciona (kernel antigo):

$ sudo rfkill list
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Quando não funciona (novos kernels):

$  sudo rfkill list
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

Responder1

Este pode ser um bug do kernel. A maneira mais fácil é atualizar para um kernel HWE.

Execute em um terminal

sudo apt install linix-generic-hwe-18.04

e reinicie.

informação relacionada