From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RHUwD-0001Si-Q2 for garchives@archives.gentoo.org; Sat, 22 Oct 2011 06:20:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0BC121C0BF; Sat, 22 Oct 2011 06:19:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 01D1E21C056 for ; Sat, 22 Oct 2011 06:18:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3AA0F1B4008 for ; Sat, 22 Oct 2011 06:18:53 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.061 X-Spam-Level: X-Spam-Status: No, score=-4.061 required=5.5 tests=[AWL=0.632, BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.504, T_TO_NO_BRKTS_FREEMAIL=0.01] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N1JNRPrR407C for ; Sat, 22 Oct 2011 06:18:47 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 082F41B4006 for ; Sat, 22 Oct 2011 06:18:45 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RHUun-0004vo-MG for gentoo-user@gentoo.org; Sat, 22 Oct 2011 08:18:41 +0200 Received: from athedsl-374521.home.otenet.gr ([79.131.14.247]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Oct 2011 08:18:41 +0200 Received: from realnc by athedsl-374521.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Oct 2011 08:18:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: why a manual dhcpcd eth0 is needed? Date: Sat, 22 Oct 2011 09:18:56 +0300 Organization: Lucas Barks Message-ID: References: <4EA24FE7.2080408@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-374521.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111003 Thunderbird/7.0.1 In-Reply-To: <4EA24FE7.2080408@gmail.com> X-Archives-Salt: X-Archives-Hash: f850e38fe99109d931ce839258d64bac On 10/22/2011 08:08 AM, Valmor de Almeida wrote: > > Hello, > > On a recent gentoo install using wicd for network configuration, no > connection is established during boot. After logging in, I need to issue > > dhcpcd eth0 > > to obtain an IP address and access the internet via ethernet. I thought > wicd would take care of that. I did not emerge dhcpcd, it was emerged as > a dependency of wicd. > > What am I missing? I have wicd starting during the boot runlevel. You probably don't have a correct /etc/conf.d/net file. Try: modules="dhcpcd" config_eth0="dhcp"