為什麼我的 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 則失敗。知道為什麼或怎麼做嗎?

我的設定詳細資訊:

作業系統: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

並重新啟動。

相關內容