LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-16-2021, 03:09 PM   #1
etcetera
Member
 
Registered: Aug 2004
Posts: 436

Rep: Reputation: 17
which kernel supports WiFi 6E AX210?


I installed this wifi module WiFi 6E AX210 and the CentOS 7 kernel 3.10 does not support it. I can't download the driver because I have no networking.

will the latest CentOS 8 support this module (kernel 4.x) or do I have to get to kernel version 5?

I need to stay with RPM-based CentOS or Fedora Core.
 
Old 06-16-2021, 04:50 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
According to this link -->https://wireless.wiki.kernel.org/en/...rivers/iwlwifi

Your device is supported on kernel 5.10 and later. You will have to look into CentOS support to find out if they have that late of kernel.
 
Old 06-17-2021, 04:06 PM   #3
etcetera
Member
 
Registered: Aug 2004
Posts: 436

Original Poster
Rep: Reputation: 17
That's really the question, which versions of either CentOS or Oracle Linux have kernel 5.10?
 
Old 06-17-2021, 04:29 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
I looked on distrowatch, both list 4.18.0 as the latest kernel.

This is typical of 'server' distros used for commercial purposes. They are very slow moving forward to newer kernels, and other critical components. Users want stability for their business.
 
Old 06-17-2021, 04:31 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,680

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
The elrepo repository has the latest stable kernel version.

http://elrepo.org/tiki/kernel-ml

https://computingforgeeks.com/how-to...-centos-linux/
 
Old 06-17-2021, 10:45 PM   #6
etcetera
Member
 
Registered: Aug 2004
Posts: 436

Original Poster
Rep: Reputation: 17
I installed Latest-greatest Oracle R8 U4 and while it sees the device, it does not turn on.
The kernel is listed as 5.4.17-2102.202.5.el8uek.x86_64

is this a driver issue?
 
Old 06-18-2021, 02:34 AM   #7
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
Please define by what you mean by "sees". Post the command that shows the device.

What have you done to configure the device? Again, be specific.
 
Old 10-28-2021, 09:40 AM   #8
etcetera
Member
 
Registered: Aug 2004
Posts: 436

Original Poster
Rep: Reputation: 17
from Oracle:

Thanks for the data. Oracle Linux, as a server distribution, generally does not go out of its way to support wireless LAN chipsets as those are much less commonly used in server contexts. However, we will look into adding support for this chipset in a future UEK6 release.
 
Old 12-14-2021, 08:19 PM   #9
etcetera
Member
 
Registered: Aug 2004
Posts: 436

Original Poster
Rep: Reputation: 17
From Oracle:

We're not backporting this driver to UEK6. However, UEK7, which is based on code newer than 5.10, is in initial work (no ETA, it's still in development phase).
 
Old 12-14-2021, 10:05 PM   #10
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by etcetera View Post
I installed Latest-greatest Oracle R8 U4 and while it sees the device, it does not turn on.
The kernel is listed as 5.4.17-2102.202.5.el8uek.x86_64

is this a driver issue?
5.4 < 5.10...it will not support the device.
 
Old 07-23-2022, 03:05 PM   #11
etcetera
Member
 
Registered: Aug 2004
Posts: 436

Original Poster
Rep: Reputation: 17
I installed Oracle Linux 9 which includes the necessary kernel and it resolved the issue.
 
Old 07-25-2022, 09:21 PM   #12
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 366

Rep: Reputation: 66
kernel 5.4.x is longtime running stable. 5.4.197 has the following devices supported
{IWL_PCI_DEVICE(0x2725, 0x0020, iwlax210_2ax_cfg_ty_gf_a0)},
{IWL_PCI_DEVICE(0x2725, 0x0024, iwlax210_2ax_cfg_ty_gf_a0)},
{IWL_PCI_DEVICE(0x2725, 0x0310, iwlax210_2ax_cfg_ty_gf_a0)},
{IWL_PCI_DEVICE(0x2725, 0x0510, iwlax210_2ax_cfg_ty_gf_a0)},
{IWL_PCI_DEVICE(0x2725, 0x0A10, iwlax210_2ax_cfg_ty_gf_a0)},

search your pci info see if its one of the mentioned.
 
Old 12-19-2022, 09:29 AM   #13
wsunardy
LQ Newbie
 
Registered: Dec 2022
Posts: 2

Rep: Reputation: 0
Hi All,

In my case I setup Oracle Linux 9.1 with minimal setup, managed to resolved the issue by installing these 3 packages

NetworkManager-wifi
iw
wireless-regdb
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Intel WiFi 6 AX210 not working on -current fresh install DrTor Slackware 11 06-21-2021 08:29 AM
[SOLVED] AX210 after latest updates not working.. Nekit_Manzin Slackware 4 03-20-2021 08:12 AM
Wifi option is there but no wifi scanning or wifi not working Aakash447 Linux - Newbie 3 06-28-2018 11:48 PM
Want to share my wifi by creating a wifi hotspot ( While staying connected to wifi)? shadyXV Linux - Desktop 4 07-20-2015 05:37 PM
What is the fastest loading OS which supports WIFI? could be very simple OS master4g Linux - Laptop and Netbook 5 10-25-2007 04:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration