>> "Khalid" == Khalid EZZARAOUI <[EMAIL PROTECTED]> wrote:

Khalid> does someone know how to see if the APM option are well
Khalid> setting in my running kernel, because it's selected in :

In /boot/ you will find the config file used for the kernel.

$ grep APM config-2.0.36 
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_POWER_OFF=y
# CONFIG_APM_IGNORE_MULTIPLE_SUSPEND is not set

You need at least CONFIG_APM=y and CONFIG_APM_POWER_OFF=y

Ciao,
        Martin

Reply via email to