2 votes

Pourquoi mon Dell XPS wifi (iwlwifi) ne fonctionne-t-il pas avec le noyau 4.15.0-64 ?

Mon WiFi a cessé de fonctionner le 23/09/19, et en essayant de comprendre ce qui a changé, il semble que cela fonctionne avec le noyau version 4.15.0-60-générique, mais échoue avec le nouveau noyau 4.15.0-64. Une idée de la raison ou de ce qu'il faut faire ?

Détails de mon installation :

Système d'exploitation : Ubuntu 18.04.3

machine : Dell XPS 15 7590

pilote réseau : iwlwifi

lspci avec le noyau de travail :

$ 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

[Edit :] lspci avec le noyau cassé :

*-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

Sortie rfkill : quand ça marche (ancien noyau) :

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

Quand ça ne marche pas (nouveaux noyaux) :

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

1voto

user167850 Points 230

Il s'agit peut-être d'un bogue du noyau. Le moyen le plus simple est de passer à un noyau HWE.

Exécuter dans un terminal

sudo apt install linix-generic-hwe-18.04

et redémarrer.

SistemesEz.com

SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.

Powered by:

X