Gentoo Archives: gentoo-user

From: Gabriel Dain <gabrieldain@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel
Date: Fri, 24 Mar 2006 08:24:06
Message-Id: 8c7713390603240019w3011a903p@mail.gmail.com
In Reply to: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel by Lord Sauron
1 > However, I don't know how to rebuild the kernel
2
3 # cd /usr/src/linux
4 # make menuconfig
5 <!--- Add whatever support you need, i've never worked with ACPI, sorry --->
6 # make && make modules_install
7 # reboot
8
9 that should do it, if support is what you need. However, this will
10 probably be more useful:
11
12 # emerge -av acpid <!--- -av means --verbose and --ask, so you can see
13 what you're actually emerging, and have to choice no to, if you want
14 --->
15
16 and read this for help on configuring it:
17 http://gentoo-wiki.com/TIP_ACPI_basic_configuration
18
19 Gabriel Dain
20
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Teresa and Dale <teendale@×××××××××××××.com>
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Neil Bothwick <neil@××××××××××.uk>