On Sat, 2005-06-04 at 10:44 +0200, Frank Siegert wrote: > > $ ps ax | grep acpid > 5 ? S< 0:00 [kacpid] > 2473 pts/1 S+ 0:00 grep acpid > > As far as I know, [kacpid] is some kind of kernel process and not acpid.
Yes: it's the kernel process responsible for dealing with ACPI though, which suggests that you haven't disabled ACPI in the kernel boot process, and from following this thread you appear to want to. To disable acpi completely during boot, add "acpi=off" to the kernel parameters. Possibly you might get somewhere fiddling with: acpi_sleep= [HW,ACPI] Sleep options Format: { s3_bios, s3_mode } See Documentation/power/video.txt That's cut from Documentation/kernel-parameters.txt in the kernel source. With ACPI disabled, you may have to "modprobe apm" to get APM to work as well. If you do need to do that you can add the module name into /etc/modules so it gets loaded on boot. Hope this is some help. Cheers, Andrew. ------------------------------------------------------------------------- Andrew @ Catalyst .Net .NZ Ltd, PO Box 11-053, Manners St, Wellington WEB: http://catalyst.net.nz/ PHYS: Level 2, 150-154 Willis St DDI: +64(4)803-2201 MOB: +64(272)DEBIAN OFFICE: +64(4)499-2267 Chemicals, n.: Noxious substances from which modern foods are made. -------------------------------------------------------------------------
signature.asc
Description: This is a digitally signed message part