|
为了安装电源管理软件,我昨天夜里又重新编译了内核,
Power management options (ACPI, APM) --->
Power Management support
ACPI (Advanced Configuration and Power Interface) Support --->
[ ] ACPI Support
APM (Advanced Power Management) BIOS Support --->
<*> APM (Advanced Power Management) BIOS support
[ ] Ignore USER SUSPEND
Enable PM at boot time
Make CPU Idle calls when idle
[ ] Enable console blanking using APM
[ ] RTC stores time in GMT
[ ] Allow interrupts during APM BIOS calls
[ ] Use real mode APM BIOS call to power off
选上了如上几个选项,并且编辑了/boot/grub/menu.lst:
title Gentoo
root (hd0,7)
Kernel /boot/kernel ro root=/dev/sda8 apm=on acpi=off
以上都是按着wiki里操作的,应该没有错误呀,可是为什么还是提示apm没有被编译进内核呢?希望路过的朋友们指导一二,谢谢! |
|