Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
lo and eth0 don't want to load at boot [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
psingcaster
n00b
n00b


Joined: 24 Apr 2002
Posts: 59
Location: Québec, Canada

PostPosted: Tue May 09, 2006 3:11 pm    Post subject: lo and eth0 don't want to load at boot [SOLVED] Reply with quote

I have nothing in my /etc/conf.d/net file then my network card should set-up with dhcp but it doesn't?!?

It say:

*Starting lo
* module interface not loaded

* Starting eth0
* dhcpcd: missing required function interface_is_up

I remove all my network configuration files and emerge baselayout again
I check my kernel configuration and everything is ok
My network card is perfectly detected and i'm able to do : dhcpcd eth0 and it works perfectly!

Someone have an idea please?!?


Last edited by psingcaster on Tue May 16, 2006 8:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Tue May 09, 2006 3:32 pm    Post subject: Re: lo and eth0 don't want to load at boot Reply with quote

psingcaster wrote:
Someone have an idea please?!?


Read my sig
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
psingcaster
n00b
n00b


Joined: 24 Apr 2002
Posts: 59
Location: Québec, Canada

PostPosted: Tue May 16, 2006 7:07 pm    Post subject: Reply with quote

It doesn't solve my problem!

Still not working!!!
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Tue May 16, 2006 7:57 pm    Post subject: Reply with quote

In that case remove net.lo and net.eth0 from /etc/init.d

emerge baselayout again

cd /etc/init.d
ln -s net.lo net.eth0

Should work then. If not then it's a different error and you'll need to post the new error message.
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
psingcaster
n00b
n00b


Joined: 24 Apr 2002
Posts: 59
Location: Québec, Canada

PostPosted: Tue May 16, 2006 8:25 pm    Post subject: Reply with quote

Problem is solved. When I install Gentoo 29006, emerge system skip net-tools.
Then I had no ifconfig command!
Back to top
View user's profile Send private message
lugduweb
n00b
n00b


Joined: 04 May 2006
Posts: 47

PostPosted: Sat May 27, 2006 3:02 pm    Post subject: Reply with quote

Hi !

I was having the same issue from a complety new install (with kernel 2.6.15-r5). But now it's solved !

I add already set OVERRIDE=0 in /etc/conf.d/domainname and iface_eth0="dhcp" in /etc/conf.d/net
but it was still not working. I was having this error :
Quote:

/etc/init.d/net.eth0 start
* Starting eth0
* dhcpcd: missing required function interface_is_up


So I first tried to do a "emerge baselayout" but it was useless for me (I did not changed my scripts anyway)

Then I saw that the "ifconfig" command was missing too : Now I'm sure that was the real problem because it now works.

So you must do :
Quote:

#emerge net-tools


Then test if ifconfig is working :
Quote:

#ifconfig

eth0 Link encap:Ethernet HWaddr 00:0B:2F:4A:CA:B5
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10722 errors:0 dropped:0 overruns:0 frame:0
TX packets:2570 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5799448 (5.5 Mb) TX bytes:398753 (389.4 Kb)
Interrupt:9 Base address:0xa800


Quote:

#/etc/init.d/net.eth0 start

* Starting eth0
* Bringing up eth0
* dhcp
* Running dhcpcd ... [ ok ] * eth0 received address 192.168.0.101


Hope that will help somebody else...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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