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 - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.

Attachment: pgpi8aNaSLnN6.pgp
Description: PGP signature

Reply via email to