You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo dmidecode
[..]
System Information
Manufacturer: LENOVO
Product Name: 20A7005KMS
Version: ThinkPad X1 Carbon 2nd
Wake-up Type: Power Switch
SKU Number: LENOVO_MT_20A7_BU_Think_FM_ThinkPad X1 Carbon 2nd
Family: ThinkPad X1 Carbon 2nd
[..]
Base Board Information
Manufacturer: LENOVO
Product Name: 20A7005KMS
Version: 0B98417 WIN
Asset Tag: Not Available
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Not Available
Chassis Handle: 0x0000
Type: Motherboard
Contained Object Handles: 0
[..]
$ uname -a
Linux snowcrash 5.0.1-arch1-1-ARCH #1 SMP PREEMPT Sun Mar 10 10:55:53 UTC 2019 x86_64 GNU/Linux
$ pacman -Ss tlp
community/tlp 1.2-1 [installed]
Linux Advanced Power Management
Expected behavior
According to the man page, the command should still be present:
chargeonce [BAT0|BAT1] (ThinkPads only)
Charge main (BAT0) or auxiliary (BAT1) battery to the stop charge
threshold once (bypassing start threshold). Configured thresholds
are restored upon next system boot-up.
The text was updated successfully, but these errors were encountered:
Describe the bug
After the most recent upgrade to TLP 1.2, the
chargeonce
(sub)command is missing on my system:The
fullcharge
command works as expected and loads the battery:$ sudo tlp fullcharge Setting temporary charge thresholds for BAT0: stop = 100 start = 96 Charging starts now, keep AC connected.
System information:
$ uname -a Linux snowcrash 5.0.1-arch1-1-ARCH #1 SMP PREEMPT Sun Mar 10 10:55:53 UTC 2019 x86_64 GNU/Linux $ pacman -Ss tlp community/tlp 1.2-1 [installed] Linux Advanced Power Management
Expected behavior
According to the man page, the command should still be present:
The text was updated successfully, but these errors were encountered: