New CentOS 7 install - Cannot connect network

Issues related to configuring your network
gardencontrol
Posts: 11
Joined: 2015/02/09 15:49:02
Location: Atlantic Canada

New CentOS 7 install - Cannot connect network

Post by gardencontrol » 2015/02/09 15:54:20

Hi Folks,

I recently installed CentOS 7 and for some reason, I am not able to connect to a wired network. Currently, my network is showing as an "unmanaged" state in nmcli d.
(I am very new to a linux OS, so I apologize for the lack of knowledge)

Thanks,

stevemowbray
Posts: 519
Joined: 2012/06/26 14:20:47

Re: New CentOS 7 install - Cannot connect network

Post by stevemowbray » 2015/02/09 16:10:34


gardencontrol
Posts: 11
Joined: 2015/02/09 15:49:02
Location: Atlantic Canada

Re: New CentOS 7 install - Cannot connect network

Post by gardencontrol » 2015/02/09 16:37:56

Yeah, I went through that previous to posting and still the same. It might be important to point out as well that there is no connection light showing on the router and the NIC card connection light is also not flashing. (I have confirmed that the NIC and cat5 cable are functional)

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

Re: New CentOS 7 install - Cannot connect network

Post by TrevorH » 2015/02/09 16:48:47

What is your ethernet card? The output of lspci -nn | grep -i net might help to identify it.
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

gardencontrol
Posts: 11
Joined: 2015/02/09 15:49:02
Location: Atlantic Canada

Re: New CentOS 7 install - Cannot connect network

Post by gardencontrol » 2015/02/09 17:35:55

00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM-3 Gigabit Network Connection [8086:10de] (rev 02)

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: New CentOS 7 install - Cannot connect network

Post by AlanBartlett » 2015/02/09 19:53:57

Code: Select all

[Duo2 ~]$ grep 8086 /lib/modules/*/modules.alias | grep -i 10de
/lib/modules/2.6.32-504.8.1.el6.x86_64/modules.alias:alias pci:v00008086d000010DEsv*sd*bc*sc*i* e1000e
/lib/modules/3.10.68-1.el6.elrepo.x86_64/modules.alias:alias pci:v00008086d000010DEsv*sd*bc*sc*i* e1000e
/lib/modules/3.19.0-1.el6.elrepo.x86_64/modules.alias:alias pci:v00008086d000010DEsv*sd*bc*sc*i* e1000e
[Duo2 ~]$
So the e1000e driver is appropriate for that NIC.

Silly question time: Is the NIC disabled via the system BIOS?
Image 100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

gardencontrol
Posts: 11
Joined: 2015/02/09 15:49:02
Location: Atlantic Canada

Re: New CentOS 7 install - Cannot connect network

Post by gardencontrol » 2015/02/09 20:09:06

Just double checked in the bios and it's enabled, although I was hoping that it might be that easy.
Also, the state is now showing "unavailable" for the connection in nmcli d; not sure if that changes anything.
Should I install " kmod-e1000e"? I currently don't have wifi connected either, so I would have to transfer it by flash drive.

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: New CentOS 7 install - Cannot connect network

Post by AlanBartlett » 2015/02/09 20:25:02

Should I install " kmod-e1000e"?
No. Not yet. Let's examine your system, as it stands.

What does lsmod | grep e1000e show? Anything?

If the above shows nothing, please try (as root) modprobe e1000e and note if there is any error message. Then dmesg | tail -n 10. Does anything show up at the end of the dmesg log? And now repeat lsmod | grep e1000e
Image 100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

gardencontrol
Posts: 11
Joined: 2015/02/09 15:49:02
Location: Atlantic Canada

Re: New CentOS 7 install - Cannot connect network

Post by gardencontrol » 2015/02/09 20:34:33

No error's showing in both that stand out (I'm assuming you didn't want to post all of the information generated from the logs?).

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: New CentOS 7 install - Cannot connect network

Post by AlanBartlett » 2015/02/09 20:56:36

So there was no error message produced when invoking modprobe e1000e ?

Does lsmod | grep e1000e show that the module is loaded into the kernel?
Image 100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Post Reply