This issue returned after updating Ubuntu and it can't be fixed by the working solution of renaming/removing pnvm file anymore as mentioned in following solutions. How to fix it now?
Intel Wifi 6 AX210 - WiFi not working after Update
https://bugzilla.kernel.org/show_bug.cgi?id=212371#c13
$ sudo modprobe iwlwifi && sudo dmesg | grep iwl
Log is here https://pastebin.com/SBhH0mh5
gamepc:~$ ls -l /usr/lib/firmware | grep pnvm
-rw-r--r-- 1 root root 41804 Mar 10 07:05 iwlwifi-so-a0-gf-a0.pnvm
Renaming/deleting iwlwifi-so-a0-gf-a0.pnvm doesn't solve the issue.
$ lsmod | grep iwlwifi
iwlwifi 372736 1 iwlmvm
cfg80211 888832 3 iwlmvm,iwlwifi,mac80211
$ inxi -n
Network: Device-1: Intel driver: igc
IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: d8:bb:c1:8a:56:3c
Device-2: Intel driver: iwlwifi
gamepc:~$ uname -r
5.13.0-39-generic
gamepc:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
gamepc:~$ sudo dpkg -s linux-firmware | grep -i version
Version: 1.187.29
gamepc:~$ sudo lshw -C network
-network
description: Ethernet interface
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 03
serial: d8:bb:c1:8a:56:3c
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=igc driverversion=5.13.0-39-generic duplex=full firmware=1079:8770 ip=192.168.0.56 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:17 memory:51b00000-51bfffff memory:51c00000-51c03fff
-network
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: 1a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list
configuration: driver=iwlwifi latency=0
resources: irq:18 memory:52000000-52003fff
$ dkms status
backport-iwlwifi, 8324: added
nvidia, 510.47.03, 5.13.0-37-generic, x86_64: installed
nvidia, 510.47.03, 5.13.0-39-generic, x86_64: installed
dkms
andbackport-iwlwifi-dkms
. Report back. If it works, I'll write a formal answer for you. Start comments to me with @heynnema or I'll miss them. – heynnema Apr 01 '22 at 17:16dkms status
. There's a newer version of backport-iwlwifi-dkms, but it's for 21.10, so I don't know if it'll work with 20.04, but you can try it. https://packages.ubuntu.com/impish/backport-iwlwifi-dkms – heynnema Apr 01 '22 at 17:32dkms status
– Raymond Apr 01 '22 at 18:30sudo dkms build backport-iwlwifi/8324
and report back. – heynnema Apr 01 '22 at 19:58