%20nicht%20mit%20Kernel%204.15.0-64%3F.png)
Mein WLAN funktioniert seit dem 23.09.19 nicht mehr. Beim Versuch herauszufinden, was sich geändert hat, scheint es mit der Kernel-Version 4.15.0-60-generic zu funktionieren, schlägt aber mit dem neueren Kernel 4.15.0-64 fehl. Irgendeine Idee, warum oder was zu tun ist?
Details meines Setups:
Betriebssystem: Ubuntu 18.04.3
Maschine:Dell XPS 15 7590
Netzwerktreiber: iwlwifi
lspci mit dem funktionierenden Kernel:
$ 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
[Bearbeiten:] lspci mit dem kaputten Kernel:
*-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-Ausgabe: wenn es funktioniert (alter Kernel):
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Wenn es nicht funktioniert (neue Kernel):
$ sudo rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Antwort1
Dies kann ein Kernel-Fehler sein. Am einfachsten ist es, auf einen HWE-Kernel zu aktualisieren.
In einem Terminal ausführen
sudo apt install linix-generic-hwe-18.04
und starten Sie neu.