How to check whether tlp supports my laptop and is working properly?
My laptop is
To test , in /etc/tlp.conf, modified line no. 431 & 432 as
START_CHARGE_THRESH_BAT1=30
STOP_CHARGE_THRESH_BAT1=80
Then ran
Presently the battery is 98% charged and is charging. Whenever I sleep it and switch off mail switch and again start using by making power on, always charging-discharging takes place from @ 95 to 100%.
This laptop always being at home , I don't need battery backup for it and want to maximize battery life. So want to set to charge up to 90% only when it is discharged to 30%. How to configure this and check it is working?
My laptop is
Code:
jagdeesh@jld-lap-HP15-kub2004:~$ inxi -b System: Host: jld-lap-HP15-kub2004 Kernel: 5.4.0-54-generic x86_64 bits: 64 Desktop: KDE Plasma 5.18.5 Distro: Ubuntu 20.04.1 LTS (Focal Fossa) Machine: Type: Laptop System: HP product: HP Laptop 15-db0xxx v: Type1ProductConfigId serial: <superuser/root required> Mobo: HP model: 84AE v: 86.21 serial: <superuser/root required> UEFI: Insyde v: F.17 date: 01/16/2019 Battery: ID-1: BAT1 charge: 41.3 Wh condition: 42.1/41.0 Wh (103%) CPU: Dual Core: AMD Ryzen 3 2200U with Radeon Vega Mobile Gfx type: MT MCP speed: 1578 MHz min/max: 1600/2500 MHz Graphics: Device-1: AMD Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] driver: amdgpu v: kernel Display: x11 server: X.Org 1.20.8 driver: amdgpu FAILED: ati unloaded: fbdev,modesetting,vesa resolution: 1920x1080~60Hz OpenGL: renderer: AMD RAVEN (DRM 3.35.0 5.4.0-54-generic LLVM 10.0.0) v: 4.6 Mesa 20.0.8 Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 Device-2: Realtek RTL8723DE 802.11b/g/n PCIe Adapter driver: rtw_pci Drives: Local Storage: total: 931.51 GiB used: 338.50 GiB (36.3%) Info: Processes: 209 Uptime: 30m Memory: 7.50 GiB used: 1.67 GiB (22.3%) Shell: bash inxi: 3.0.38 jagdeesh@jld-lap-HP15-kub2004:~$
START_CHARGE_THRESH_BAT1=30
STOP_CHARGE_THRESH_BAT1=80
Then ran
Code:
jagdeesh@jld-lap-HP15-kub2004:~$ sudo tlp start [sudo] password for jagdeesh: TLP started in AC mode (auto). jagdeesh@jld-lap-HP15-kub2004:~$ sudo tlp setcharge 30 90 BAT1 Error: battery charge thresholds not available. jagdeesh@jld-lap-HP15-kub2004:~$
This laptop always being at home , I don't need battery backup for it and want to maximize battery life. So want to set to charge up to 90% only when it is discharged to 30%. How to configure this and check it is working?
Comment