Page 1 of 1

Ethernet card not recognized

Posted: 2020/05/23 10:55:32
by Mars-x
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?

Re: Ethernet card not recognized

Posted: 2020/05/23 12:16:30
by TrevorH
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.

Re: Ethernet card not recognized

Posted: 2020/05/23 13:15:40
by jlehtone
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.

Re: Ethernet card not recognized

Posted: 2020/05/27 08:24:25
by Mars-x
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.

Re: Ethernet card not recognized

Posted: 2020/05/27 08:50:02
by TrevorH
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.

Re: Ethernet card not recognized

Posted: 2020/05/27 14:22:56
by Mars-x
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.

Re: Ethernet card not recognized

Posted: 2020/05/27 14:27:07
by TrevorH
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.