Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DHClient Woes - No Modules Loaded?
Date: Wed, 04 Oct 2006 22:48:14
Message-Id: 7573e9640610041541x428e64e5vd275a78251cae0ae@mail.gmail.com
In Reply to: Re: [gentoo-user] DHClient Woes - No Modules Loaded? by Lord Sauron
1 On 10/1/06, Lord Sauron <lordsauronthegreat@×××××.com> wrote:
2 > modules_eth0=( "dhcpcd" )
3
4 This is the problem. By specifying the modules explicitly, you have
5 told Gentoo *not* to use ifplugd. Either comment it out like the
6 .example file recommends, or use
7
8 modules_eth0=( "ifplugd" "dhcpcd" )
9
10 -Richard
11 --
12 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] DHClient Woes - No Modules Loaded? "Boyd Stephen Smith Jr." <bss03@××××××××××.net>