Jump to content

boot: failed to bring up eth0


aze
 Share

Recommended Posts

Hi all!

 

I'm having a problem (in other pc) the network can't start. Then I go to drakconf / network and I configure the LAN (using default profile) but it do not save my changes (even as root) the network card is detected but the network isn't starting. I checked if the service is satrting on boot and everything is ok.

 

what is happening?

Edited by aze
Link to comment
Share on other sites

what happened if you type this command as root?

 

ifconfig

 

Possible solutions

 

1. Check your /etc/modules.conf to see if there is a line

alias eth0 <name of driver>

2. Type ifup eth0 as root and see what is going on.

3. Check your /etc/sysconfig/network-scripts/ifcfg-eth0 and see if it enabled onboot, what ip it uses, etc.

Link to comment
Share on other sites

Thank you Dragon! but still not working

 

ifcfg-eth0

DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.0.2
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
ONBOOT=yes

 

 

ifup eth0
SIOCSIFFLAGS: Device or resource busy
Failed to bring up eth0.

 

# ifconfig
lo        Link encap:Local Loopback
         inet addr:127.0.0.1  Mask:255.0.0.0
         UP LOOPBACK RUNNING  MTU:16436  Metric:1
         RX packets:142 errors:0 dropped:0 overruns:0 frame:0
         TX packets:142 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:0
         RX bytes:9132 (8.9 Kb)  TX bytes:9132 (8.9 Kb)

Edited by aze
Link to comment
Share on other sites

Device or resource busy means that there is probably an irq conflict between your NIC card and whatever. If it is a PCI card, try moving it to another slot. If it is built-in then try moving whatever card that have in the slot to somewhere else.

 

Incidentally, what is your network card and what driver does it use?

Link to comment
Share on other sites

  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...