On 16 Feb 2003 11:16:11 +1100, Kevin Saenz wrote: > I haven't looked at my logs but I have been playing with apci and > 2.4.20 kernel so far most the acpi apps ask for /proc/acpi/battery0 > which doesn't exist. > I haven't dug into it much more than that.
The /proc filesystem layout, and the API itself to some extent, is still changing slightly. The ACPI version shipped with 2.4 kernels is a little out of sync with the current layout, and the vast majority of ACPI apps are written with the new setup in mind. Compiling a new kernel with the ACPI patch from http://acpi.sourceforge.net/ should fix things for you. -- Pete -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
