You are not logged in.

#26 2006-08-31 08:52:26

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How complitely turn off computer?

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

#27 2006-08-31 09:02:10

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: How complitely turn off computer?

[ ] 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. smile

Offline

#28 2006-08-31 11:33:06

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How complitely turn off computer?

Thanks!
How use apm instead of acpi?


Goodbye!

Offline

#29 2006-08-31 12:03:15

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: How complitely turn off computer?

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. smile

Offline

#30 2006-08-31 18:03:53

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How complitely turn off computer?

Thanks, now turn off computer compiltely.


Goodbye!

Offline

#31 2006-08-31 18:20:28

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: How complitely turn off computer?

Woo Hoo

You owe me a beer, mate! But don't worry, I won't visit Lithuania in the next two or three weeks...  big_smile


Haven't been here in a while. Still rocking Arch. smile

Offline

Board footer

Powered by FluxBB