Description: This is yet another acpi battery monitor theme for superkaramba.
Features: -------- Monitor: * Power -> (on|off)line if the AC adapter is plugged at the notebook and in to the supply. * Charge -> it calcules the load (on percents) of the battery. * Time left -> it calculates the remaining load time (HH:MM).
I ran into the same problem
I ran the find /proc/acpi/ -type d command and got this output
/proc/acpi/
/proc/acpi/thermal_zone
/proc/acpi/processor
/proc/acpi/processor/CPU1
/proc/acpi/video
/proc/acpi/fan
/proc/acpi/button
/proc/acpi/button/lid
/proc/acpi/button/lid/LID0
/proc/acpi/button/power
/proc/acpi/button/power/PWRB
/proc/acpi/button/power/PWRF
/proc/acpi/battery
/proc/acpi/battery/BAT0
/proc/acpi/ac_adapter
/proc/acpi/ac_adapter/ADP0
/proc/acpi/power_resource
/proc/acpi/embedded_controller
/proc/acpi/embedded_controller/EC
I already noticed that the python script called for ADP1 and BAT1 variables. I already switched those variables to ADP0 and BAT0 to match my system.
But alas, still no output!
Do you have these files?
/proc/acpi/battery/BAT1/info
/proc/acpi/battery/BAT1/state
/proc/acpi/ac_adapter/ADP1/state
If you have these files, show to us the contents of them:
Example:
cat /proc/acpi/battery/BAT1/info
cat /proc/acpi/battery/BAT1/state
cat /proc/acpi/ac_adapter/ADP1/state
If you haven't these files, say what you have, and the contents.
The model of the batteries are different.
If you sent your output we can fix this bug.
Thanks
What isn't showing? The values of battery or all the labels? If you can't see anything, maybe you can fix it changing the font in configuration file (butuca.theme). If only the values aren't showing, maybe the kernel modules "ac" and "battery" aren't loaded. Check it with the lsmod command.
Please, run this command and shows the results
find /proc/acpi/ -type d
Ratings & Comments
4 Comments
I ran into the same problem I ran the find /proc/acpi/ -type d command and got this output /proc/acpi/ /proc/acpi/thermal_zone /proc/acpi/processor /proc/acpi/processor/CPU1 /proc/acpi/video /proc/acpi/fan /proc/acpi/button /proc/acpi/button/lid /proc/acpi/button/lid/LID0 /proc/acpi/button/power /proc/acpi/button/power/PWRB /proc/acpi/button/power/PWRF /proc/acpi/battery /proc/acpi/battery/BAT0 /proc/acpi/ac_adapter /proc/acpi/ac_adapter/ADP0 /proc/acpi/power_resource /proc/acpi/embedded_controller /proc/acpi/embedded_controller/EC I already noticed that the python script called for ADP1 and BAT1 variables. I already switched those variables to ADP0 and BAT0 to match my system. But alas, still no output!
Do you have these files? /proc/acpi/battery/BAT1/info /proc/acpi/battery/BAT1/state /proc/acpi/ac_adapter/ADP1/state If you have these files, show to us the contents of them: Example: cat /proc/acpi/battery/BAT1/info cat /proc/acpi/battery/BAT1/state cat /proc/acpi/ac_adapter/ADP1/state If you haven't these files, say what you have, and the contents. The model of the batteries are different. If you sent your output we can fix this bug. Thanks
it installed fine and loads but no fonts showing any ideas? thks
What isn't showing? The values of battery or all the labels? If you can't see anything, maybe you can fix it changing the font in configuration file (butuca.theme). If only the values aren't showing, maybe the kernel modules "ac" and "battery" aren't loaded. Check it with the lsmod command. Please, run this command and shows the results find /proc/acpi/ -type d