Ethernet card not recognized

Issues related to configuring your network
Post Reply
Mars-x
Posts: 5
Joined: 2020/05/23 09:19:06

Ethernet card not recognized

Post by Mars-x » 2020/05/23 10:55:32

Hi

After install Centos 8.1.1911 on my NUC BXNUC10I3FNH2 I have no Ethernet interface.

Here some of output.

ifconfig -a

Code: Select all

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 348  bytes 29940 (29.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 348  bytes 29940 (29.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 192.168.122.1  netmask 255.255.255.0  broadcast 192.168.122.255
        ether 52:54:00:20:3c:52  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

virbr0-nic: flags=4098<BROADCAST,MULTICAST>  mtu 1500
        ether 52:54:00:20:3c:52  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lspci -nn | grep -i net

Code: Select all

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (10) I219-V [8086:0d4f]
Can anyone help?

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

Re: Ethernet card not recognized

Post by TrevorH » 2020/05/23 12:16:30

That card must be very new. It's not supported by either CentOS 7 or 8 though it is by Fedora 32. Perhaps check back when CentSO 8.2 comes out soon.
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

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

Re: Ethernet card not recognized

Post by jlehtone » 2020/05/23 13:15:40

https://askubuntu.com/questions/1208978 ... tu-18-04-3
Claims that vanilla 5.5 kernel supports that card and that Ubuntu has backported to their 5.3 kernel.

Intel's page about I219-V shows quite a life expectancy. Launch Date: Q2'15; Expected Discontinuance: 1H'30
There must be many ID's covered by the model name.

Mars-x
Posts: 5
Joined: 2020/05/23 09:19:06

Re: Ethernet card not recognized

Post by Mars-x » 2020/05/27 08:24:25

Hi

I've tried also Install Ubuntu 20.04, ethernet card is shown but it connect and disconnect continuously.

I managed to solve problem. I've installed e1000e-3.8.4.tar.gz from intel download page https://downloadcenter.intel.com/downlo ... 8.4.tar.gz and it works.

So, thanks everyone, for replies.

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

Re: Ethernet card not recognized

Post by TrevorH » 2020/05/27 08:50:02

That will break as soon as the next kernel update gets installed. You'll have to repeat that install for each and every kernel update.

You should raise a ticket on bugzilla.redhat.com to report the lack of support. You could also try asking ELRepo if they could package the latets driver as a kmod. Raise an enhancement request (RFE) on their bugtracker to ask.
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

Mars-x
Posts: 5
Joined: 2020/05/23 09:19:06

Re: Ethernet card not recognized

Post by Mars-x » 2020/05/27 14:22:56

TrevorH thanks for suggestion.
Bug reported 1840601, and Their reply
Looks like this should be supported by kernel-4.18.0-147.13.el8 and later.
TrevorH wrote:
2020/05/27 08:50:02
That will break as soon as the next kernel update gets installed. You'll have to repeat that install for each and every kernel update.
I know, but it was only chance to get it worked immediately.

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

Re: Ethernet card not recognized

Post by TrevorH » 2020/05/27 14:27:07

Looks like this should be supported by kernel-4.18.0-147.13.el8 and later.
Ok, so it'll be in 8.2 then.
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