Gentoo Archives: gentoo-user

From: Jarry <jarry@×××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] eth0 does not start...
Date: Sat, 08 Apr 2006 16:14:27
Message-Id: 4437DDD6.3070105@gmx.net
1 Hi,
2
3 I just installed gentoo on my laptop. Problem is networking is not
4 started automaticly during boot. I see only these messages:
5
6 * Starting eth0
7 * Bringing up eth0
8 * default
9 * No loaded module provide "default" (default_start) [!!]
10
11 My /etc/conf.d/net contains following settings:
12 config_eth0=( "192.168.1.30 netmask 255.255.255.0 brd 192.168.1.255" )
13 config_eth0=( "default gw 192.168.1.1" )
14
15 And in /etc/init.d there is a valid link net.eth0 -> net.lo
16 Kernel is monolithic, everything compiled in (no modules).
17 But I can start networking manually right after boot using commands:
18
19 # ifconfig eth0 192.168.1.30 broadcast 192.168.1.255 netmask 255.255.255.0 up
20 # route add default gw 192.168.1.1
21
22 So where is the problem? Why networking does not start during boot-up?
23 Why do I have to start it manually?
24
25 Jarry
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: eth0 does not start... Francesco Talamona <ti.liame@×××××.it>