Teresa and Dale wrote:
> Gabriel Dain wrote:
> 
>>>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
>>  
>>
> 
> Addition:
> 
> cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage<your stuff here>
> 
> Then add it or change it in bootloader, grub is easier on this one.  ;-)

make install will do that as well. It will also re-run lilo,
if lilo is used instead of grub.

>># emerge -av acpid <!--- -av means --verbose and --ask, so you can see

Better yet:

emerge -avt acpid

The "-t" (tree) will show what package is causing the emerge
of other packages.

Alexander Skwar
-- 
"The idea of abstracting away the one thing that must be blindingly fast, the 
kernel, is inherently counter productive."

  -- Linus Torvalds on Microkernels (Open Sources, 1999 O'Reilly & Associates)
-- 
[email protected] mailing list

Reply via email to