Lenovo Yoga - Battery not charging -

Hi all,

I had acquired a Lenovo Yoga recently and installed Manjaro on it. After a few days, battery does not want to charge (I have done the same on my old Dell Latitude 3480 without any problem). It does not want to discharge either and a result of the command tlp-stat gives me the following output :

`+++ Battery Features: Charge Thresholds and Recalibrate

natacpi = active (data, thresholds)
tpacpi-bat = active (recalibrate)
tp-smapi = inactive (ThinkPad not supported)

+++ ThinkPad Battery Status: BAT0 (Main / Internal)
/sys/class/power_supply/BAT0/manufacturer = Celxpert
/sys/class/power_supply/BAT0/model_name = 5B10W13934
/sys/class/power_supply/BAT0/cycle_count = 3
/sys/class/power_supply/BAT0/energy_full_design = 46000 [mWh]
/sys/class/power_supply/BAT0/energy_full = 45100 [mWh]
/sys/class/power_supply/BAT0/energy_now = 43670 [mWh]
/sys/class/power_supply/BAT0/power_now = 0 [mW]
/sys/class/power_supply/BAT0/status = Unknown (threshold may prevent charging)

/sys/class/power_supply/BAT0/charge_start_threshold = 96 [%]
/sys/class/power_supply/BAT0/charge_stop_threshold = 100 [%]
tpacpi-bat.BAT0.forceDischarge = 0

Charge = 96.8 [%]
Capacity = 98.0 [%]

`
I have searched through this forum and found some topics but no solution seemed to work and I would say I’m a little afraid to run tlp recalibrate BAT0 for this. I managed one time to be in charging mode but even by browsing my shell history, I didn’t manage to reproduce this.

Does someone have some help or any other tip ?

Result also of uname -a :

Linux sunny-go 5.11.1-1-MANJARO #1 SMP PREEMPT Tue Feb 23 14:26:47 UTC 2021 x86_64 GNU/Linux

Thanks and I hope I’m not in the wrong way :slight_smile:

There is a charge threshold, so charging will start when it is below that “line”.
The battery is nearly full right now:
Charge = 96.8 [%]
And the “start” for charging is below:
/sys/class/power_supply/BAT0/charge_start_threshold = 96 [%]

So everything is fine with your system.