Is there a laptop power management program?

Using applications, configuring, problems
Post Reply
Message
Author
basslord1124
Posts: 73
Joined: Tue 12 Dec 2006, 03:11

Is there a laptop power management program?

#1 Post by basslord1124 »

I just recently installed Puppy Linux 2.12 on an old Dell Latitude CPi266 laptop and was wondering if there was any sort of power management software for Puppy. Particularly software that would allow me to monitor how much battery power I have left. Thanks.

John Doe
Posts: 1681
Joined: Mon 01 Aug 2005, 04:46
Location: Michigan, US

#2 Post by John Doe »

Try something like this in a script:

Code: Select all

#!/bin/sh
modprobe ac
modprobe battery
modprobe fan
modprobe processor
modprobe thermal
#/proc/acpi/thermal_zone/THM0/polling_frequency
wmpower -no-meddling &

Post Reply