Fedora 36 - Intel Wireless Adapter Not working

I know Fedora 36 is in beta right now, but I may have uncovered a bug. I have an ASROCK 4x4 with the Intel AX200 wireless card.

everything actually worked fine with ZorinOS, but my company gave me a laptop so I thought I’d use my personal computer to just play around/contribute to FedoraProject with.

However, the wireless card isn’t being seen by the computer

The command nmcli d show returns

GENERAL.DEVICE:                         1C:D1:07:F6:8E:1A
GENERAL.TYPE:                           bt
GENERAL.HWADDR:                         1C:D1:07:F6:8E:1A
GENERAL.MTU:                            0
GENERAL.STATE:                          30 (disconnected)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --

GENERAL.DEVICE:                         eno1
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         A8:A1:59:6B:0D:36
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
WIRED-PROPERTIES.CARRIER:               off
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         enp89s0
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         A8:A1:59:6B:0A:55
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
WIRED-PROPERTIES.CARRIER:               off
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         lo
GENERAL.TYPE:                           loopback
GENERAL.HWADDR:                         00:00:00:00:00:00
GENERAL.MTU:                            65536
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.ADDRESS[1]:                         127.0.0.1/8
IP4.GATEWAY:                            --
IP6.ADDRESS[1]:                         ::1/128
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = ::1/128, nh = ::, mt = 256

the command rfkill list all returns

0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

The command nmcli radio all returns

WIFI-HW  WIFI     WWAN-HW  WWAN    
enabled  enabled  enabled  enabled 

The command lspci -n -n -k returns a bunch of stuff but I feel this is the relevant part

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

and the command lspci -nm returns

00:00.0 "0600" "8086" "9a14" -r01 "1849" "9a14"
00:02.0 "0300" "8086" "9a49" -r01 "1849" "9a49"
00:04.0 "1180" "8086" "9a03" -r01 "1849" "9a03"
00:07.0 "0604" "8086" "9a27" -r01 "" ""
00:07.3 "0604" "8086" "9a29" -r01 "" ""
00:0a.0 "1180" "8086" "9a0d" -r01 "1849" "9a0d"
00:0d.0 "0c03" "8086" "9a13" -r01 -p30 "1849" "9a13"
00:0d.3 "0c03" "8086" "9a1d" -r01 -p40 "" ""
00:14.0 "0c03" "8086" "a0ed" -r20 -p30 "1849" "a0ed"
00:14.2 "0500" "8086" "a0ef" -r20 "1849" "a0ef"
00:15.0 "0c80" "8086" "a0e8" -r20 "1849" "a0e8"
00:15.2 "0c80" "8086" "a0ea" -r20 "1849" "a0ea"
00:15.3 "0c80" "8086" "a0eb" -r20 "1849" "a0eb"
00:16.0 "0780" "8086" "a0e0" -r20 "1849" "a0e0"
00:17.0 "0106" "8086" "a0d3" -r20 -p01 "1849" "a0d3"
00:19.0 "0c80" "8086" "a0c5" -r20 "1849" "a0c5"
00:19.1 "0c80" "8086" "a0c6" -r20 "1849" "a0c6"
00:1c.0 "0604" "8086" "a0b8" -r20 "" ""
00:1c.5 "0604" "8086" "a0bd" -r20 "" ""
00:1c.7 "0604" "8086" "a0bf" -r20 "" ""
00:1e.0 "0780" "8086" "a0a8" -r20 "1849" "a0a8"
00:1e.3 "0c80" "8086" "a0ab" -r20 "1849" "a0ab"
00:1f.0 "0601" "8086" "a082" -r20 "1849" "a082"
00:1f.3 "0403" "8086" "a0c8" -r20 "1849" "1233"
00:1f.4 "0c05" "8086" "a0a3" -r20 "1849" "a0a3"
00:1f.5 "0c80" "8086" "a0a4" -r20 "1849" "a0a4"
00:1f.6 "0200" "8086" "15fc" -r20 "1849" "15fc"
58:00.0 "0280" "8086" "2723" -r1a "8086" "0084"
59:00.0 "0200" "8086" "15f2" -r03 "1849" "0000"

The intel wireless driver iwlwifi-cc-a0-46.ucode.xz is present in the `/lib/firmware’ directory too

1 Like

Welcome to ask.:fedora: @taco-waffle

Is Zoring using the 5.17 Kernel too? I don’t think so?!
Please read #start-here to see which info’s are needed, so that you can file a bug if we can’t help you here.

Yes for this we do beta testing to find as much bugs as possible before releasing it as stable :+1:

ZorinOS is using 5.14 kernel. I’m hoping this is a bug on me and not Fedora :smiley:

I’m thinking maybe something isn’t configured correctly, or I need to enable something to get the AX200 WiFi adapter working