edit: as per /u/hearthreddit's advice, downgrading to linux-lts seems to be working. time will tell, but I've done a few reboots and it's been working fine. probably gonna wait a few kernel versions and then try going back again.
(Thinkpad T14, haven't had any issues since I got it half a year ago)
Most of the time when booting my computer right now I don't have my wlan interface listed. Sometimes it works, but it's rare and a reboot doesn't seem to do the trick.
I read that sudo modprobe wl
should help, but it says modprobe: FATAL: Module wl not found in directory /lib/modules/5.15.3-arch1-1
.
$ lspci -k 09:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a) Subsystem: Intel Corporation Wi-Fi 6 AX210 160MHz Kernel driver in use: iwlwifi Kernel modules: iwlwifi $ sudo dmesg | grep iwlwifi [ 2.256300] iwlwifi 0000:09:00.0: enabling device (0000 -> 0002) [ 2.268822] iwlwifi 0000:09:00.0: api flags index 2 larger than supported by driver [ 2.268842] iwlwifi 0000:09:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.63.2.1 [ 2.269104] iwlwifi 0000:09:00.0: loaded firmware version 66.55c64978.0 ty-a0-gf-a0-66.ucode op_mode iwlmvm [ 2.411624] iwlwifi 0000:09:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420 [ 2.571532] iwlwifi 0000:09:00.0: loaded PNVM version 0xd35929d8 [ 2.583483] iwlwifi 0000:09:00.0: Detected RF GF, rfid=0x10d000 [ 2.653376] iwlwifi 0000:09:00.0: base HW address: 64:6e:e0:5a:a2:8f
ip addr show
has a pretty long output, but what it shows is: loopback interface, ethernet interface, wwan interface, docker interface and br-0917411b9fd7 which I think is also related to docker.
Any ideas? It seems to load the driver just fine, but the device simply isn't listed in ip addr show
so I can't use it. sudo modprobe iwlwifi
also does nothing since it's already loaded.