Dell Precision 3440 Ethernet Connection is not working

General support questions
Post Reply
tuski
Posts: 5
Joined: 2020/12/22 04:43:54

Dell Precision 3440 Ethernet Connection is not working

Post by tuski » 2020/12/22 08:08:27

I have installed CentOS 7.9 on my Dell Precision 3440 with GUI. But the ethernet is not working. I am new to CentOS.
The current kernel version is

Code: Select all

uname -r
3.10.0-1160.el7.x86_64

Code: Select all

nmcli d
DEVICE      TYPE      STATE      CONNECTION 
virbr0      bridge    connected  virbr0     
lo          loopback  unmanaged  --         
virbr0-nic  tun       unmanaged  --    

Code: Select all

lspci -nn | grep -i net
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (11) I219-LM [8086:0d4c]

Code: Select all

modinfo e1000e
filename:       /lib/modules/3.10.0-1160.el7.x86_64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko.xz
version:        3.2.6-k
license:        GPL v2
description:    Intel(R) PRO/1000 Network Driver
author:         Intel Corporation, <linux.nics@intel.com>
retpoline:      Y
rhelversion:    7.9

Code: Select all

lspci -k
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (11) I219-LM
	Subsystem: Dell Device 09aa
What should I do to activate ethernet connection? Thanks in advance.

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

Re: Dell Precision 3440 Ethernet Connection is not working

Post by TrevorH » 2020/12/22 11:27:12

You need kmod-e1000e from the ELRepo yum repo along with their elrepo-release package.
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

tuski
Posts: 5
Joined: 2020/12/22 04:43:54

Re: Dell Precision 3440 Ethernet Connection is not working

Post by tuski » 2020/12/22 13:29:42

As I am new to CentOS is there any blog post or youtube video regarding this?
Or could you explain a little bit more?

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

Re: Dell Precision 3440 Ethernet Connection is not working

Post by TrevorH » 2020/12/22 14:46:02

Google "ELRepo". They are a third party yum repo specialising in hardware support. They have an rpm package called kmod-e1000e that contains a copy of the e1000w driver that is newer than the one in the CentOS 7 kernel and supports your card. Download the kmod-e1000e package from their repo manually, copy it to the machine then yum --disablerepo=\* install /path/to/kmod-e1000e...rpm
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

tuski
Posts: 5
Joined: 2020/12/22 04:43:54

Re: Dell Precision 3440 Ethernet Connection is not working

Post by tuski » 2020/12/22 23:42:09

Thank you so much for your explanation. You saved my day. Thanks a lot!

Post Reply