Dell XPS wifi (iwlwifi) がカーネル 4.15.0-64 で動作しないのはなぜですか?

Dell XPS wifi (iwlwifi) がカーネル 4.15.0-64 で動作しないのはなぜですか?

私の WiFi は 2019 年 9 月 23 日に動作しなくなりました。何が変わったのか調べようとしたところ、カーネル バージョン 4.15.0-60-generic では動作するものの、新しいカーネル 4.15.0-64 では動作しないようです。原因や対処法について何かご存知ですか?

私のセットアップの詳細:

OS: Ubuntu 18.04.3

機械:デル XPS 15 7590

ネットワークドライバー: iwlwifi

動作中のカーネルでの lspci:

$ 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

[編集:] 壊れたカーネルでの lspci:

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

rfkill 出力: 動作する場合 (古いカーネル):

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

動作しない場合(新しいカーネル):

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

答え1

これはカーネルのバグである可能性があります。最も簡単な方法は、HWE カーネルにアップグレードすることです。

ターミナルで実行する

sudo apt install linix-generic-hwe-18.04

再起動します。

関連情報