View previous topic :: View next topic |
Author |
Message |
psingcaster n00b
Joined: 24 Apr 2002 Posts: 59 Location: Québec, Canada
|
Posted: Tue May 09, 2006 3:11 pm Post subject: lo and eth0 don't want to load at boot [SOLVED] |
|
|
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 |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
psingcaster n00b
Joined: 24 Apr 2002 Posts: 59 Location: Québec, Canada
|
Posted: Tue May 16, 2006 7:07 pm Post subject: |
|
|
It doesn't solve my problem!
Still not working!!! |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
psingcaster n00b
Joined: 24 Apr 2002 Posts: 59 Location: Québec, Canada
|
Posted: Tue May 16, 2006 8:25 pm Post subject: |
|
|
Problem is solved. When I install Gentoo 29006, emerge system skip net-tools.
Then I had no ifconfig command! |
|
Back to top |
|
|
lugduweb n00b
Joined: 04 May 2006 Posts: 47
|
Posted: Sat May 27, 2006 3:02 pm Post subject: |
|
|
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 :
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 |
|
|
|