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:
$ 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 -e "FILE: $i ================\n" >> tmpfile
cat $i >> tmpfile
done
via mail to:
Thanks!
UPDATE: yes I totally fucked up the install instructions and the generation of the tmpfile
Sorry.
And in case I didn't reply to every mail I got until now, thanks very much for you help all!