Page 1 of 2

driver

Posted: 2019/06/12 17:16:34
by sarath
please provide Intel Ethernet Connection I218-LM driver for centos 7.
After a few updates it was showing network manager not running

Re: driver

Posted: 2019/06/12 17:49:34
by TrevorH
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.

Re: driver

Posted: 2019/06/14 16:35:23
by sarath
check this
check this
redhat.JPG (37.16 KiB) Viewed 3081 times

Re: driver

Posted: 2019/06/14 18:13:56
by TrevorH
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)

Re: driver

Posted: 2019/06/20 11:06:55
by sarath
redhat2.JPG
redhat2.JPG (42.56 KiB) Viewed 3000 times

Re: driver

Posted: 2019/06/20 11:07:45
by sarath
i dont know what problem actually is
can u help me

Re: driver

Posted: 2019/06/20 17:38:21
by jlehtone
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

Re: driver

Posted: 2019/06/21 10:52:50
by sarath
Annotation 2019-06-21 161114.png
Annotation 2019-06-21 161114.png (186.21 KiB) Viewed 2914 times
Annotation 2019-06-21 161828.png
Annotation 2019-06-21 161828.png (53.6 KiB) Viewed 2914 times
Annotation 2019-06-21 161915.png
Annotation 2019-06-21 161915.png (15.15 KiB) Viewed 2914 times

Re: driver

Posted: 2019/06/21 10:57:04
by sarath
Annotation 2019-06-21 161538.jpg
Annotation 2019-06-21 161538.jpg (250.19 KiB) Viewed 2909 times
Annotation 2019-06-21 161727.jpg
Annotation 2019-06-21 161727.jpg (249.17 KiB) Viewed 2909 times

Re: driver

Posted: 2019/06/21 10:58:33
by sarath
these are the screenshot of that u given code
but still showing like network manager services not running