Results 1 to 4 of 4
bringing up eth0:connection activation failed
when trying "#service network restart" it showing an error
[/B]"Bringing up etho: Connection activation failed : Device not managed by Networkmanager "[/B]
In "#setup" i ...
- 12-23-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 6
bringing up eth0:connection activation failed
bringing up eth0:connection activation failed
when trying "#service network restart" it showing an error
[/B]"Bringing up etho: Connection activation failed : Device not managed by Networkmanager "[/B]
In "#setup" i have given DHCP.
help me to fix this...
- 12-23-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
I assume this is a wired, not wireless connection. Is the CAT5/network cable firmly plugged in? Do you have a physical link?
I hate Network Manager, personally. Try turning it off:Code:ethtool eth0|grep Link
Do you know that the DHCP server is available on the local LAN? Can you view the log to see if the client request is coming in okay? Are there rules defined for the DHCP server that prevent this client from making a connection (MAC filtering, etc.)?Code:chkconfig NetworkManager off service NetworkManager stop service network restart
- 12-23-2011 #3Just Joined!
- Join Date
- Dec 2011
- Posts
- 6
I am afraid I am only a beginner in linux.
All that I know is I have connected my mobile with my lap for internet.
I have used it fine for some days.But suddenly something went wrong.I also tried by turning networkmanager off.
I can use internet very fine on windows since i have both windows and centos on my laptop...
anyway thanks for the help...is there something else...?I am still facing the issue...
- 12-23-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Do you mean "tethering"? Let us know if you are, b/c that would be important. If not....
Can you confirm if you are using a wireless connection via your laptop, versus a wired one? Typically, eth0 refers to wired network adapters, and wireless ones are usually wlan0, or ath0 (or even eth1 maybe).I have used it fine for some days.But suddenly something went wrong.I also tried by turning networkmanager off.
I can use internet very fine on windows since i have both windows and centos on my laptop...
To be sure, you can open a terminal (there should be a launcher for it from your panel), and do:
Have you rebooted into Windows to make sure it is still working on that side?Code:# change to root user (will prompt you for root password) su - # show all network devices cat /proc/net/dev # show current IP settings ip a # show wireless capable devices iwconfig # show routing table route -n # show DNS settings cat /etc/resolv.conf # show IP configuration file contents grep -H . /etc/sysconfig/network-scripts/ifcfg-*


Reply With Quote
