LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "failed to bring up eth0" problem! (https://www.linuxquestions.org/questions/linux-newbie-8/failed-to-bring-up-eth0-problem-395567/)

AdykOSu 12-22-2005 03:52 AM

"failed to bring up eth0" problem!
 
Using Debian 3.1 Stable Sarge!
when my linux boots, it shows all kinds of info. i did notice that at one point it says:
Code:

failed to bring up eth0
.
does that mean that my network adapter is not working? please provide some help and info!
thx in advance!

pats 12-22-2005 04:04 AM

not neccessarily.
it just means for whatever reason you card wasn't initiallised at startup.
try running ifconfig and see what it comes out with. (post the results)

it most likely means that your pc isn't plugged into a network or something similar.

AdykOSu 12-22-2005 04:14 AM

Quote:

Originally Posted by pats
not neccessarily.
it just means for whatever reason you card wasn't initiallised at startup.
try running ifconfig and see what it comes out with. (post the results)

it most likely means that your pc isn't plugged into a network or something similar.

i have installed Debian 3.1 Stable using VMWare Workstation 5.5
i run ipconfig ( from windows, on linux it says when i type this command: "-bash: ipconfig: command not found" ). everything looks just fine when i receive results from ipconfig.
if you can tell me which command i should use on linux to see my network statistics.

pats 12-22-2005 04:46 AM

thats why i wrote ifconfig and not ipconfig. if your not running as root then you may have to type /sbin/ifconfig

Gsidious 12-22-2005 06:04 PM

Yes, try pats suggestion,"/sbin/ifconfig" and post the output, maybe also "dmesg | grep eth0" or "ethtool eth0" and post the output. What kind of nic card do you have?

pats 12-27-2005 01:55 PM

Quote:

Originally Posted by Gsidious
What kind of nic card do you have?

not quite the question you need to answer but what network card does VMWare tell the virtual machine it has. this is rarely the same thing and you'll need to have drivers for the card 'presented' by VMWare not drivers for the actual card seeing as within the virtual machine all you are seeing is a virtual device.


All times are GMT -5. The time now is 10:14 PM.