driver

Issues related to hardware problems
sarath
Posts: 11
Joined: 2019/06/12 17:10:55

driver

Post by sarath » 2019/06/12 17:16:34

please provide Intel Ethernet Connection I218-LM driver for centos 7.
After a few updates it was showing network manager not running

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

Re: driver

Post by TrevorH » 2019/06/12 17:49:34

The driver for that card will already be a part of the CentOS kernel package.

Post the output from lspci -nn | grep -i net so we can confirm that for sure but I'm already 99.999% sure it is.
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

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/14 16:35:23

check this
check this
redhat.JPG (37.16 KiB) Viewed 3084 times

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

Re: driver

Post by TrevorH » 2019/06/14 18:13:56

Yes, as said, it's already supported so whatever your issue is, it is not the lack of a driver. Please explain in more detail what problem you have.

Code: Select all

$ grep -i 8086 /lib/modules/3.10.0-957.12.1.el7.x86_64/modules.* | grep -i 100e
/lib/modules/3.10.0-957.12.1.el7.x86_64/modules.alias:alias pci:v00008086d0000100Esv*sd*bc*sc*i* e1000
Device id 8086:100e is supported by the e1000 driver. In fact, I am using that on my vbox VM so I know it works.
[root@centos7 ~]# lspci -nn | grep -i net
00:03.0 Ethernet controller [0200]: Intel Corporation 82540EM Gigabit Ethernet Controller [8086:100e] (rev 02)
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

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/20 11:06:55

redhat2.JPG
redhat2.JPG (42.56 KiB) Viewed 3003 times

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/20 11:07:45

i dont know what problem actually is
can u help me

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

Re: driver

Post by jlehtone » 2019/06/20 17:38:21

sarath wrote:
2019/06/12 17:16:34
please provide Intel Ethernet Connection I218-LM driver for centos 7.
After a few updates it was showing network manager not running
The error message says: "Network Manager is not running."
Your conclusion: "I need a driver." :roll:

Network Manager can run without any drivers. Drivers are not the thing to look at.

What is the actual status of Network Manager?
Should it be running?
If it should, but isn't, what was the error?

Code: Select all

sudo systemctl status NetworkManager.service
sudo journalctl -u NetworkManager.service
sudo systemctl status network.service
ip -4 ad
ip ro

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/21 10:52:50

Annotation 2019-06-21 161114.png
Annotation 2019-06-21 161114.png (186.21 KiB) Viewed 2917 times
Annotation 2019-06-21 161828.png
Annotation 2019-06-21 161828.png (53.6 KiB) Viewed 2917 times
Annotation 2019-06-21 161915.png
Annotation 2019-06-21 161915.png (15.15 KiB) Viewed 2917 times

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/21 10:57:04

Annotation 2019-06-21 161538.jpg
Annotation 2019-06-21 161538.jpg (250.19 KiB) Viewed 2912 times
Annotation 2019-06-21 161727.jpg
Annotation 2019-06-21 161727.jpg (249.17 KiB) Viewed 2912 times

sarath
Posts: 11
Joined: 2019/06/12 17:10:55

Re: driver

Post by sarath » 2019/06/21 10:58:33

these are the screenshot of that u given code
but still showing like network manager services not running

Post Reply