Acer Aspire One AOA110 - weird screen shutdown and freeze issue at ~40% battery power

Asked by mistseeker@gmail.com

Ok, I'm experiencing a weird battery issue on my Jaunty installation on an AOA110 with 1GB Ram and latest BIOS 3310, also a 16GB MMC card in the left slot:

When working on battery power, at about 50-40%, the screen abruptly shuts down. A hard power off is the only way to restart the system, as the system appears to be frozen.

I searched a lot on this forum and others, and have found threads about similar problems, but this issue seems different and doesn't seem to be a hardware related issue for me. Why?

1. I've tested Elive which doesn't produce the same problem. Kuki and other jaunty-based distros seem to produce the same problem, however.
2. On BIOS screen, the battery empties normally.
3. I've tested another AOA110 battery on my system, it produces the same problem. My battery on another AOA110 works fine.
4. When I use EXAILE to PLAY music on my system, the screen doesn't shut down! Battery power diminishes normally to the lowest level.

This is a rather irritating problem, and I don't want to have music on all the time just to work on battery power!

Any suggestions? Thanks for your time in advance!

Nektarios-Greece.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu unr-meta Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You could try some boot options to disable APCI:

https://help.ubuntu.com/community/BootOptions

You may not get a battery bar but it may get you past 40% battery.

Revision history for this message
mistseeker@gmail.com (mistseeker) said :
#2

Thanks for the suggestion, actionparsnip. I tried ACPI=off, and indeed the shutdown stopped. I wasn't satisfied by this, however, since I got no battery power bar, ACPI options like suspend etc, which made this half-solution.

Then I stumbled on this thread, in the www.aspireoneuser.com forums:
http://www.aspireoneuser.com/forum/viewtopic.php?f=42&t=13699

I did what user TheTilde suggests there, only converted to ubuntu:

I edited the /etc/rc.local file ( sudo gedit /etc/rc.local ) which (since I had applied the 'increase battery life' tweak shown on the Ubuntu Acer Aspire One community page when installing jaunty) initially looked like this:

[code]# Economize the SSD
sysctl -w vm.swappiness=1 # Strongly discourage swapping
sysctl -w vm.vfs_cache_pressure=50 # Don't shrink the inode cache aggressively

# As in the rc.last.ctrl of Linpus
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_max > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate

echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
echo 20 > /proc/sys/vm/dirty_ratio
echo 10 > /proc/sys/vm/dirty_background_ratio

echo 1 > /sys/devices/system/cpu/sched_smt_power_savings
echo 10 > /sys/module/snd_hda_intel/parameters/power_save
echo 5 > /proc/sys/vm/laptop_mode

#Decrease power usage of USB while idle
[ -w /sys/bus/usb/devices/1-5/power/level ] && echo auto > /sys/bus/usb/devices/1-5/power/level
[ -w /sys/bus/usb/devices/5-5/power/level ] && echo auto > /sys/bus/usb/devices/5-5/power/level
[/code]

and commented the #Decrease power usage of USB while idle script so it looked like this:

[code]#Decrease power usage of USB while idle
#[ -w /sys/bus/usb/devices/1-5/power/level ] && echo auto > /sys/bus/usb/devices/1-5/power/level
#[ -w /sys/bus/usb/devices/5-5/power/level ] && echo auto > /sys/bus/usb/devices/5-5/power/level[/code]

So this issue really is a usb to acpi communication problem of that specific script. All ok. Problem solved.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

nice one. Glad you got the gold.

Revision history for this message
mistseeker@gmail.com (mistseeker) said :
#4

Ok,

I recently installed Karmic Koala Netbook Remix. The problem began anew. However, I hadn't applied the tweaks this time, so that I could undo them. Any ideas?

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
mistseeker@gmail.com (mistseeker) said :
#6

I'm afraid the problem still persists. It's frustrating.

Από το iPhone μου

24 Οκτ 2009, 9:14, ο/η Launchpad Janitor <<email address hidden>
d.net> έγραψε:

> Your question #83062 on unr-meta in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> Status: Open => Expired
>
> Launchpad Janitor expired the question:
> This question was expired because it remained in the 'Open' state
> without activity for the last 15 days.
>
> --
> If you're still having this problem, you can reopen your question
> either
> by replying to this email or by going to the following page and
> entering more information about your problem:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#7

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
mistseeker@gmail.com (mistseeker) said :
#8

In Karmic, the problem persists I'm afraid. Only way around it is for
exaile to be playing music.

Από το iPhone μου

09 Νοε 2009, 8:53, ο/η Launchpad Janitor <<email address hidden>
d.net> έγραψε:

> Your question #83062 on unr-meta in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> Status: Open => Expired
>
> Launchpad Janitor expired the question:
> This question was expired because it remained in the 'Open' state
> without activity for the last 15 days.
>
> --
> If you're still having this problem, you can reopen your question
> either
> by replying to this email or by going to the following page and
> entering more information about your problem:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

have you got the latesrt BIOS for your netbook?

Revision history for this message
mistseeker@gmail.com (mistseeker) said :
#10

Yes, I have 3310 installed.

25 Νοε 2009, 2:36, ο/η actionparsnip <<email address hidden>
d.net> έγραψε:

> Your question #83062 on unr-meta in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> have you got the latesrt BIOS for your netbook?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#11

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
mistseeker@gmail.com (mistseeker) said :
#12

Still not working. The only way to avoid shutdown is not to leave the cpu
idle (e.g. having exaile play music).

2009/12/10 Launchpad Janitor <email address hidden>

> Your question #83062 on unr-meta in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> Status: Open => Expired
>
> Launchpad Janitor expired the question:
> This question was expired because it remained in the 'Open' state
> without activity for the last 15 days.
>
> --
> If you're still having this problem, you can reopen your question either
> by replying to this email or by going to the following page and
> entering more information about your problem:
> https://answers.launchpad.net/ubuntu/+source/unr-meta/+question/83062
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#13

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Mark Hayes (mark-hayes-1973) said :
#14

Folks,

I have the exact same problem - with all the same details, although I have not tested as extensively as mistseeker. I had this problem with both 9.10 UNR and now with 10.04 UNR. I do not remember it being there (did not have the issue as far as I remember) for earlier versions.

I have an AAO (110 - ZG5) with a 16GB MMC card in the left slot. To try and resolve the issue, I also upgraded to the latest bios (3310) but it doesn't seem to have solved the problem.

The issue occurs sometime just below 50% battery power and is very repeatable. One thing to note is that this just does not occur at any time when the machine is on power by the adapter. Only occurs on battery.

I am not 100% certain that the whole thing bricks each time - the screen certainly goes blank, and it seems unresponsive, but still, a combination of keys "might" work, I have not tried them all..!. I have tried using the Magic Sys-Req key combos and none of that works...

A hard reset is the only way to get back to working order.

Obviously, would like this fixed if possible. I paid a lot for my larger battery, and only being able to use half of it is a real PITA.

Any help resolving this would be great.

Many thanks,

Mark.