Gentoo Archives: gentoo-user

From: Alexander Skwar <listen@×××××××××××××××.name>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel
Date: Sat, 25 Mar 2006 14:10:37
Message-Id: 44254E85.1030404@mid.email-server.info
In Reply to: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel by Teresa and Dale
1 Teresa and Dale wrote:
2 > Gabriel Dain wrote:
3 >
4 >>>However, I don't know how to rebuild the kernel
5 >>>
6 >>>
7 >>
8 >># cd /usr/src/linux
9 >># make menuconfig
10 >><!--- Add whatever support you need, i've never worked with ACPI, sorry --->
11 >># make && make modules_install
12 >>
13 >>
14 >
15 > Addition:
16 >
17 > cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage<your stuff here>
18 >
19 > Then add it or change it in bootloader, grub is easier on this one. ;-)
20
21 make install will do that as well. It will also re-run lilo,
22 if lilo is used instead of grub.
23
24 >># emerge -av acpid <!--- -av means --verbose and --ask, so you can see
25
26 Better yet:
27
28 emerge -avt acpid
29
30 The "-t" (tree) will show what package is causing the emerge
31 of other packages.
32
33 Alexander Skwar
34 --
35 "The idea of abstracting away the one thing that must be blindingly fast, the kernel, is inherently counter productive."
36
37 -- Linus Torvalds on Microkernels (Open Sources, 1999 O'Reilly & Associates)
38 --
39 gentoo-user@g.o mailing list