Wired ethernet not getting detected

Issues related to configuring your network
philo_
Posts: 4
Joined: 2012/04/26 21:48:44

Wired ethernet not getting detected

Post by philo_ » 2012/04/26 22:00:55

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.

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

Re: Wired ethernet not getting detected

Post by AlanBartlett » 2012/04/27 01:49:23

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]

philo_
Posts: 4
Joined: 2012/04/26 21:48:44

Re: Wired ethernet not getting detected

Post by philo_ » 2012/04/27 17:51:19

# 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.

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

Re: Wired ethernet not getting detected

Post by TrevorH » 2012/04/27 18:47:52

Use the link to ELRepo in Alan's sig and you'll find a driver there for 1969:2060. You want kmod-atl1e.

philo_
Posts: 4
Joined: 2012/04/26 21:48:44

Re: Wired ethernet not getting detected

Post by philo_ » 2012/04/27 20:00:46

Thanks ~~~
The wired network is running now,
via the driver kmod-atl1e.

but ,how about the wireless one?

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

Re: Wired ethernet not getting detected

Post by jlehtone » 2012/04/27 20:59:10

[quote]philo_ wrote:
but ,how about the wireless one?[/quote]
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=36475&start=31

philo_
Posts: 4
Joined: 2012/04/26 21:48:44

Re: Wired ethernet not getting detected

Post by philo_ » 2012/04/29 11:56:56

Unluckily, The wireless one doesn't work still.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Wired ethernet not getting detected

Post by pschaff » 2012/04/29 12:25:45

Did you try kmod-compat-wireless? What exactly are the symptoms of "does not work"?

Guest

Re: Wired ethernet not getting detected

Post by Guest » 2013/10/20 19:09:43

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!

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

Re: Wired ethernet not getting detected

Post by TrevorH » 2013/10/20 19:45:53

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.

Locked