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
ACPIWMI(4)						   BSD Kernel Interfaces Manual 						ACPIWMI(4)

NAME
acpiwmi -- Windows Management Instrumentation support for ACPI SYNOPSIS
acpiwmi* at acpi? acpiwmibus* at acpiwmi? wmidell* at acpiwmibus? wmieeepc* at acpiwmibus? wmihp* at acpiwmibus? wmimsi* at acpiwmibus? DESCRIPTION
The acpiwmi device driver provides an ACPI interface for Windows Management Instrumentation (WMI). The ACPI WMI interface is typically used to support vendor specific features found in various laptops. The following WMI mappings are supported: wmidell Dell laptops wmieeepc Some models of Asus Eee PC wmihp Hewlett-Packard laptops wmimsi MSI laptops The functionality varies from vendor to vendor. Typically the interface is used for function and hotkey handling, but additional features may be present. SEE ALSO
acpi(4), acpidalb(4) Microsoft Corporation, Windows Instrumentation: WMI and ACPI, http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx, December 4, 2001. HISTORY
The acpiwmi device driver appeared in NetBSD 6.0. AUTHORS
Jukka Ruohonen <jruohonen@iki.fi> wrote acpiwmi and most of the mappings. CAVEATS
While WMI should provide a certain degree of portability across laptop models from a particular vendor, there is no guarantee that the map- pings are functional in all models. The wmihp driver may conflict with hpqlb(4). BSD
February 16, 2011 BSD