Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Ethernet fails during boot - Fedora Core 11

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 08-04-2009
Member
 
Join Date: Feb 2009
Posts: 43
Ethernet fails during boot - Fedora Core 11

Hi,
I'm running Fedora Core 11,after booting process it detect eth0 & eth1 and after sometime it say fail on both device.If i go network manager its show both device but when i enable it manually it say intialization failed.I tried rebooting and when rebooting,the ethernet interface startup failed.
Reply With Quote
  #2  
Old 08-04-2009
Calvin K's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,479
Re: Ethernet fails during boot - Fedora Core 11

lspci (a command) should list a line that describes your network interface, among just about all the other hardware you've got. If it doesn't, you know the hardware is bad.

/etc/modprobe.conf (a file) should list a kernel module for your NIC that get loaded when the network starts. It probably aliases the interface to eth0."ifconfig -a" (a command) should list info about all the interfaces that are up.

"ifconfig eth0" should list info about eth0 even if it's down./etc/sysconfig/network-scripts/ifcfg-eth0 (a file) contains info about how to configure eth0 when it comes up (like static vs. dhcp) and if it should be brought up by default.

ifup and ifdown (commands) manually bring up and take down an interface.ifup invokes dhclient (a command) to get dhcp info. You can use it manually if you have to to test dhcp.
Reply With Quote
  #3  
Old 08-04-2009
Solomon's Avatar
Member
 
Join Date: May 2008
Posts: 4,056
Re: Ethernet fails during boot - Fedora Core 11

Are the permissions on the files OK?644 should be enough.

Have you tried restarting after the boot:/etc/init.d/network stop ( Just to make sure it is stopped first) Then /etc/init.d/network start
Reply With Quote
  #4  
Old 08-04-2009
SalVatore's Avatar
Member
 
Join Date: May 2008
Posts: 2,618
Re: Ethernet fails during boot - Fedora Core 11

hi,
Code:
ifconfig eth0 up
that should bring up your card.
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Ethernet fails during boot - Fedora Core 11"
Thread Thread Starter Forum Replies Last Post
How to set up a Fedora Core on a USB disk Zariah Tips & Tweaks 5 27-12-2010 07:44 PM
Fedora Core 3 Re-partitioning hdd Computer_Freak Operating Systems 2 27-12-2010 06:31 AM
Fedora Core 6 or Ubuntu Natalie Operating Systems 3 01-04-2009 12:31 AM
Ethernet works in Ubuntu but not in Fedora 11 alpha Patio Operating Systems 3 12-03-2009 09:45 AM
Dual boot - XP and Fedora -Removing Fedora VC Windows XP Support 1 12-04-2008 07:39 PM


All times are GMT +5.5. The time now is 12:44 AM.