Results 1 to 8 of 8
Hi everybody,
when I run the poweroff command ,the system doesn't automatically shutdown and I must manually turn off the system.
I don't know that which option I must select ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-03-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 20
kernel-2.4.31 and automatically shut down
Hi everybody,
when I run the poweroff command ,the system doesn't automatically shutdown and I must manually turn off the system.
I don't know that which option I must select in kernel(2.4.31),so that system automatically shuts down.
thanks for any help or guide
- 11-04-2006 #2Just Joined!
- Join Date
- Apr 2006
- Posts
- 20
has not anyone any suggestion??
- 11-04-2006 #3
- 11-04-2006 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
it's possible you don't have apm/acpi support for your system. Trythe command
and post back any resultsCode:acpi
- 11-05-2006 #5Just Joined!
- Join Date
- Apr 2006
- Posts
- 20
Hi
very thanks for your reply,
when I run the "acpid" command ,the error :
acpid: can't open /proc/acpi/event: Device or resource busy
is represented.
thanks for any help or guide.
- 11-05-2006 #6Just Joined!
- Join Date
- Sep 2004
- Posts
- 13
Hello

Use this command (to load advance power management module:
" modprobe apm"
you have to give this command everytime you start your pc; to make it automatic you can add this (modprobe apm) line to /etc/rc.d/rc.local.
Hope this helps you.
- 11-05-2006 #7Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
if you edit /etc/rc.d/rc.modules, it already has a line as follows
just remove the hash to uncomment it, and reboot or load the module manuallyCode:#/sbin/modprobe apm
- 11-05-2006 #8Just Joined!
- Join Date
- Apr 2006
- Posts
- 20
very thanks for your reply
but i have compiled with acpi no apm
thanks for any help or guideCode:# ACPI Support # CONFIG_ACPI=y CONFIG_ACPI_BOOT=y CONFIG_ACPI_BUS=y CONFIG_ACPI_INTERPRETER=y CONFIG_ACPI_EC=y CONFIG_ACPI_POWER=y CONFIG_ACPI_PCI=y CONFIG_ACPI_MMCONFIG=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_SYSTEM=y CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_FAN=y CONFIG_ACPI_PROCESSOR=y # CONFIG_ACPI_THERMAL is not set # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set CONFIG_ACPI_DEBUG=y


Reply With Quote
