Jump to content

acpi daemon not found?


83mercedes
 Share

Recommended Posts

urpmi acpid

 

will install it and you can then turn it on and off mcc>System>Services.

 

If the kernel is looking for it there's probably a reason....or maybe not. I'd remember when it's being asked for>install it and look there again to see if it gives any output as to why. The app itself gives you some control over how the kernel communicates with your acpi/bios. I never got a message but I tried it and didn't notice or see anything diff. I don't have a laptop either.

Link to comment
Share on other sites

[bvc@localhost bvc]$ urpmf --description acpid

acpid:description:The ACPI specification defines power and system management functions

acpid:description:for each computer, in a generic manner.  The ACPI daemon coordinates

acpid:description:the management of power and system functions when ACPI kernel

[bvc@localhost bvc]$ urpmf --summary acpid

acpid:summary:ACPI kernel daemon and control utility

[bvc@localhost bvc]$

Link to comment
Share on other sites

I mentioned laptops because battery monitors and whatnot use it, but it's not strictly for laptops. Here's what my system says about it:

 

sh-2.05b$ gaze what acpid

ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. It listens on a file (/proc/acpi/event) and when an event occurs, executes programs to handle the event. The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin.

 

And here's what make menuconfig says:

 

 CONFIG_ACPI:                                                            x   

 x                                                                         x   

 x ACPI/OSPM support for Linux is currently under development. As such,    x   

 x this support is preliminary and EXPERIMENTAL.  Configuring ACPI         x   

 x support enables kernel interfaces that allow higher level software      x   

 x (OSPM) to manipulate ACPI defined hardware and software interfaces,     x   

 x including the evaluation of ACPI control methods.  If unsure, choose    x   

 x N here.  Note, this option will enlarge your kernel by about 120K.      x   

 x                                                                         x   

 x This support requires an ACPI compliant platform (hardware/firmware).   x   

 x If both ACPI and Advanced Power Management (APM) support are            x   

 x configured, whichever is loaded first shall be used.                    x   

 x                                                                         x   

 x This code DOES NOT currently provide a complete OSPM implementation     x   

 x -- it has not yet reached APM's level of functionality.  When fully     x   

 x implemented, Linux ACPI/OSPM will provide a more robust functional      x

 x  replacement for legacy configuration and power management              x   

 x interfaces, including the Plug-and-Play BIOS specification (PnP         x   

 x BIOS), the Multi-Processor Specification (MPS), and the Advanced        x   

 x Power Management specification (APM).                                   x   

 x                                                                         x   

 x Linux support for ACPI/OSPM is based on Intel Corporation's ACPI        x   

 x Component Architecture (ACPI CA). The latest ACPI CA source code,       x   

 x documentation, debug builds, and implementation status information      x   

 x can be downloaded from:                                                 x   

 x <http://developer.intel.com/technology/iapc/acpi/downloads.htm>.        x   

 x                                                                         x   

 x The ACPI Sourceforge project may also be of interest:                   x   

 x <http://sf.net/projects/acpi/>                                          x   

 x

Link to comment
Share on other sites

In my /etc/lilo.conf file (boot manager)

 

image=/boot/vmlinuz

label="Mandrake91"

root=/dev/hdc7

initrd=/boot/initrd.img

append="quiet devfs=mount hdd=ide-scsi acpi=off"

vga=788

read-only

 

See the acpi=off flag?

 

Wonder if all you have to do is make sure you have that. Remember to su to root and type lilo to process the change..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...