Networking Forums

Networking Forums > Computer Networking > Linux Networking > Ethernet fails during boot - Fedora Core 3

Reply
Thread Tools Display Modes

Ethernet fails during boot - Fedora Core 3

 
 
Jim Anderson
Guest
Posts: n/a

 
      09-24-2005, 03:28 PM

I'm running Fedora Core 3 (linux 2.6.9-1.667) and all was running
well until this past week when I was running off an ethernet
at a hotel. I unplugged from the ethenet cable and went
to a meeting. When I returned and connected to the ethernet cabke there
was no connectivity. I tried rebooting and when rebooting,
the ethernet interface startup failed.

When I got home, I tried connecting to a cable that I know
is good and again, the ethernet interface failed to start
at boot time.

I'm not sure what the next step is to isolate this to
hardware or software on the PC. Can someone help me
checkout the ethernet software on my PC?

Thank you in advance.

Jim Anderon
 
Reply With Quote
 
 
 
 
Allen Kistler
Guest
Posts: n/a

 
      09-24-2005, 05:06 PM
Jim Anderson wrote:
>
> I'm running Fedora Core 3 ...
> ... I tried rebooting and when rebooting,
> the ethernet interface startup failed.
>
> When I got home, I tried connecting to a cable that I know
> is good and again, the ethernet interface failed to start
> at boot time.
>
> I'm not sure what the next step is to isolate this to
> hardware or software on the PC. Can someone help me
> checkout the ethernet software on my PC?


Places to start:

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
 
Jim Anderson
Guest
Posts: n/a

 
      09-24-2005, 07:36 PM

Allen,

Thank you for the suggestions. All is well now. As soon as I looked at
the ifconfig output, I knew things looked suspecious because there
wasn't a 'inet addr' in the output. I used the FC3 program to create
a new network connection and evertything was fine.

Jim


Allen Kistler wrote:
> Jim Anderson wrote:
>
>>I'm running Fedora Core 3 ...
>>... I tried rebooting and when rebooting,
>>the ethernet interface startup failed.
>>
>>When I got home, I tried connecting to a cable that I know
>>is good and again, the ethernet interface failed to start
>>at boot time.
>>
>>I'm not sure what the next step is to isolate this to
>>hardware or software on the PC. Can someone help me
>>checkout the ethernet software on my PC?

>
>
> Places to start:
>
> 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
 
Jim Anderson
Guest
Posts: n/a

 
      09-24-2005, 07:37 PM

Allen,

Thank you for the suggestions. All is well now. As soon as I looked at
the ifconfig output, I knew things looked suspecious because there
wasn't a 'inet addr' in the output. I used the FC3 program to create
a new network connection and evertything was fine.

Jim


Allen Kistler wrote:
> Jim Anderson wrote:
>
>>I'm running Fedora Core 3 ...
>>... I tried rebooting and when rebooting,
>>the ethernet interface startup failed.
>>
>>When I got home, I tried connecting to a cable that I know
>>is good and again, the ethernet interface failed to start
>>at boot time.
>>
>>I'm not sure what the next step is to isolate this to
>>hardware or software on the PC. Can someone help me
>>checkout the ethernet software on my PC?

>
>
> Places to start:
>
> 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
 
Jim Anderson
Guest
Posts: n/a

 
      09-24-2005, 07:37 PM

Allen,

Thank you for the suggestions. All is well now. As soon as I looked at
the ifconfig output, I knew things looked suspecious because there
wasn't a 'inet addr' in the output. I used the FC3 program to create
a new network connection and evertything was fine.

Jim


Allen Kistler wrote:
> Jim Anderson wrote:
>
>>I'm running Fedora Core 3 ...
>>... I tried rebooting and when rebooting,
>>the ethernet interface startup failed.
>>
>>When I got home, I tried connecting to a cable that I know
>>is good and again, the ethernet interface failed to start
>>at boot time.
>>
>>I'm not sure what the next step is to isolate this to
>>hardware or software on the PC. Can someone help me
>>checkout the ethernet software on my PC?

>
>
> Places to start:
>
> 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
 
Robert Nichols
Guest
Posts: n/a

 
      09-24-2005, 11:42 PM
In article <(E-Mail Removed)>, Jim Anderson <(E-Mail Removed)> wrote:
:
:Thank you for the suggestions. All is well now. As soon as I looked at
:the ifconfig output, I knew things looked suspecious because there
:wasn't a 'inet addr' in the output. I used the FC3 program to create
:a new network connection and evertything was fine.

Sounds like yet another victim of NetworkManager "managing" your
network connection.

--
Bob Nichols AT comcast.net I am "rnichols42"
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 9 and atm Mathias Koerber Linux Networking 0 07-16-2008 08:39 AM
DNS issues with Fedora Core 4 fuzzybr80 Linux Networking 1 12-02-2006 02:40 AM
Dialin on Fedora Core 4? harold@hallikainen.com Linux Networking 2 12-25-2005 10:30 PM
Strange SSH halting problem between Fedora Core 2/Fedora Core 3 Jonathan Abbey Linux Networking 4 12-03-2004 05:00 PM
PrismStumbler & Fedora Core 1 Sean Fernandez Linux Networking 0 04-16-2004 12:51 AM



1 2 3 4 5 6 7 8 9 10 11