%20%D0%BD%D0%B5%20%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%B0%D0%B5%D1%82%20%D1%81%20%D1%8F%D0%B4%D1%80%D0%BE%D0%BC%204.15.0-64%3F.png)
Мой WiFi перестал работать 23.09.19, и пытаюсь выяснить, что изменилось, похоже, что он работает с версией ядра 4.15.0-60-generic, но не работает с более новым ядром 4.15.0-64. Есть идеи, почему или что делать?
Подробности моей установки:
ОС: Ubuntu 18.04.3
машина:Dell XPS15 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
и перезагрузитесь.