For me there seems to be a ACPI-related problem with 2.6.24_rc6-zen0:
According to the nvidia driver: /proc/acpi/ac_adapter and /proc/acpi/video are missing. Powersaved fails to display the power-status correctly without the ac_adapter directory.
The relevant things that came to my mind are:
Code: Select all
$ grep PROC .config
# ...
CONFIG_IKCONFIG_PROC=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
# ...
CONFIG_PROC_FS=y
$ ls -l /proc/acpi/
total 0
-rw-r--r-- 1 root root 0 8. Jän 17:23 alarm
dr-xr-xr-x 4 root root 0 8. Jän 17:23 button
-r-------- 1 root root 0 8. Jän 17:23 dsdt
dr-xr-xr-x 3 root root 0 8. Jän 17:23 embedded_controller
-r--r----- 1 root haldaemon 0 8. Jän 10:49 event
-r-------- 1 root root 0 8. Jän 17:23 fadt
-r--r--r-- 1 root root 0 8. Jän 17:23 info
dr-xr-xr-x 2 root root 0 8. Jän 17:23 power_resource
dr-xr-xr-x 4 root root 0 8. Jän 17:23 processor
-rw-r--r-- 1 root root 0 8. Jän 17:23 sleep
dr-xr-xr-x 3 root root 0 8. Jän 17:23 thermal_zone
-rw-r--r-- 1 root root 0 8. Jän 17:23 wakeup
$ sudo lsmod | grep ac
...
ac 4224 0
...
As far as I know those procfs files should be there when CONFIG_ACPI_PROCFS is set and the coresponding kernel module is loaded.
What else could be wrong?
Thanks in advance for any pointers.







