- Registriert
- 4 Dez. 2010
- Beiträge
- 29
Hallo,
bin über die Signatur von Linrunner auf das Programm TLP gekommen, und natürlich gleich installiert.
Allerdings bleibt eine kleine Frage zu Akkulade schwelle.
Qualldatei
Wenn ich das richtig verstanden habe lädt die Batterie bei 75 und hört bei 80 wieder auf.
Nun ist es bei mir aber so, dass der Akku zwar nicht lädt, sich aber auch nicht entlädt. Er bleibt immer so um die 97 bis 98 Prozent.
Ist das denn so richtig? Ich dachte eigentlich der Akku wird bis 75 entaden und lädt sich dann wieder bis 80 auf?
Aber vielleicht hab ich das auch falsch verstanden, bzw doch falsch eingesellt.
Der Rechner ist en T60p, also kompatibel.
Das Packet tp-smapi-dkms ist drauf.
Der BEfehl sudo modprobe -v tp-smapi gibt auch keine Fehlermeldung aus.
Besten Dank und natürlich, ein frohes Neues
LG Snoopy
bin über die Signatur von Linrunner auf das Programm TLP gekommen, und natürlich gleich installiert.
Allerdings bleibt eine kleine Frage zu Akkulade schwelle.
Qualldatei
Code:
# tlp - Parameters for power save
# Hint: some features are disabled by default, remove the leading # to enable them
# Set to 0 to disable/1 to enable TLP
TLP_ENABLE=1
# Seconds laptop mode has to to wait after the disk goes idle before doing a sync.
# Non-zero value enables, zero disables laptop mode.
DISK_IDLE_SECS_ON_AC=0
DISK_IDLE_SECS_ON_BAT=2
# Dirty page values (timeouts in secs).
MAX_LOST_WORK_SECS_ON_AC=15
MAX_LOST_WORK_SECS_ON_BAT=60
# Change CPU voltages aka "undervolting" - Kernel with PHC patch required
# Freq:voltage pairs are written to /sys/devices/system/cpu/cpu0/cpufreq/phc_controls
# CAUTION: only use this, if you thoroughly understand what you are doing!
#PHC_CONTROLS="F:V F:V F:V F:V"
# Hard disk devices, separate multiple devices with spaces (default: sda).
DISK_DEVICES="sda"
# Hard disk advanced power management level: 1(max saving)..254(off)
# Levels 1..127 spin down the disk.
# Separate values for multiple devices "sda sdb" with spaces.
DISK_APM_LEVEL_ON_AC="254 254"
DISK_APM_LEVEL_ON_BAT="128 128"
# SATA aggressive link power management (ALPM):
# min_power/medium_power/max_performance
SATA_LINKPWR_ON_AC=max_performance
SATA_LINKPWR_ON_BAT=min_power
# WiFi power saving mode: 1=disable/5=enable
# (Kernel >= 2.6.32, some adapters only!)
WIFI_PWR_ON_AC=1
WIFI_PWR_ON_BAT=5
# Disable wake on lan: Y/N
WOL_DISABLE=Y
# Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
# A value of 0 disables / >=1 enables power save.
SOUND_POWER_SAVE=1
# Disable controller too (HDA only): Y/N
SOUND_POWER_SAVE_CONTROLLER=Y
# Set to 1 to power off optical drive in UltraBay (ThinkPads only)
# when running on battery. A value of 0 disables this Feature (Default).
# Drive can be powered on again by releasing (and reinserting) the
# eject lever or by pressing the disc eject button on newer models.
# Note: an UltraBay hard disk is never powered off.
BAY_POWEROFF_ON_BAT=0
# Optical drive device to power off (default sr0)
BAY_DEVICE="sr0"
# Set to 0 to disable/1 to enable usb autosuspend feature
USB_AUTOSUSPEND=1
# Devices from the following list are excluded from usb autosuspend
# (separate with spaces). Use lsusb to get the id's.
# Note: input devices (usbhid) are excluded automatically
#USB_BLACKLIST="1111:2222 3333:4444"
# Devices to disable on startup: bluetooth wifi wwan
#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
# Devices to disable on shutdown: bluetooth wifi wwan
# (workaround for devices that are blocking shutdown)
#DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"
# Battery charge thresholds (ThinkPad only, tp-smapi kernel module required)
# Charging starts when the remaining capacity falls below the START_CHARGE_TRESH
# value and stops when exceeding the STOP_CHARGE_TRESH value.
# Main battery (values in %)
START_CHARGE_THRESH_BAT0=75
STOP_CHARGE_THRESH_BAT0=80
# Ultrabay battery (values in %)
#START_CHARGE_THRESH_BAT1=75
#STOP_CHARGE_THRESH_BAT1=80
Wenn ich das richtig verstanden habe lädt die Batterie bei 75 und hört bei 80 wieder auf.
Nun ist es bei mir aber so, dass der Akku zwar nicht lädt, sich aber auch nicht entlädt. Er bleibt immer so um die 97 bis 98 Prozent.
Ist das denn so richtig? Ich dachte eigentlich der Akku wird bis 75 entaden und lädt sich dann wieder bis 80 auf?
Aber vielleicht hab ich das auch falsch verstanden, bzw doch falsch eingesellt.
Der Rechner ist en T60p, also kompatibel.
Das Packet tp-smapi-dkms ist drauf.
Der BEfehl sudo modprobe -v tp-smapi gibt auch keine Fehlermeldung aus.
Besten Dank und natürlich, ein frohes Neues

LG Snoopy