Hi,

I just installed gentoo on my laptop. Problem is networking is not
started automaticly during boot. I see only these messages:

* Starting eth0
*  Bringing up eth0
*   default
*   No loaded module provide "default" (default_start)  [!!]

My /etc/conf.d/net contains following settings:
config_eth0=( "192.168.1.30 netmask 255.255.255.0 brd 192.168.1.255" )
config_eth0=( "default gw 192.168.1.1" )

And in /etc/init.d there is a valid link net.eth0 -> net.lo
Kernel is monolithic, everything compiled in (no modules).
But I can start networking manually right after boot using commands:

# ifconfig eth0 192.168.1.30 broadcast 192.168.1.255 netmask 255.255.255.0 up
# route add default gw 192.168.1.1

So where is the problem? Why networking does not start during boot-up?
Why do I have to start it manually?

Jarry
--
gentoo-user@gentoo.org mailing list

Reply via email to