mån 2007-05-07 klockan 16:30 +0200 skrev Michael Biebl:
> This is the relevant part of the hal spec:
> 
> power_management.can_suspend (bool)
> If suspend support is compiled into the kernel. NB. This may not mean
> the machine is able to suspend successfully.

Thank you for the quick reply.

Well, suspend support isn't compiled into the kernel. This is the power
managment section of the kernel config file:

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
# CONFIG_PM_SYSFS_DEPRECATED is not set
# CONFIG_SOFTWARE_SUSPEND is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_SLEEP is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
# CONFIG_ACPI_FAN is not set
CONFIG_ACPI_PROCESSOR=y
# CONFIG_ACPI_THERMAL is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y

> What does "cat /sys/power/state" say on your system?
> If it lists "mem", then hal is working according to it's spec and this
> bug should be closed.

The output is "standby mem", so I guess HAL is working according to it's
specification then. Is it a bug somewhere else? Or is there anything I
can do to let HAL know suspending is not ok? I thought disabling it in
the kernel and BIOS would be enough.
-- 
Vincent Lönngren <[EMAIL PROTECTED]>

Reply via email to