No network device availeble

Issues related to configuring your network
Post Reply
HungryDad
Posts: 4
Joined: 2017/04/16 02:10:44

No network device availeble

Post by HungryDad » 2017/04/16 02:28:39

I'm new to Linux and trying to reuse an old laptop and get better a Linux.

I've installed CentOS 6.8 and the network card was discovered and setup correctly.

I tried to install CentOS 7 but no network card are available.

Here is what i've tried so far:

ifconfig output :

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 1 (Local Loopback)
RX packets 496 bytes 42296 (41.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 496 bytes 42296 (41.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lspci -nn | grep net output :

00:0a.0 Ethernet controller [0200]: NVIDIA Corporation MCP67 Ethernet [10de:054c] (rev a2)
03:00.0 Network controller [0280]: Broadcom Limited BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)

uname -r output :

3.10.0-514.6.2.el7.x86_64

First question : How can i install the driver for the ethernet card?
Second would be for the WiFi card but one i'd settle for the Ethernet to begin with.

Thanks.

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

Re: No network device availeble

Post by TrevorH » 2017/04/16 04:52:59

CentOS 7 deprecated almost all 100Mbps ethernet card support which is why your wired connection is not being seen. You can grab kmod-forcedeth from ELrepo and transfer it to your machine via a USB stick and then yum install it from there. That will get your wired connection working. The wifi one is more problematic I think as I seem to recall that the Broadcom 43xx chips have a driver that's licensed under some weird terms which means no-one can distribute it. ELRepo might have more details about that too.
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

HungryDad
Posts: 4
Joined: 2017/04/16 02:10:44

Re: No network device availeble

Post by HungryDad » 2017/04/16 17:01:57

Thanks for the answer.

There are many files begining with kmod-nvidia, 17 to be exact. Do i have to try each of them or is there a way to narrow my search?

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

Re: No network device availeble

Post by TrevorH » 2017/04/16 17:27:17

Ooops, there was a typo in my original reply, since corrected. You don't want kmod-nvidia, you want kmod-forcedeth which is the driver for nvidia 100Mbps ethernet cards. I suspect there's only one of those.
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

HungryDad
Posts: 4
Joined: 2017/04/16 02:10:44

Re: No network device availeble

Post by HungryDad » 2017/04/16 18:28:43

I tried to install some and saw there were dependencies like nvidia-x11-drv or nvidia-x11-drv-340xx.

I'm not sure how to install them.

Thanks.

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

Re: No network device availeble

Post by TrevorH » 2017/04/16 18:39:55

Ignore kmod-nvidia, it was wrong. Fingers in gear, brain disengaged, sorry.
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

HungryDad
Posts: 4
Joined: 2017/04/16 02:10:44

Re: No network device availeble

Post by HungryDad » 2017/04/16 18:49:43

TrevorH,

Thanks, that worked fine!

Sorry about your fingers! :lol:

I've learned some things today!

Happy Easter!

Post Reply