Page 1 of 2
Intel Wi-Fi Ax201 driver
Posted: 2021/01/06 15:17:39
by bluforce
Do you guys have any idea how we can get a wifi driver for the Intel AX201 card installed? Our new Dell Latitudes are not recognizing the card.
Code: Select all
00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201
Subsystem: Intel Corporation Device 4070
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at cc23c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [80] MSI-X: Enable+ Count=16 Masked-
Capabilities: [100] Latency Tolerance Reporting
Capabilities: [164] Vendor Specific Information: ID=0010 Rev=0 Len=014 <?>
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Code: Select all
00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 [8086:06f0]
We're running 3.10.0-1160.11.1.el7.x86_64.
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 01:47:57
by chemal
Your output shows:
The changelog for the kernel has:
Code: Select all
* Mon Sep 16 2019 Jan Stancek <jstancek@redhat.com> [3.10.0-1093.el7]
...
- [wireless] Backport iwlwifi driver from linux-5.3-rc5 (Stanislaw Gruszka) [1641110 1641098 1641096 1640935]
...
And finally, Intel says that official kernels 5.2+ support the AX201.
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 13:27:09
by bluforce
Thanks for the reply.
I'm not sure what I am doing wrong then. I can't enable wifi. CentOS says no wifi adapter found. Any idea how to enable?
Thanks
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 14:33:00
by TrevorH
Is NetworkManager-wifi installed?
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 14:43:04
by bluforce
Looks like it is:
Code: Select all
$ yum install NetworkManager-wifi.x86_64
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* elrepo: iad.mirror.rackspace.com
Package 1:NetworkManager-wifi-1.18.8-2.el7_9.x86_64 already installed and latest version
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 14:52:38
by bluforce
If I select the button to enable, nothing enables.
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 19:49:38
by chemal
What das iwlwifi say when it gets loaded? (output of dmesg).
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 20:13:10
by bluforce
I double checked the BIOS settings and the wifi card is enabled.
I booted up to the CentOS 7 install disc as a test, selected "network and host name". It actually sees the wireless card, but when you try to flip it ON, it goes right back to OFF.
It says: Wireless (wlo1) Intel Corporation Wi-Fi 6 AX201 - Unavailable. "Configure" button is greyed out as well.
Code: Select all
]$ dmesg | grep wifi
[ 33.361321] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 33.361719] iwlwifi 0000:00:14.3: irq 525 for MSI/MSI-X
[ 33.361724] iwlwifi 0000:00:14.3: irq 526 for MSI/MSI-X
[ 33.361729] iwlwifi 0000:00:14.3: irq 527 for MSI/MSI-X
[ 33.361735] iwlwifi 0000:00:14.3: irq 528 for MSI/MSI-X
[ 33.361740] iwlwifi 0000:00:14.3: irq 529 for MSI/MSI-X
[ 33.361744] iwlwifi 0000:00:14.3: irq 530 for MSI/MSI-X
[ 33.361751] iwlwifi 0000:00:14.3: irq 531 for MSI/MSI-X
[ 33.361755] iwlwifi 0000:00:14.3: irq 532 for MSI/MSI-X
[ 33.361760] iwlwifi 0000:00:14.3: irq 533 for MSI/MSI-X
[ 33.361765] iwlwifi 0000:00:14.3: irq 534 for MSI/MSI-X
[ 33.361770] iwlwifi 0000:00:14.3: irq 535 for MSI/MSI-X
[ 33.361775] iwlwifi 0000:00:14.3: irq 536 for MSI/MSI-X
[ 33.361779] iwlwifi 0000:00:14.3: irq 537 for MSI/MSI-X
[ 33.361784] iwlwifi 0000:00:14.3: irq 538 for MSI/MSI-X
[ 33.365134] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 43.2.23.17
[ 33.365137] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[ 33.365138] iwlwifi 0000:00:14.3: Found debug configuration: 0
[ 33.365276] iwlwifi 0000:00:14.3: loaded firmware version 48.4fa0041f.0 op_mode iwlmvm
[ 33.404640] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x354
[ 33.410492] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 33.410732] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
[ 33.575733] iwlwifi 0000:00:14.3: base HW address: xxxxxxxxxxxx
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/07 21:01:29
by chemal
You could try one of the elrepo kernels. If it works with them, RH messed up their backport.
Re: Intel Wi-Fi Ax201 driver
Posted: 2021/01/15 15:31:14
by bluforce
I was able to get the wifi working with the elrepo kernel. However, we cannot use VMWare Workstation 16 with this kernel. We contacted VMWare and they do not support anything but the default kernel. Do you all know anything else we can try to get the 3.10.0-1160.11.1.el7.x86_64 kernel to see the wifi?
It looks like CentOS sees it according to /var/log/messages

- wifi1_varlogmessages.png (51.43 KiB) Viewed 148 times
But the settings still show "no wifi adapter found"

- wifi2.png (35.38 KiB) Viewed 148 times
Code: Select all
lspci -nn | grep -i net
00:14.3 Network controller [0280]: Intel Corporation Wi-Fi 6 AX201 [8086:06f0]
Thanks for any input!