Ubuntu 20.04 not recognizing Intel Wi-Fi 6 AX200

Howdy,

New PC build: TR 3960X with a GB TRX40 Aorus Xtreme mb.

I’ve got both Windows 10 and Ubuntu 20.04 installed. I noticed that linux isn’t working properly with the built in Intel Wi-Fi 6 AX200: no wifi options are presented, although it is interesting to note that bluetooth seems ok.

  • Linux 5.4.0-42-generic

$ lshw -c network

*-network UNCLAIMED
description: Network controller
product: Wi-Fi 6 AX200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:48:00.0
version: 1a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: memory:e1b00000-e1b03fff

$ dmesg | grep ilwifi

[ 6.736900] iwlwifi 0000:48:00.0: enabling device (0000 -> 0002)
[ 6.936161] iwlwifi: probe of 0000:48:00.0 failed with error -110

$ lspci -nnk | grep 0280

48:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)

Any suggestions?

thanks in advance.

If you have any fast boot options, try disabling them… dual booting can be tricky with sucky firmwares of new motherboards/devices that take forever to fully initialize, and therefore they don’t really reboot fully when you think you’re rebooting.

Also, what does dmesg tell you about firmware versions being loaded?

Thanks for responding. In fact I wasn’t using fast boot.

Here is the output:
lcl@MAGIE:~$ dmesg | grep iwl
[ 7.698316] iwlwifi 0000:48:00.0: enabling device (0000 -> 0002)
[ 7.711099] iwlwifi 0000:48:00.0: Direct firmware load for iwlwifi-cc-a0-50.ucode failed with error -2
[ 7.712293] iwlwifi 0000:48:00.0: Direct firmware load for iwlwifi-cc-a0-49.ucode failed with error -2
[ 7.713895] iwlwifi 0000:48:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 43.2.23.17
[ 7.713897] iwlwifi 0000:48:00.0: Found debug destination: EXTERNAL_DRAM
[ 7.713898] iwlwifi 0000:48:00.0: Found debug configuration: 0
[ 7.714087] iwlwifi 0000:48:00.0: loaded firmware version 48.4fa0041f.0 op_mode iwlmvm
[ 7.737644] iwlwifi 0000:48:00.0: Detected Intel® Wi-Fi 6 AX200 160MHz, REV=0x340
[ 7.749697] iwlwifi 0000:48:00.0: Applying debug destination EXTERNAL_DRAM
[ 7.749932] iwlwifi 0000:48:00.0: Allocated 0x00400000 bytes for firmware monitor.
[ 7.904016] iwlwifi 0000:48:00.0: base HW address: [deleted]
[ 7.918947] iwlwifi 0000:48:00.0 wlp72s0: renamed from wlan0
[ 9.081967] iwlwifi 0000:48:00.0: Applying debug destination EXTERNAL_DRAM
[ 9.229476] iwlwifi 0000:48:00.0: FW already configured (0) - re-configuring

strangely – I did two things and we seem to be BACK! Wifi recognized ok now. One, I removed the antenna that was plugged in; and 2) I unplugged the ethernet that was also being used.

I wonder if there is some strange conflict with the ethernet? when I get a moment, I’ll try a few experiments to see if I can isolate what was causing the problem.

Regardless, I’m presently up and running – but will watch it.

Have you tried upgrading to a newer kernel?

No. I thought this might be needed. I suspect there is some odd interference when also using ethernet.

Hmmm, I know this reply will probably not help, but I am intigued as I am using the same CPU, same MB, Win10Pro and Ubuntu-Mate 20.04.1.

FWIW, my system finds all of my wifi ssid’s, and can attach to any of them successfully.

I am also attached to the two ethernet ports, and my BT is also working.

So, though I am not presenting a possible “fix” for you, I CAN confirm that it could work, and is not a general hardware/os incompatibility.

If you want any specific settings I am using, or contents of any conf files, please just ask.

Good luck,
-pvs

It shouldn’t be. The ax200 got support in 5.3 iirc. Ubuntu 20.04 should be on 5.4

You can always try a newer mainline but I doubt this will fix it.

This topic was automatically closed 273 days after the last reply. New replies are no longer allowed.