My Wi-Fi is not working on my Laptop HP Omen. Currently, I only have Kubuntu 21.10 installed on it. No Windows. My ethernet works fine. I need my Wi-Fi up and running for my class tonight. I would really appreciate your help.
These are the output I ran while doing some research:
❯ 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:64300000-64303fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
Here is more information output:
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 16)
04:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
05:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
Here is more information:
sudo modprobe iwlwifi && sudo dmesg | grep iwl
modprobe: ERROR: could not insert 'iwlwifi': Unknown symbol in module, or unknown parameter (see dmesg)
Another output:
sudo lshw -class network -short && nmcli device status
H/W path Device Class Description
=============================================================
/0/100/1d.5/0 eth0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1d.6/0 network Wi-Fi 6 AX200
I tried these solutions below but still didnt work:
Intel Wireless WiFi Link, Wireless-N, Advanced-N, Ultimate-N devices
Linux* Support for Intel® Wireless Adapters
How to load iwlwifi driver? [closed]
Intel Wifi 6 AX210 - WiFi not working after Update
WiFi option in Ubuntu 20.04 not appearing [duplicate]
Intel AX200 Wi-Fi adapter not working
Intel WiFi 6 AX200 not working on Ubuntu 16.04
UPDATE**
Additional Outputs:
❯ sudo dmesg | grep iwl
[sudo] password for krillavilla:
[ 3.365932] iwlwifi: Unknown symbol reg_query_regdb_wmm (err -2)
[ 3.366815] iwlwifi: Unknown symbol ieee80211_channel_to_freq_khz (err -2)
[ 3.366830] iwlwifi: Unknown symbol ieee80211_hdrlen (err -2)
[ 107.834074] iwlwifi: Unknown symbol reg_query_regdb_wmm (err -2)
[ 107.834877] iwlwifi: Unknown symbol ieee80211_channel_to_freq_khz (err -2)
[ 107.834929] iwlwifi: Unknown symbol ieee80211_hdrlen (err -2)
[ 1312.426473] iwlwifi: Unknown symbol reg_query_regdb_wmm (err -2)
[ 1312.427456] iwlwifi: Unknown symbol ieee80211_channel_to_freq_khz (err -2)
[ 1312.427516] iwlwifi: Unknown symbol ieee80211_hdrlen (err -2)
[ 2263.790882] iwlwifi: Unknown symbol reg_query_regdb_wmm (err -2)
[ 2263.791110] iwlwifi: Unknown symbol ieee80211_channel_to_freq_khz (err -2)
[ 2263.791123] iwlwifi: Unknown symbol ieee80211_hdrlen (err -2)
~/Downloads ▓▒░ ░▒▓ at 09:40:36 AM
❯ sudo dkms status
~/Downloads ▓▒░ ░▒▓ at 09:40:42 AM
❯
UPDATE**
❯ sudo dkms status
[sudo] password for krillavilla:
❯
UPDATE
❯ sudo updatedb && locate cfg80211
/home/krillavilla/Downloads/rtl8812au/os_dep/linux/ioctl_cfg80211.c
/home/krillavilla/Downloads/rtl8812au/os_dep/linux/ioctl_cfg80211.h
/home/krillavilla/Downloads/rtl88x2bu/os_dep/linux/ioctl_cfg80211.c
/home/krillavilla/Downloads/rtl88x2bu/os_dep/linux/ioctl_cfg80211.h
/home/krillavilla/Downloads/src/8814au/os_dep/linux/ioctl_cfg80211.c
/home/krillavilla/Downloads/src/8814au/os_dep/linux/ioctl_cfg80211.h
/home/krillavilla/Downloads/src/88x2bu-20210702/os_dep/linux/ioctl_cfg80211.c
/home/krillavilla/Downloads/src/88x2bu-20210702/os_dep/linux/ioctl_cfg80211.h
/home/krillavilla/rtl8812au/os_dep/linux/ioctl_cfg80211.c
/home/krillavilla/rtl8812au/os_dep/linux/ioctl_cfg80211.h
/home/krillavilla/src/8814au/os_dep/linux/ioctl_cfg80211.c
/home/krillavilla/src/8814au/os_dep/linux/ioctl_cfg80211.h
/usr/src/8812au-5.6.4.2_35491.20191025/os_dep/linux/ioctl_cfg80211.c
/usr/src/8812au-5.6.4.2_35491.20191025/os_dep/linux/ioctl_cfg80211.h
/usr/src/linux-headers-5.13.0-28/include/net/cfg80211-wext.h
/usr/src/linux-headers-5.13.0-28/include/net/cfg80211.h
/usr/src/linux-headers-5.13.0-30/include/net/cfg80211-wext.h
/usr/src/linux-headers-5.13.0-30/include/net/cfg80211.h
/usr/src/rtl8814au-5.8.5.1/os_dep/linux/ioctl_cfg80211.c
/usr/src/rtl8814au-5.8.5.1/os_dep/linux/ioctl_cfg80211.h
/usr/src/rtl88x2bu-5.13.1/os_dep/linux/ioctl_cfg80211.c
/usr/src/rtl88x2bu-5.13.1/os_dep/linux/ioctl_cfg80211.h
/usr/src/rtl88x2bu-5.8.7.1/os_dep/linux/ioctl_cfg80211.c
/usr/src/rtl88x2bu-5.8.7.1/os_dep/linux/ioctl_cfg80211.h
❯ uname -r
5.13.0-30-generic