Hey,
after an update, I cannot connect to WiFi anymore, since my connector is not recognized anymore.
My connector is:
lspci -knn | grep -A3 Net
0000:00:14.3 Network controller [0280]: Intel Corporation Alder Lake-S PCH CNVi WiFi [8086:7af0] (rev 11)
Subsystem: Intel Corporation Device [8086:4090]
Kernel modules: iwlwifi
0000:00:15.0 Serial bus controller [0c80]: Intel Corporation Alder Lake-S PCH Serial IO I2C Controller #0 [8086:7acc] (rev 11)
It is neither hardblocked nor softblocked:
rfkill list
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
I updated my system and I’m running:
uname -a
Linux <laptop name> 5.15.112-1-MANJARO #1 SMP PREEMPT Wed May 17 11:11:32 UTC 2023 x86_64 GNU/Linux
I tried to download the newest firmware and copy it into /lib/firmware and restarted the computer to no avail:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo cp iwlwifi-*.ucode /lib/firmware
lsmod | grep iwlwifi:
iwlwifi 458752 0
cfg80211 1081344 1 iwlwifi
Does anyone know what the problem could be or which information is required to find the root cause of this problem?
I really appreciate any help you can provide.
Cheers,
Alex