[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libacpi - general purpose library for acpi



Hi,
To quote my blog entry:

During the last time I developed a general purpose library for ACPI on linux.
Initially I just wanted to rewrite yacpi but since there is no shared lib for acpi information I decided to
put the important stuff in a seperate library.

Before releasing it I want some people to test it because my notebook doesn't support all of the information it can gather.

If you want to help me a bit, download a snapshot from:
http://nion.modprobe.de/libacpi-unreleased.tar.gz.

Install cmake, unpack the tarball and do:
$ mkdir build && cmake ..
$ make
$ ./test-libacpi

and send me the output of test-libacpi together with tmpfile which should be generated like:

for i in `find /proc/acpi -type f`; do
    echo -n "FILE: $i ================\n" >> tmpfile
    cat $i >> tmpfile
done

via mail to: libacpi AAAAT modeprobe DOOT de

Thanks!

Nico

-- 
Nico Golde - http://ngolde.de - nion@jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.

Attachment: pgp4Js_Q2Biuv.pgp
Description: PGP signature


Reply to: