%20no%20funciona%20con%20el%20kernel%204.15.0-64%3F.png)
Mi WiFi dejó de funcionar el 23/09/19 y al intentar descubrir qué cambió, parece que funciona con la versión del kernel 4.15.0-60-generic, pero falla con el kernel más nuevo 4.15.0-64. ¿Alguna idea de por qué o qué hacer?
Detalles de mi configuración:
Sistema operativo: Ubuntu 18.04.3
máquina:Dell XPS 15 7590
controlador de red: iwlwifi
lspci con el kernel en funcionamiento:
$ 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 con el kernel roto:
*-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
Salida de rfkill: cuando funciona (núcleo antiguo):
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Cuando no funciona (núcleos nuevos):
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Respuesta1
Esto puede ser un error del kernel. La forma más sencilla es actualizar a un kernel HWE.
Ejecutar en una terminal
sudo apt install linix-generic-hwe-18.04
y reiniciar.