Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eth0 won't start at boot, but manually goes normal
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
pschram
n00b
n00b


Joined: 04 Jan 2003
Posts: 44

PostPosted: Mon Feb 24, 2003 10:03 pm    Post subject: eth0 won't start at boot, but manually goes normal Reply with quote

I get error messages when starting eth0 at boot:

SIOCADDR exists

But when i fire up with:

Code:
/etc/init.d/net.eth0 start


everything loads fine. I got my networkcard module loaded before the eth0 device tries to load in modules.autoload, so that's ok. Anybody any clues as to where to look for this?
Back to top
View user's profile Send private message
li1_getoo
l33t
l33t


Joined: 20 Oct 2002
Posts: 661
Location: Queens , NY

PostPosted: Tue Feb 25, 2003 7:43 pm    Post subject: Reply with quote

Code:
rc-update add net.eth0 default

should do the trick :-)
Back to top
View user's profile Send private message
pschram
n00b
n00b


Joined: 04 Jan 2003
Posts: 44

PostPosted: Tue Feb 25, 2003 8:46 pm    Post subject: Reply with quote

This doesn't solve it. When I type your suggestion I get:

Code:
 * net.eth0 already installed in runlevel default; skipping
Back to top
View user's profile Send private message
BradN
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2391
Location: Wisconsin (USA)

PostPosted: Wed Feb 26, 2003 12:48 am    Post subject: Reply with quote

Is anything starting during startup after the interface tries to start that could be affecting it? nothing weird like pcmcia being required, or something like that right?
Back to top
View user's profile Send private message
pschram
n00b
n00b


Joined: 04 Jan 2003
Posts: 44

PostPosted: Wed Feb 26, 2003 9:41 am    Post subject: Reply with quote

No, nothing like that. It's a regular pci 100Mbit networkcard. Also it has worked for like 2 months, but I probably wrecked something after an update of config files, but can't find what it is. Everything looks normal. I have what seems to be the right parameters in /etc/conf.d/net. Just a normal ip-adres of 192.168.0.1, so nothing special.
Back to top
View user's profile Send private message
BradN
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2391
Location: Wisconsin (USA)

PostPosted: Wed Feb 26, 2003 8:59 pm    Post subject: Reply with quote

hmm...

you could try doing:

export CONFIG_PROTECT=""
emerge baselayout

in case one of your init scripts got hosed somehow. You would need to update any of the files you might have changed however.

Otherwise you could dig through the network init script and just troubleshoot it in general (try inserting a delay before when it tries to start the interface, such like that).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum