Page 1 of 2

Wired ethernet not getting detected

Posted: 2012/04/26 22:00:55
by philo_
Hello Everyone,

I have installed CentOS 6.2-x86 on my Lenovo Z465 laptop.

[b]I'm unable to detect my wired ethernet.[/b]

I tried searching for it extensively but I think I was unable to make sense out of the posts already present.

I know this has something to do with the need to install the correct drivers.

Also posting the output of few popular commands which I'm sure I would be asked to execute.

==========================================
[b]sudo ifconfig -a[/b]

Output :
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
...........
...........

No other interfaces were detected apart from loopback.
================================================
[b]lspci[/b]

Output :
...........
...........
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
03:00.0 Ethernet controller: Atheros Communication Inc. AR8152 v1.1 Fast Ethernet (rev c1)
=================================================
[b]ifup eth0[/b]

Output :
/sbin/ifup: configuration for eth0 not found
=================================================
Please let me know if you need any more information.

Looking forward to some pointers on this issue.

Re: Wired ethernet not getting detected

Posted: 2012/04/27 01:49:23
by AlanBartlett
Welcome to the [i]CentOS[/i] fora.

You were [i]so near[/i] to providing the necessary information . . . if only you had posted the output returned by executing the following, we would then be able to advise you! :-)

[code]
[b]lspci -nn | grep -i net[/b]
[/code]

Re: Wired ethernet not getting detected

Posted: 2012/04/27 17:51:19
by philo_
# lspci -nn | grep -i net
output:
02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
03:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8152 v1.1 Fast Ethernet [1969:2060] (rev c1)

I'm glad to hear your reply.

Re: Wired ethernet not getting detected

Posted: 2012/04/27 18:47:52
by TrevorH
Use the link to ELRepo in Alan's sig and you'll find a driver there for 1969:2060. You want kmod-atl1e.

Re: Wired ethernet not getting detected

Posted: 2012/04/27 20:00:46
by philo_
Thanks ~~~
The wired network is running now,
via the driver kmod-atl1e.

but ,how about the wireless one?

Re: Wired ethernet not getting detected

Posted: 2012/04/27 20:59:10
by jlehtone
[quote]philo_ wrote:
but ,how about the wireless one?[/quote]
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=36475&start=31

Re: Wired ethernet not getting detected

Posted: 2012/04/29 11:56:56
by philo_
Unluckily, The wireless one doesn't work still.

Wired ethernet not getting detected

Posted: 2012/04/29 12:25:45
by pschaff
Did you try kmod-compat-wireless? What exactly are the symptoms of "does not work"?

Re: Wired ethernet not getting detected

Posted: 2013/10/20 19:09:43
by Guest
Hi All, this is my first time installing CentOS on a development server at work. CentOS installed successful however the wired network connections are disconnected.
I ran the following commands:

lspci -nn | grep -i net
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-LM [8086:153a] (rev 05)
03:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03)

ifup eth0
/sbin/ifup: configuration for eth0 not found.

Any suggestion would be greatly appreciated. Thanks!

Re: Wired ethernet not getting detected

Posted: 2013/10/20 19:45:53
by TrevorH
Please don't hijack old threads and reuse them. Start a new thread and refer to the old one if you think it's relevant. This thread is now locked.

Both of those PCI vendor:device ID pairings should be supported by CentOS 6.4, the i217 by the e1000e module and the i210 by the igb module. If you didn't install CentOS 6.4 then you should do so! If you've done extensive customisation of the system already then you could probably run a `yum --enablerepo=c6-media update` with the 6.4 DVD ISO media mounted on one of the three locations mentioned in /etc/yum.repos.d/CentOS-Media.repo but otherwise it's probably easier just to reinstall. If you are already running CentOS 6.4 then mention that in the new thread you create.