Centos 7 Network ethernet card not detected

Issues related to hardware problems
Post Reply
primejarvis
Posts: 4
Joined: 2023/08/26 06:40:16

Centos 7 Network ethernet card not detected

Post by primejarvis » 2023/08/26 13:01:43

Hello Everyone,

First of all I am novice user have to install centos 7 minimal and give to a company so that they can install the software .. now comes the problem

Ethernet card not detected
wifi 6 not detected
Motherboard MSI Z790 Wifi Edge
Processor : i9 12900k

after searching found that the ethernet adapter is from "INTEL I226-V"

Can any one guide it on how to make it work step by step

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

Re: Centos 7 Network ethernet card not detected

Post by TrevorH » 2023/08/26 13:46:18

You are attempting to get a distribution from 2014 to work with hardware from 2022. CentOS 7 stopped adding new hardware suuport around 2019 so your chances of making this work are slim.

In addition, and an even bigger problem, CentOS 7 only has 9 months of life left before it dies so if you do somehow manage to make this work, in less than a year you will be doing it all again with a newer distro. Why not skip the intervening period and go straight for "install a newer distro".
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

primejarvis
Posts: 4
Joined: 2023/08/26 06:40:16

Re: Centos 7 Network ethernet card not detected

Post by primejarvis » 2023/08/26 15:14:46

Is there a possibility if we install an extra ethernet card at pcie slot and when we reformat the sytem with the centOS 7 minimal it detects the hardware and works normal (without anything to do with drivers) whose driver is already in that OS

If yes

Can you share me the model and name of the ethernet card

1gbit speed

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

Re: Centos 7 Network ethernet card not detected

Post by TrevorH » 2023/08/26 16:12:54

Sure, you can install some supported network card and get it working. I'd suggest that you look at cards that have been around for a while as the same restrictions will apply - too new and the drivers in CentOS 7 will not support it. I've had success with Intel e1000e based cards but I have servers with Broadcom 5719/5720 cards - pick something that existed prior to 2019 and you stand a good chance.

That still will not help you in June 2024 when CentOS 7 dies though. At that point you will need to be doing it all again and I would question if it is worth the effort for such a short time period. Better to put effort into installing something with more of a future - I've skipped RHEL8 and its clones and gone straight to RHEL9 and the rebuilds of that: Rocky, Alma, OEL.
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

primejarvis
Posts: 4
Joined: 2023/08/26 06:40:16

Re: Centos 7 Network ethernet card not detected

Post by primejarvis » 2023/08/26 18:08:46

planning to go for

Intel Gigabit PCI-E Network Adapter EXPI9301CTBLK

or

I350-T4V2

or

Intel® Ethernet Server Adapter I210 Series

Which one would you prefer so that the above scenario works without any issue ...

primejarvis
Posts: 4
Joined: 2023/08/26 06:40:16

Re: Centos 7 Network ethernet card not detected

Post by primejarvis » 2023/08/26 18:12:17

I tried rocky ... it worked perfectl fine but the company wants to stick to centos 7.9 .. later on they will regret if not today

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Re: Centos 7 Network ethernet card not detected

Post by toracat » 2023/08/28 22:56:02

As a temporary solution, you may want to try installing a newer kernel such as kernel-lt or kernel-ml for RHEL/CentOS 7 from ELRepo.
CentOS Forum FAQ

User avatar
jlehtone
Posts: 4532
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Centos 7 Network ethernet card not detected

Post by jlehtone » 2023/08/29 06:58:59

primejarvis wrote:
2023/08/26 13:01:43
after searching found that the ethernet adapter is from "INTEL I226-V"
lspci -nn
gives "best" details about hardware even when it is not supported. (The unknown devices do show up with it.)
Particularly, the device ID (looks like [8086:15bb] -- the 15bb is I219-LM) is useful.

One can run the lspci with the install media even without installation of the system.


I've seen notes -- also from Windows users -- that the latest Intel network chips may have issues.
In other words, lack of drivers may not be the only roadblock.

Ironically, the older generation of Intel chips were very good.

Post Reply