Intel Wi-Fi Ax201 driver

General support questions
User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Intel Wi-Fi Ax201 driver

Post by TrevorH » 2021/01/15 15:43:13

You need kernel-ml-devel to match kernel-ml not kernel-devel.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

bluforce
Posts: 13
Joined: 2020/12/21 20:40:49

Re: Intel Wi-Fi Ax201 driver

Post by bluforce » 2021/01/15 18:15:51

Thank you for the reply Trevor. I am not savvy enough to figure this out!

I installed the kernel-ml-devel package with this command:

Code: Select all

yum --enablerepo=elrepo-kernel install kernel-ml-devel
If we launch VMWare Workstation its asking about a kernel module updater. Do you have any idea?
Attachments
vmware_gcc_1.png
vmware_gcc_1.png (25.69 KiB) Viewed 1146 times

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Intel Wi-Fi Ax201 driver

Post by TrevorH » 2021/01/16 21:55:18

How did VMWare get into this? If it's a VM then it doesn't want or need the AX201 driver in the VM, it needs it on the host and then the VM "sees" a normal wired ethernet card. That's unless you use a VMWare thing to attach the physical card to that particular VM in passthrough mode.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: Intel Wi-Fi Ax201 driver

Post by chemal » 2021/01/18 20:01:03

My guess is that VMWare wants to rebuild its kernel modules for the elrepo kernel on the host. And this now requires the devtoolset-9 compiler, because the system compiler is already too old for recent kernels and elrepo therefore builds their kernels with devtoolset-9.

bluforce
Posts: 13
Joined: 2020/12/21 20:40:49

Re: Intel Wi-Fi Ax201 driver

Post by bluforce » 2021/01/19 13:25:36

Trevor,
We have a batch of Dell Latitude 5411's which the developers want CentOS 7 installed. CentOS 7 would not see the NIC or the wifi adapter. Thats why we had to use the elrepo kernel. However, using the elrepo kernel breaks VMWare Workstation and it will not launch.
If we flip back to the standard kernel, VMWare Workstation launches with no issue but then wifi does not work. That is our dilemma.

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Intel Wi-Fi Ax201 driver

Post by TrevorH » 2021/01/19 15:22:43

So install the correct kernel-ml-devel to match the running kernel-ml.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

bluforce
Posts: 13
Joined: 2020/12/21 20:40:49

Re: Intel Wi-Fi Ax201 driver

Post by bluforce » 2021/01/19 17:38:18

I appreciate the reply.
I'm just not familiar enough with Linux to know what I need to get this going! :oops:

If I have this kernel: 5.10.6-1.el7.elrepo.x86_64

I only see the 5.10.7 and 5.10.8 kernel-ml-devel packages.

Code: Select all

$ sudo yum info kernel-ml-devel
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * centos-sclo-rh: mirror.metrocast.net
 * elrepo: iad.mirror.rackspace.com
Installed Packages
Name        : kernel-ml-devel
Arch        : x86_64
Version     : 5.10.7
Release     : 1.el7.elrepo
Size        : 52 M
Repo        : installed
From repo   : elrepo-kernel
Summary     : Development package for building kernel modules to match the kernel.
URL         : https://www.kernel.org/
License     : GPLv2
Description : This package provides the kernel header files and makefiles
            : sufficient to build modules against the kernel package.

Name        : kernel-ml-devel
Arch        : x86_64
Version     : 5.10.8
Release     : 1.el7.elrepo
Size        : 52 M
Repo        : installed
From repo   : elrepo-kernel
Summary     : Development package for building kernel modules to match the kernel.
URL         : https://www.kernel.org/
License     : GPLv2
Description : This package provides the kernel header files and makefiles
            : sufficient to build modules against the kernel package.
What is the best way to match up the kernel-ml and kernel-ml-devel packages so VMWare Workstation will launch? As it is now, if I launch VMware under the elrepo kernel, I see this error:
vmware_gcc_1.png
vmware_gcc_1.png (25.69 KiB) Viewed 1040 times

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Intel Wi-Fi Ax201 driver

Post by TrevorH » 2021/01/19 17:44:39

Your running kernel has to match the -devel package that you have installed exactly. So if you are using kernel-ml, first `yum update kernel\*` then `yum install kernel-ml-devel` then reboot into the newly installed kernel and then try to do your build. It does also appear that you will need to install gcc and that it says it wants 9.3.1 and for that you will need to install

devtoolset-9-gcc.x86_64 9.3.1-2.el7 centos-sclo-rh

from the SCL repo.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply