You are not logged in.
I have a Fujitsu P7120 notebook. I had to reinstall Arch recently because my original install got corrupted.
The old install always reported an accurate battery state, whether the notebook was plugged in or not.
Now, it always reports the same state (discharging), regardless.
However, the ac_adapter state is reported correctly:
# more /proc/acpi/ac_adapter/AC/state
state: on-line
# more /proc/acpi/ac_adapter/AC/state
state: off-line
Another, somewhat related question. Before, batteries were named BATx, now they're named CMBx. Any ideas on why the name change, or if it means anything?
Thanks!
Offline
ive always had the same issue..... never gave it much thought though..
Offline
ive always had the same issue..... never gave it much thought though..
Same issue...meaning the battery state or the battery name?
Offline
eldragon wrote:ive always had the same issue..... never gave it much thought though..
Same issue...meaning the battery state or the battery name?
battery state of course.
Offline
sweisman wrote:eldragon wrote:ive always had the same issue..... never gave it much thought though..
Same issue...meaning the battery state or the battery name?
battery state of course.
Ah...makes sense
. In any case, it bothers me because I want to be able to use my notebook untethered and thus battery status becomes kind of important. Also, I want to be able to trigger scripts based on battery state.
However, I did read after posting this that the problem might be that the battery state is simply messed up and running unplugged and letting the battery drain might solve the problem.
Offline
eldragon wrote:sweisman wrote:Same issue...meaning the battery state or the battery name?
battery state of course.
Ah...makes sense
. In any case, it bothers me because I want to be able to use my notebook untethered and thus battery status becomes kind of important. Also, I want to be able to trigger scripts based on battery state.
However, I did read after posting this that the problem might be that the battery state is simply messed up and running unplugged and letting the battery drain might solve the problem.
if /proc/acpi/ac_adapter/AC/state works ok, use that in your scripts
Offline