Quote:
Originally Posted by dunric
First you'll need ACPI support in kernel or in its (loaded) modules and acpid package installed.
Stopping apm daemon is as easy as launching killall apmd.
Now you may start acpi daemon. Make sure init script is executable chmod +x /etc/rc.d/rc.apcid and now you may run /etc/rc.d/rc.apcid start.
If all went allright (apcid is in process list, no error/warning messages in syslog) you may perform shutdown now.
If it'll satisfy your expectations you may safely remove package apmd and use acpid solely.
|
Ok, I've done all this and ACPID loads satisfactorily.
I am still trying to decide now the best way to make ACPID load at boot in preference to APMD. Looking at the rc.M script, I can see why APMD is loaded in preference, but I would like to know why this was not happening with my previous kernel 2.6.14.6 which had exactly the same APM/ACPI modules configured.
Anyone know why this behavior changed?.
To get ACPID to load in preference to APMD, I could obviously uninstall APMD, but would prefer not to do so at this stage. Is there a way of doing this without editing rc.M?.
Thank you for your continuing help.