odradek
Group: Members
Posts: 10
Joined: Aug. 2006 |
|
Posted: Aug. 13 2006,19:10 |
|
This may or may not help, but note that the torsmo default configuration, and also hs7sv's perl script, are looking for battery info in /proc/acpi/battery/BAT0
Try this:
ls /proc/acpi/battery
and see what the subdirectory called. If your laptop is like mine, the battery may be called "BAT1", and the .torsmorc and/or perl script need to be modified so they look in the right place.
In my case the fix for .torsmorc is to replace ${battery} with ${battery 1}
|