LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   FC3 fails in bringing up or down interface eth0, network unreachable (https://www.linuxquestions.org/questions/linux-networking-3/fc3-fails-in-bringing-up-or-down-interface-eth0-network-unreachable-299665/)

a_cmmn 03-09-2005 11:56 AM

FC3 fails in bringing up or down interface eth0, network unreachable
 
Hi,

I installed Fedora Core 3 and can only get the DHCP working through the SystemRescue CD. After I boot from the rescue CD, I can ping the ip on my LAN. The problem I have is that if I try to run Fedora from dual boot, it never gets the network working. I get errors like "Bringing up interface eth0: kernel panic - not syncing: Haling". Similar errors if it trying to bring down eth0. Also if try ping, I get network unreachable. Can anyone tell me please what makes things work using the Rescue CD versus the dual boot normal login? Also is there a way to start X from the root prompt that I get after I boot using the Systemrescue CD? I am new to this. I have windows XP, Dell machine, aDSL with pppoE using username and password.

Please help....Thank you very much,

Alex

a_cmmn 03-10-2005 11:45 AM

Hi,

regarding the problem i stated below...here is some clarifiaction ....please help...any ideas?

I installed Fedora FC3 and got the SystemRescue CD from www.sysresccd.org. The problem I have is: when I boot from the rescue CD, connection to DHCP is done nicely both in bringing up and down interface. When I boot by normal hard disk dual boot, I doesn't connect to network and gives me errors like "Bringing up interface eth0: kernel panic - not syncing: Halting" and "network unreachable".

If I try to use adsl-setup then adsl-start I get the kernel panic error again.

I also tried:

bash network status: gives me Configured devices: lo eth0 ppp0, and Currently active devices: blank.

bash network start: gives kernel panic when brining up interface eth0.


This is for home LAN, 1 PC with dual boot windows XP or Linux and the other PC with XP only. aDSL is Linksys router , pppoE.

thank you...
alex

winsnomore 03-10-2005 01:17 PM

I am not 100% sure about this .. but "adsl-start" etc. is probably not needed.
your ADSL router provides a simple ethernet interface with.
Difference between ADSL and cable modems typically is on the "wan" side .. ADSL runs PPPOE on that link and Cable modems
run just plain ethernet. and this difference comes into play when you put a PC->router->ADSL vs. PC->router->CM
however if you have PC->ADSL or PC-CM . ... the PC interface is identical.

Secondly it has nothing to do with dual boot .. when you boot linux .. you boot linux whether from a single os or from a dual or triple .. it doesn't matte.

Try "Not" using the "adsl" start scripts ..

as root .. try
"ifconfig eth0"... see what it says .. I am not sure if FC3 provides "ifup/ifdown" scripts .

But you can do the same thing ifconfig ..

i.e. ifconfig eth0 up .. or ifconfig eth0 down .. etc.

Hope this helps.

a_cmmn 03-10-2005 01:51 PM

Hi Winsnomore,

thanks for your reply. I tried ifup and got the following:

# ifconfig eth0 up
kernel panic - not syncing: Halting

do you think that when I ran adsl-setup that it might have messed up some files? where can i find the file that tries to start the network?

thanks

a_cmmn 03-10-2005 04:10 PM

I found out that it gives the kernel panic error when it executes the command:

ip link set dev eth0 up

which is in file etc/sysconfig/network-scripts/network-functions

in the function check_link_down.


Any ideas please?

thank you.


All times are GMT -5. The time now is 01:34 AM.