I've successfully installed and run a fresh version of Ubuntu 20.04 for about a month without connectivity issues of wifi, bluethooth, etc.
Yesterday after installing Windows 10 on another partition on the same drive, Ubuntu no longer have a wifi adapter available.
I've tried several different solutions posted by others, here, here, etc. without luck. I've now completely erased the whole drive and reinstalled Ubuntu 20.04 from scratch but the problem remains, of course trying the same solutions again.
Running lshw -C network
prompts:
...
*-network UNCLAIMED
description: Network controller
product: Wi-Fi 7 AX200
vendor: Intel Corporation
...
After following this answer, running:
sudo apt-get update
sudo apt-get install linux-oem-osp1
The command dmesg | grep iwl
prompts the following:
[ 2.547276] iwlwifi 0000:28:00.0: enabling device (0000 -> 0002)
[ 2.676918] iwlwifi: probe of 0000:28:00.0 failed with error -110
My motherboard is a MSI MEG Unify 570x. Wifi Module is enabled in BIOS.
Some suggest disabling fast-boot in windows, which is no longer an option, since it isn't installed anymore. Any suggestions what might cause this issue still?
dmesg | grep iwl
the same; that is, probe failed -110? – chili555 Feb 09 '21 at 21:52