From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1FMhaX-0002Hc-Li
	for garchives@archives.gentoo.org; Fri, 24 Mar 2006 08:24:06 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k2O8NDj8002218;
	Fri, 24 Mar 2006 08:23:13 GMT
Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.190])
	by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k2O8J8B3000913
	for <gentoo-user@lists.gentoo.org>; Fri, 24 Mar 2006 08:19:08 GMT
Received: by nproxy.gmail.com with SMTP id m18so529245nfc
        for <gentoo-user@lists.gentoo.org>; Fri, 24 Mar 2006 00:19:08 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=CEDxgoQ+O4xIf+N7jUL6TBM9ksHRmQMGGa/KT+HdUDggmLtvS5lGRSjV6BH6sEZcmDJATCnY0RS0QMDNQRdrjp6bTCEL7bf+e8Qy1xahYuiHktfyopwxJHAEM+VVOrKXGH1Ng2H1fMKWJVUcpzJh97NjbDdlISmSvXG+iB904fo=
Received: by 10.48.163.5 with SMTP id l5mr150324nfe;
        Fri, 24 Mar 2006 00:19:07 -0800 (PST)
Received: by 10.49.90.1 with HTTP; Fri, 24 Mar 2006 00:19:07 -0800 (PST)
Message-ID: <8c7713390603240019w3011a903p@mail.gmail.com>
Date: Fri, 24 Mar 2006 19:19:07 +1100
From: "Gabriel Dain" <gabrieldain@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel
In-Reply-To: <e5a3e9ac0603232310y11fe4612l63c1b01fcf95c533@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <e5a3e9ac0603232310y11fe4612l63c1b01fcf95c533@mail.gmail.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k2O8J8B3000913
X-Archives-Salt: 567e1dc8-84f7-4256-ae6f-8442966f91f6
X-Archives-Hash: 4e4bcfa1010e71daacba6723d49396fe

> However, I don't know how to rebuild the kernel

# cd /usr/src/linux
# make menuconfig
<!--- Add whatever support you need, i've never worked with ACPI, sorry --->
# make && make modules_install
# reboot

that should do it, if support is what you need. However, this will
probably be more useful:

# emerge -av acpid <!--- -av means --verbose and --ask, so you can see
what you're actually emerging, and have to choice no to, if you want
--->

and read this for help on configuring it:
http://gentoo-wiki.com/TIP_ACPI_basic_configuration

Gabriel Dain

-- 
gentoo-user@gentoo.org mailing list