According to everything I've been able to find this SHOULD be working. I have the 5.11.0-46-generic kernel installed (supposedly the 5.10 kernel was the first to support this card). Output from lspci -nnk | grep 0280 -A3 is:
07:00.0 Network controller [0280]: Intel Corporation Device [8086:2725] (rev 1a)
Subsystem: Intel Corporation Device [8086:0024]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Yet when I try to activate wireless from Gnome settings, it says a wireless card has not been detected. What am I missing here?
sudo modprobe iwlwifi && sudo dmesg | grep iwl
Firmware?? – chili555 Jan 13 '22 at 22:54sudo modprobe -r iwlwifi
and:sudo modprobe -v iwlwifi
and finally:sudo dmesg | grep iwl
– chili555 Jan 15 '22 at 00:53