Just an update on my battery troubles. I found this link https://help.ubuntu.com/community/ACPIBattery
and a test to try - it's not quite the same problem as mine but it could be connected.
To try this solution, do the following:
Open a terminal and enter the following commands, in this order:
sudo rmmod acpi_sbs
sudo rmmod battery
sudo modprobe battery
Then, enter this command:
sudo acpi -V
if you see someting like this:
Battery 1: charging, 100%
Thermal 1: ok, 56.0 degrees C
AC Adapter 1: on-line
Then, voila, your battery is now detected and monitored and you now know that this solution works in your case.
However, in terminal the message I get is that proc/modules could not be found.
There is a work around but I need help for that - perhaps someone could explain the workaround and if I am on the right track. |