 |
 |
 |
 |
| Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc. |

10th August 2010, 11:29 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 131

|
|
eth0 connection failed: Device not managed by NetworkManager
Yesterday I did an upgrade and today my box is unable to connect to the internet.
I have tried another cable, it didn't help.
Basically NetworkManager does not connect eth0 to the network, if I try to run ifup from the command line I get:
Code:
Error: Connection activation failed: Device not managed by NetworkManager
I can see in network configuration settings, that the device has been correctly detected and eth0 interface is correctly activated, yet when I try to uncheck the box “manage by NetworkManager” and start it manually, it tells me that the cable is disconnected... I've tried two different cables, different ports on my router - no help :-(
any idea?
thanks in advance!
__________________
megaloman.org
|

10th August 2010, 11:37 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Location: Lake Mary, Florida
Age: 48
Posts: 1,082

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
Hello,
I like to use network for cable,, You may want to try it.
On a side note, my eth0 is an onboard eth stop working after update, had to add a NIC.
I have read other post of the same.
|

10th August 2010, 11:53 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 131

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
the issue is - yesterday it worked fine, I just switched off my machine and today it didn't work.
I've tried both cables I used for testing, with my laptop and they work flawlessly, yet my machine tells me:
Code:
r8169: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
this is an onboard nic, yet it gets detected by Fedora 13 but does not work. same cable works fine with the other laptop :-/
__________________
megaloman.org
|

11th August 2010, 12:32 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,446

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
The "network" service would likely be more robust for handling your hard wired eth0 port than the NetworkManager, try running as root:
system-config-network
select the eth0 device and hit the Edit button
and uncheck the "Controlled by network manager" check box and check the box for Activating the port when the computer starts up. Save and quit in there.
Now run system-config-services and stop/disable NetworkManager and start/enabled network service.
|

11th April 2012, 12:17 PM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: Bangalore
Posts: 3

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
Please do below steps
Change yes to no "NM_CONTROLLED" on /etc/sysconfig/network-scripts/ifcfg-eth0
Example:
.
.
NM_CONTROLLED=yes =====> NM_CONTROLLED=no
If your os are redhat 6/fedora14&above/centos 6
|

11th April 2012, 04:47 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 87

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
I've been having consistent problems with Network Manager after all recent updates (after kernel 3.30-4). It doesn't seem to matter what the updates are, whether they include networking components and/or kernel upgrades.
Each time the same thing happens: after applying the update, NM fails to establish a wired connection on reboot.
Fortunately for me, so far, there is a temporary fix: stop networking (from the top menu bar), open the NM gui applet, delete and recreate the eth device, and restart networking. After doing this, NM successfully establishes a connection immediately and on subsequent reboots, until the next update is applied (again -- so far). YMMV.
The first time it happened I posted a query here (much like yours), and went on to try a bunch of stuff including rolling back iproute to a prior version, and disabling ipv6.
In hindsight, since the problem keeps coming back, I doubt these modifications made any real difference to the underlying issue(s).
Last edited by dsmithhfx; 11th April 2012 at 04:52 PM.
Reason: clarification
|

11th April 2012, 07:54 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,446

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
Note these last few posts (5 and 6) were tacked onto a dead thread from Aug 2010, so some of the information in this is stale. Please create a new thread for this so your posts can be properly addressed in the modern Fedora 16 context.
|

12th April 2012, 12:16 AM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 87

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
So... Network Manager: Still Broken After All These Years?
|

11th May 2012, 07:35 AM
|
|
Registered User
|
|
Join Date: Sep 2005
Location: Georgia USA
Posts: 28

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
Quote:
Originally Posted by ktmariappan
Please do below steps
Change yes to no "NM_CONTROLLED" on /etc/sysconfig/network-scripts/ifcfg-eth0
Example:
.
.
NM_CONTROLLED=yes =====> NM_CONTROLLED=no
If your os are redhat 6/fedora14&above/centos 6

|
OK I do not have a /etc/sysconfig/network-scripts/ifcfg-eth0 file. FC16 X64 does that make a difference?
I can make everything work on wireless card but lan is killing me.
|

14th May 2012, 01:51 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,446

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
Quote:
Originally Posted by gene0
OK I do not have a /etc/sysconfig/network-scripts/ifcfg-eth0 file. FC16 X64 does that make a difference?
I can make everything work on wireless card but lan is killing me.
|
the ifcfg file won't necessarily be called ifcfg-eth0, it might be ifcfg-em1 or ifcfg-pXpY with any number of different permutations for the two numbers X and Y. The prefix name depends on whether Fedora finds the port on the motherboard ("em" as in embedded for the prefix) or pXpY where the X and Y are numbers representing the id's related to the bus.
It might be worthwhile to load system-config-network and try to set it up in that tool
For some reason it's not a default package so you might need to run:
Quote:
|
yum install system-config-network
|
Last edited by marko; 14th May 2012 at 01:56 AM.
|

15th May 2012, 02:52 AM
|
|
Registered User
|
|
Join Date: Sep 2005
Location: Georgia USA
Posts: 28

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
Thanks Marko, I have installed system-config-network and will try it to see if it works.
|

3rd June 2012, 08:11 PM
|
|
Registered User
|
|
Join Date: Sep 2005
Location: Georgia USA
Posts: 28

|
|
|
Re: eth0 connection failed: Device not managed by NetworkManager
Did not work for me. Thanks!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 08:36 (Sunday, 19-05-2013)
|
|
 |
 |
 |
 |
|
|