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 <gentoo-user+bounces-92066-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1LkAQH-0006hD-71
	for garchives@archives.gentoo.org; Thu, 19 Mar 2009 05:04:05 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 620B5E023E;
	Thu, 19 Mar 2009 05:04:03 +0000 (UTC)
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3681EE023E
	for <gentoo-user@lists.gentoo.org>; Thu, 19 Mar 2009 05:04:03 +0000 (UTC)
Received: by wa-out-1112.google.com with SMTP id j5so219562wah.2
        for <gentoo-user@lists.gentoo.org>; Wed, 18 Mar 2009 22:04:02 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from
         :user-agent:mime-version:to:subject:references:in-reply-to
         :content-type:content-transfer-encoding;
        bh=r2T13QvSY7XY3rRAH8wEQN4cv/0PIyCHBL0552FIH90=;
        b=jhwq5tHc1ykJjagEupAuamz6b69De++v8O/I4Kzyt5scrGdWMC4/Psc/iWPiEQcImQ
         ceuoqOFFxFwukaeQL89IHlf/X2kBvCnngA0KYqb+bMZeKlq4W07vnQq5XlfLyG1sZ+lR
         jdvsKCIsIgmfv62LEcItSe0QFXX6tm1sHnAEg=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        b=DWTCcTxJkl3oouZ+vuW452/Dhhr4UekuDwtNjJNTbFI1x7xAdZ3fmiWxKJKIv29awG
         KEvP5byNBZ0lNDeuTSxsdllB42y6gu3+3FWyb6+dQaycIgDoITjg4pCkPzGtuYxoedpx
         DyC7i0kOQ5EjESL0YPOJwSLtosV/JR2t2WGYI=
Received: by 10.114.180.1 with SMTP id c1mr1325015waf.206.1237439042816;
        Wed, 18 Mar 2009 22:04:02 -0700 (PDT)
Received: from ?128.123.199.49? (hung-hien.nmsu.edu [128.123.199.49])
        by mx.google.com with ESMTPS id j31sm765347waf.61.2009.03.18.22.04.02
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Wed, 18 Mar 2009 22:04:02 -0700 (PDT)
Message-ID: <49C17DE3.2070301@gmail.com>
Date: Wed, 18 Mar 2009 23:04:03 +0000
From: Hung Dang <hungptit@gmail.com>
User-Agent: Thunderbird 2.0.0.19 (X11/20090304)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] nForce4 eth driver not working...
References: <49C13EE2.3010507@gmail.com> <20090318184032.032f9736@krikkit.digimed.co.uk> <49C165F6.6030108@gmail.com> <49C1667C.6070807@j-schmitz.net> <49C1689C.5050908@gmail.com> <49C16A71.9070307@j-schmitz.net>
In-Reply-To: <49C16A71.9070307@j-schmitz.net>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 9ac066d3-1ab4-448c-8b34-9cad29c76bc0
X-Archives-Hash: 4e42fe8b5e9305d528edc1ac8ae91d5a

Justin wrote:
> Jarry wrote:
>  =20
>> Justin wrote:
>>
>>    =20
>>> CONFIG_FORCEDETH
>>> and it is a standard driver.
>>>      =20
>> I searched my .config file, and there is nothing like that.
>> I'm using gentoo-sources 2.6.27-r8...
>>
>>    =20
>
> $ make menuconfig
> type /
> type FORCEDETH
>
>
> Location:
>                                                     =E2=94=82
>   =E2=94=82     -> Device Drivers
>                                                           =E2=94=82
>   =E2=94=82       -> Network device support (NETDEVICES [=3Dy])
>                                                           =E2=94=82
>   =E2=94=82         -> Ethernet (10 or 100Mbit) (NET_ETHERNET [=3Dn])
>                                                           =E2=94=82
>   =E2=94=82           -> nForce Ethernet support (FORCEDETH [=3Dn])
>
>  =20
To have nForce support you need to select:

[*]   Ethernet (10 or 100Mbit)  --->
    [*]   EISA, VLB, PCI and on board controllers
       <*>   nForce Ethernet support

Hung
  =20