You are not logged in.
Thanks!
There '/grub/menu.lst':
timeout 0
default 0
color light-blue/black light-cyan/blue
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/hda3 ro
initrd /initrd26.img
That need change in it?
There 'kconfig26' some lines:
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION=""
CONFIG_SUSPEND_SMP=y
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_HOTKEY=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_IBM=m
CONFIG_ACPI_IBM_DOCK=y
CONFIG_ACPI_TOSHIBA=m
CONFIG_ACPI_CUSTOM_DSDT_INITRD=y
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
CONFIG_ACPI_CONTAINER=y
#
# APM (Advanced Power Management) BIOS Support
#
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
CONFIG_APM_REAL_MODE_POWER_OFF=y
Goodbye!
Offline
[ ] You have read what PingFloyd has written and you understand every word of it.
He didn't write one word about grub. Try to do a BIOS update and/or use apm instead of acpi...
Sorry, this post isn't meant offending...
Haven't been here in a while. Still rocking Arch.
Offline
Thanks!
How use apm instead of acpi?
Goodbye!
Offline
Please learn how to use the forum search button!
A search for "apm" and "acpi" brought me to this nice thread including the solution to your problem.
Try to add "apm=power-off" to the kernel line in your menu.lst:
timeout 0
default 0
color light-blue/black light-cyan/blue
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/hda3 apm=power-off ro
initrd /initrd26.img
And switch to initcpio by the way... initrd(26.img) is going to be replaced soon.
Haven't been here in a while. Still rocking Arch.
Offline
Thanks, now turn off computer compiltely.
Goodbye!
Offline
Woo Hoo
You owe me a beer, mate! But don't worry, I won't visit Lithuania in the next two or three weeks...
Haven't been here in a while. Still rocking Arch.
Offline