Ok, so I have tried running the following commands:
Code:
cat /sys/bus/acpi/drivers/battery/PNP0C0A:00/power_supply/BAT1/charge_full_design
This returns "2500000"
And this:
Code:
cat /sys/bus/acpi/drivers/battery/PNP0C0A:00/power_supply/BAT1/charge_full
This returns "1187000"
using "sudo tee" instead of "cat" returns "permission denied"... what can I do? I'm sorry if these question seem dumb, I don't really know much about linux commands.
I have also tried investigating a bit and it seems like this could be caused because the battery is dying and there is nothing I can do other than buying a new one... Is this the only alternative?