Hello, On Fri, 01 Feb 2008, Dr. Markus Waldeck wrote: > Debian 2.6.24: > % strings /lib/modules/2.6.24-1-686/kernel/drivers/acpi/battery.ko | grep > proc > acpi_bus_generate_proc_event > > Debian 2.6.23: > % strings /lib/modules/2.6.23-1-686/kernel/drivers/acpi/battery.ko | grep > proc > acpi_bus_generate_proc_event > create_proc_entry > proc_mkdir > remove_proc_entry > > Ubuntu hardy: > % strings /lib/modules/2.6.24-5-generic/kernel/drivers/acpi/battery.ko | > grep proc > acpi_bus_generate_proc_event > create_proc_entry > proc_mkdir > remove_proc_entry
On Sat, 02 Feb 2008, alberto maurizi wrote: > The bug persists in the todays update to 2.6.24-2. The problem seems to be that CONFIG_ACPI_PROCFS_POWER is not set Currently most acpi packages[*] use /proc/acpi/{battery,ac}/... to get the power status. This usage is deprecated in 2.6.24 and so Debian kernels would probably need to enable this feature or bugs should be filed against all such packages. Regards, Kapil. [*] For example "conky". -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]