Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have a Toshiba Satellite L645D running Ubuntu 12.10 and it seems like Ubuntu like some other distros (Nadia, Debian) won't recognize my battery and I don't know the reason for that, it won't show the level of charge and if I have my laptop plugged in with the AC adapter, I have tried this "Settings > Power - Show battery status in the menu bar" as Always but it won't show me the level of charge at any moment i think the whole OS won't recognize the battery at all, help please, I'm desperate because every time I'm running the laptop with the battery eventually will discharge completely and turn off without even warning about battery level. I don't want to go back to Windows 7 and I have also asked this question in Spanish forums (As I'm a Spanish native talker) but no one seems to know how to fix this problem.

share|improve this question
2  
What have you tried so far? There are several questions related to this issue on the site already. Possible duplicate: askubuntu.com/questions/197394/… – maggotbrain Jan 8 at 10:22
Same problem here. Reinstalling indicator-power didn't help. – Inkbug Jan 16 at 13:04
1  
Your machine isn't supported probably, I guess. These bugs are called ACPI bugs and are very hard to squash. I can only recommend dumping the raw DSDT ACPI table to a file: acpidump -b -t DSDT -o myDSDT.aml and attaching this to a bug report. How do I report a bug? Anyway, just to verify, post the output of dmesg | grep -i acpi and upower -d from a terminal. Thanks :) – gertvdijk Jan 16 at 22:17
@gertvdijk where should I post that info? – Inkbug Jan 31 at 6:44
@Inkbug In case you have the exact same laptop as the OP, just post it on paste.ubuntu.com and edit the question with a link to it. :) If you have a similar issue on other hardware, I would put the link in a comment. – gertvdijk Jan 31 at 9:28

1 Answer

Try this:

sudo apt-get install indicator-power

If it is installed, try re-installing it.

sudo apt-get purge indicator-power

sudo apt-get install indicator-power

share|improve this answer
@Benjamin Osorio Have you tried the above steps? If yes what was the output? if you could mention more details then it would give others to understand and can know what can be done further. – VRU Jan 16 at 13:15
Doing this (multiple times) hasn't helped me, with a similar computer and setup. – Inkbug Jan 17 at 17:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.