Gentoo Archives: gentoo-user

From: "Алексей Мишустин" <shumkar@×××××××.ru>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Acer Aspire One D255
Date: Thu, 06 Jun 2013 12:23:02
Message-Id: CAGWFrgsia8c4vR6CnLOtzNGHF7C_7O-nrLL6UPfgkEvTNJ9p9g@mail.gmail.com
In Reply to: [gentoo-user] Acer Aspire One D255 by Silvio Siefke
1 2013/6/6 Silvio Siefke <siefke_listen@×××.de>:
2 > Hello,
3 >
4 > i have a new netbook buy and want install Gentoo on it. So the Installation
5 > run without problems, but i understand not why the network want not start.
6 >
7 > I make the installation with Sabayon Linux and from there i compile the
8 > Kernel with make localyesconfig ; make . But the Network want not run.
9 > I have in the Kernel Config all Network activated, but ever the same.
10 >
11 > /etc/init.d/net.eth0 start
12 > Bringing up interface eth0
13 > ERROR: interface eth0 does not exist
14 > Ensure that you have loaded the correct kernel module for your hardware
15 > ERROR: net.eth0 failed to start
16
17 Hello.
18
19 Try this:
20
21 # cd /etc/init.d
22 # ln -s net.lo net.eth0
23
24 --
25 Regards,
26 Alex