Requesting help installing Wi-Fi adapater (first time Linux user)

Hi all,

I am a novice user and have just installed Fedora in a mini PC I had lying around. I installed from a live image flashed to a USB drive. Unfortunately, I cannot get the Wi-Fi adapter to work. After reading through similar requests, I hope to get the ball rolling with my system information:

# System Details Report
---

## Report details
- **Date generated:**                              2024-07-12 11:37:57

## Hardware Information:
- **Hardware Model:**                              AZW SER
- **Memory:**                                      16.0 GiB
- **Processor:**                                   AMD Ryzen™ 5 5600H with Radeon™ Graphics × 12
- **Graphics:**                                    AMD Radeon™ Graphics
- **Disk Capacity:**                               (null)

## Software Information:
- **Firmware Version:**                            FP655H504
- **OS Name:**                                     Fedora Linux 40 (Workstation Edition)
- **OS Build:**                                    (null)
- **OS Type:**                                     64-bit
- **GNOME Version:**                               46
- **Windowing System:**                            Wayland
- **Kernel Version:**                              Linux 6.9.7-200.fc40.x86_64

as well as the output of lspci:

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne PCIe GPP Bridge
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Cezanne Data Fabric; Function 7
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
03:00.0 Non-Volatile memory controller: Kingston Technology Company, Inc. OM8SEP4 Design-In PCIe 4 NVMe SSD (QLC) (DRAM-less) (rev 03)
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c6)
04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
04:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
04:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
04:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir/Cezanne USB 3.1
04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] ACP/ACP3X/ACP6x Audio Coprocessor (rev 01)
04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller

And the output for lspci -nnk -s 02:00.0

Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)
	DeviceName: Onboard LAN Brodcom
	Subsystem: Intel Corporation Wi-Fi 6 AX200NGW [8086:0084]
	Kernel modules: iwlwifi

In case I formatted this badly, please advise (I’m new to this message board).

Thanks in advance for any advice!

Added intel-wifi-card, network, wifi and removed amd, audio, radeon

Welcome to :fedora:

Can you try dnf -y update && fwupdmgr update and reboot the machine?

What happens?

There is no Wi-Fi toggle in the quick settings (top right corner), wireless network options are not shown in settings and manually searching for wireless network in settings shows the message no Wi-Fi adapter found.

Will do once I get back to the machine on Sunday. I believe I tried that already as I saw this mentioned in a different post but will share the results and hope to be wrong :wink:

WiFi chipsets, Power States & firmaware | AX200 | Dual Boot | Firmware - #3 by wsanders

Just did (I believe I did this earlier, reading through other treads with similar issues), unfortunately, the Wi-Fi adapter still cannot be found.

I also tried using the following command

sudo rfkill unblock all; rfkill list all
nmcli radio all on; nmcli radio all
nmcli device wifi rescan; sleep 5; nmcli device wifi list

and got the following output:

0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
WIFI-HW  WIFI     WWAN-HW  WWAN    
missing  enabled  missing  enabled 
Error: No Wi-Fi device found.

It seems to me like I’d need to find the driver for the wireless adapter and install it. I found a website that seems to list the driver, but I don’t understand how to install it.