1

I've tried the following command

cat /proc/acpi/battery/BAT0/info

And there it is

No such file or directory

acpi outputing this:

Battery 0: Unknown, 100%

Is there another way to check the battery's health?

Eliah Kagan
  • 117,780
RnD
  • 121

1 Answers1

1

try

cat /proc/acpi/battery/BAT1/info

or

cat /proc/acpi/battery/BAT1/stat
dedunu
  • 9,186