I have gone through most answers on this topic and yet, my system is not able to detect any Wifi networks.
This is the output of nmcli dev -
DEVICE TYPE STATE CONNECTION
enp4s0 ethernet connected Wired connection 1
wlo1 wifi unavailable --
lo loopback unmanaged --
This is the output for lspci -knn | grep Net -A3; rfkill list -
0000:00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi [8086:51f0] (rev 01)
DeviceName: Onboard Ethernet
Subsystem: Intel Corporation Wi-Fi 6 AX201 160MHZ [8086:0074]
Kernel driver in use: iwlwifi
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phyo: Wireless LAN
Soft blocked: no
Hard blocked: no
And this is the output for sudo lshw -C network -
*-network DISABLED
description: Wireless interface
product: Alder Lake-P PCH CNVi WiFi
vendor: Intel Corporation
physical id: 14.3
bus info: pci@0000:00:14.3
logical name: wlo1
version: 01
serial: 50:28:4a:a6:4a:19
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=6.8.0-51-generic firmware=86.fb5c9aeb.0 so-a0-hr-b0-86.uc latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: iomemory:620-61f irq:16 memory:6205234000-6205237fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: enp4s0
version: 15
serial: 04:7c:16:aa:33:8e
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-51-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.0.111 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:17 ioport:3000(size=256) memory:55204000-55204fff memory:55200000-55203fff
How to enable the network wireless interface. Please help me.


