Results 1 to 10 of 14
Ive just come over from windows, however in linux I cannot read how much battery power I have left it always reports as 1% full even when fully charged.
I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-07-2005 #1Just Joined!
- Join Date
- Nov 2005
- Location
- UK
- Posts
- 31
Battery Problem
Ive just come over from windows, however in linux I cannot read how much battery power I have left it always reports as 1% full even when fully charged.
I have the Acer Aspire 5002LM and i'm running SuSE9.3, thanks for any help,
Ollie.
- 11-07-2005 #2
are you using acpi or apm?
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 11-08-2005 #3
I'm pretty sure acpi is installed by default with Suse but I am not 100% sure (it was installed for me in 10.0 - 9.3 had no problems with the battery either). Does it say 1% full when plugged in and unplugged?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 11-08-2005 #4Just Joined!
- Join Date
- Nov 2005
- Location
- UK
- Posts
- 31
Yea it says 1% when plugged in and when unplugged, how do i tell if i'm using acpi and api.
Thanks
- 11-09-2005 #5
Search Yast to see if they are installed.
There is also a power management module for Yast: Yast>System>Power Management. Go here and try changing some of those settings.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 11-09-2005 #6
try in the console
as rootif it says something other than command not found you are using acpi and if it shows the correct battery status then it is a problem with your gui battery thing. Sorry I don't know exact term but I think you are referring to a little battery symbol on your desktop. I have FC3 and this thing never worked for me so try using the command above.Code:#acpi -b
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 11-10-2005 #7Just Joined!
- Join Date
- Nov 2005
- Location
- UK
- Posts
- 31
Nothing happens when i type the code in, not even command not found, that is logged in as root. In YaST under power management there is a ACPI settings button, which would suggest it is installed, however the only settings there are to change are just preferances such as what happens when the lid is closed and editing power schemes.
- 11-10-2005 #8
you can try looking in /proc
[/code] cd /proc/acpi if you have this directory then acpi is working. Then in this you should be able to find something like this with this command
cat battery/BAT0/state thats a zero not an o. or from anywhere
cat /proc/acpi/battery/BAT0/statecat /proc/apm/..........[/code]Code:if this doesn't work try the same thing basically but with apm
if neither show up then I'm lost or you don't have either support in your kernel which would be troublesome
EDIT: apparently I'm not gettting the code part to work today but I hope you get the pointAll right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 11-10-2005 #9Linux Newbie
- Join Date
- Jul 2005
- Location
- Illinois, USA
- Posts
- 111
I think what spencerf means when he says
is to type it as root, so it would just beCode:#acpi -b
The hashes indicate that it's a comment and the shell will just ignore it.Code:acpi -b
- 11-10-2005 #10
that's correct hamburger I didn't even think that he entered in pound before the acpi -b part. I can see how that would be confusing.
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL


Reply With Quote
