The wifi settings page complained that no wifi adapter can be found. here's some relevant information
lshw -C network
*-network UNCLAIMED
description: Network controller
product: Wi-Fi 6 AX200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
version: 1a
width: 64 bits
clock: 33MHz
capabilities: cap_list
configuration: latency=0
resources: memory:fc600000-fc603fff
lspci -knn | grep Net; rfkill list
04:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
i also tried to follow the instructions on this page
https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi/core_release and also downloaded the firmware file from here https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi and copied it over to /lib/firmware
i also tried to boot in insecure mode but doesnt work either.
FYI, my kernel version is 5.4.0-42-generic and I'm running only ubuntu 20.04 on my PC (not dual-booting)
Does anyone know of a solution to this problem?