AcpiTool 0.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News AcpiTool 0.5 (Default branch)
# 1  
Old 07-24-2008
AcpiTool 0.5 (Default branch)

Image AcpiTool is a Linux ACPI client. It's a small command line application, intended to be a replacement for the apm tool. The primary target audience are laptop users, since these people are most interested in things like battery status, thermal status and the ability to suspend (sleep mode). The program simply accesses the /proc/acpi or /sysfs entries to get or set ACPI values. A computer running a Linux kernel from the 2.4.x or 2.6.x series with ACPI enabled is needed. It also supports various extensions for Toshiba, Asus, and IBM Thinkpad laptops. License: GNU General Public License (GPL) Changes:
This release is compatible with the new /sys/class/power_supply kernel interface introduced in Linux 2.6.24. The code was adapted for compatibility with GCC 4.3.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ACPIEC(4)						   BSD Kernel Interfaces Manual 						 ACPIEC(4)

NAME
acpiec -- ACPI Embedded Controller SYNOPSIS
acpiec* at acpi? acpiecdt* at acpi? DESCRIPTION
The acpiec driver supports ACPI Embedded Controllers. An ACPI Embedded Controller (EC) is typically a small microprocessor that is responsible for various tasks related to ACPI. The primary task is to handle ACPI specific interrupts, which are mapped to so-called ACPI General Purpose Events (GPEs). Other possible functions include embedded access to other buses such as the iic(4). The ACPI specific events range from user initiated events to events triggered by the hardware. When such an event occurs, typically either a System Management Interrupt (SMI) or a System Control Interrupt (SCI) is raised. The latter is an active, visible, shareable, level inter- rupt. On most Intel chipsets SCI is hardwired to the interrupt number 9. The main task of an EC is to raise a system control interrupt. All GPEs generate SCIs. A typical example of the internal wiring of GPEs could involve gpio(4): when, e.g., the AC adapter is connected, a certain GPIO line becomes active, a given GPE is flagged, and a SCI interrupt is raised by the EC, leading to execution of ACPI machine code in order to locate the handler associated with the event. A corresponding driver, acpiacad(4) in this case, will finally finish the process- ing of the event. Due to the reasons described above, majority of ACPI specific drivers are dysfunctional without acpiec. It is therefore recommended that acpiec is always enabled, even though it may not be required on some older systems. SEE ALSO
acpi(4) HISTORY
The acpiec driver appeared in NetBSD 1.6. CAVEATS
Many machines depend on early attachment of acpiec. In such cases the information required by acpiec should be available as a separate and optional Embedded Controller Descriptor Table (ECDT). If an ECDT is not available or early attachment can not be carried out due other rea- sons, the initialization of the whole acpi(4) subsystem may be problematic. BSD
February 27, 2010 BSD