[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gentoojp-users 984] apm



おはようございます、竹島です。

日頃、お世話になってます。
実はapmdがうまく動きません。

gentoo root # /etc/init.d/apmd start
すると
 * APM support has not been compiled into the kernel
としかられます。

カーネルは
gentoo root # cat /usr/src/linux/.config | grep APM
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
CONFIG_APM_DISPLAY_BLANK=y
# CONFIG_APM_RTC_IS_GMT is not set
CONFIG_APM_ALLOW_INTS=y
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
なふうに構成しました。
ここいけないのでしょうか?
やりたいことは 午後10時にcrontabで電源をきることだけなのですが。

gentoo root # uname -a
Linux gentoo 2.4.20-gentoo-r8 #2 Tue Dec 23 05:19:41 JST 2003 i686 Celeron (Coppermine) GenuineIntel GNU/Linux
です。

gentoo root # mount /dev/hda1 /mnt
/mnt/boot/grub/grub.confは 以下です。
ーーーーーーー
# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 2

splashimage=(hd0,0)/boot/grub/splash.xpm.gz
#######################

title=2.6-test11
root   (hd0,0)
kernel (hd0,0)/boot/bzImage  root=/dev/hda3 hdb=ide-scsi

title=win4lin
root   (hd0,0)
kernel (hd0,0)/boot/bzImage-win  root=/dev/hda3 hdb=ide-scsi

title=2.4.20-gentoo-r8-apm
root   (hd0,0)
kernel (hd0,0)/boot/bzImage-r8-apm  root=/dev/hda3  hdb=ide-scsi apm=on この書き方もいけないのでしょうか?
#append="apm=on,power-off"

title=2.4.20-gentoo-r8
root   (hd0,0)
kernel (hd0,0)/boot/bzImage-r8  root=/dev/hda3 hdb=ide-scsi

title=2.4.20-gentoo-r7
root   (hd0,0)
kernel (hd0,0)/boot/bzImage-r7  root=/dev/hda3 hdb=ide-scsi
ーーーーーーーーーーーー

行き詰まってしまいました。
よろしくお願い申し上げます。