I had bad luck, I think because of this patch my SD-card got corrupted :(
I am now trying to recover my files...
Error in dmesg :
EXT2-fs error (device mmcblk0): ext2_check_descriptors: Block bitmap for group
1 not in group (block 0)!
[ 9011.671907] EXT2-fs: group descriptors corrupted!
[ 9020.3
@Lee: great fix! This works fo me on an AAO 110L ZG5.
thanks!!
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@li
I received this message in my inbox this morning:
---
Hi,
I tried to post this message to
https://bugs.launchpad.net/ubuntu/karmic/+source/linux/+bug/424877
but the we
I am currently working on a similar bug.
Can someone try this and report back here whether it works for them or
not please?
Momentary workaround:
echo "SUSPEND_MODULES=\"sdhci sdhci_pci\"" | sudo tee -a
/etc/pm/config.d/suspend_modules
This will unload the SD card reader module on suspend a
this bug is terrible for power conscious netbooks (I freeze w/o any SD
cards too): can I help in any way to get a fix upstream for Debian?
thanks!
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubun
Bug #554695 and Bug #477106 may be related.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
http
The freeze on suspend seems common to Debian-based distros. I tried with
Debian testing (Squeeze) and was able to reproduce the same issue
(Aspire One model ZG5, 8GB SSD, BIOS v.3309).
The script linked above by White Rabbit resolved the issue for me, too.
(I have also applied the pciehp_force=1 o
Confirming this bug is still existent in 10.04, and is solved by the
above script. Is it worth setting up a PPA with the script to make it
easier to install?
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a me
I can confirm that script at
https://help.ubuntu.com/community/AspireOne/Ubuntu9.10 works for me too
ZG5 aspireone
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
This bug happens too in several Dell's (mini9, Inspiron...) so it seems to be
independent from hardware (not only Acer).
This bug for example is related:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/436729
I can confirm that script at
https://help.ubuntu.com/community/AspireOne/Ubuntu9.10
Can I suggest the attached script which I found at
https://help.ubuntu.com/community/AspireOne/Ubuntu9.10
It works for me and I think it should unmount any SD cards before
sleeping.
** Attachment added: "Script to unmount SD cards prior to sleep"
http://launchpadlibrarian.net/37647725/010_unmo
This has actually started to affect me again. It doesn't sleep anymore,
and I get this in the suspend log :
Wed Jan 6 20:37:50 GMT 2010: Running hooks for suspend.
/usr/lib/pm-utils/sleep.d/000record suspend suspend: success.
/usr/lib/pm-utils/sleep.d/00auto-quirk suspend suspend: Adding quirks f
Hi Ender, could you run the 'mount' command on your computer and post the
output to me.
Probably the device name is a bit different.
I will modify the script for your computer.
Jim
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notificat
Hey Everybody,
Has there been any progress on this bug? Richard's script didn't seem to
work for me, unfortunately.
On Wed, Nov 11, 2009 at 8:45 AM, Peter Harding wrote:
> This a seems to only happen with my 8GB SDHC card mounted and not my 2GB
> SD card in both my Acer Aspire One 110 and my De
This a seems to only happen with my 8GB SDHC card mounted and not my 2GB
SD card in both my Acer Aspire One 110 and my Dell Mini 9 (8GB SSD). The
regular SD card suspends and resumes normally in both machines. Screen
does not blank it just freezes with whatever was on it at the time of
the suspend.
Thanks for the tip White Rabit! I just noticed that my card is also write
protected, and my acer crashes when it is not write protected.
I also removed the backport modules, but it crashes then also when the card is
protected.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.
I can confirm the same behaviour as Benno Zuure. Same pciehp
modification and backports module installed. Suspend/resume works when
SD card write protected. Otherwise lockup on suspend or hibernate.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received th
Same problem here with an 4 Gb SD-card in the left slot in an AOO 150.
Did the pciehp kernel line change and installed the backports modules with no
succes.
Installed Richard's script for now.
When the card is write protected (notch on the SD card) hibernate,sleep
and resume works.
--
[Acer Asp
Thanks Richard. That script works for me with an 8GB SD card in the left
slot.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing lis
2009/11/4 Richard Mathie :
> i added a hook in /ect/pm/sleep.d/11_mmc_mounts
>
> #!/bin/sh
> # mmcard must be mounted or unmounted before suspend | hibinate
> case "$1" in
> hibernate|suspend)
> umount /dev/mmcblk0p1
> ;;
> thaw|resume)
> m
i added a hook in /ect/pm/sleep.d/11_mmc_mounts
#!/bin/sh
# mmcard must be mounted or unmounted before suspend | hibinate
case "$1" in
hibernate|suspend)
umount /dev/mmcblk0p1
;;
thaw|resume)
mount /dev/mmcblk0p1
;;
>Just a shot in the wild: could anyone try to see what happens
>if you disable '/apps/nautilus/preferences/media_automount_open' in
>gconf-editor?
>This is the only other tweak I did on my system.
>Jim
no it still crashes screen is frozen and not suspended, perhaps I will
try to unmount and moun
My AOA 110 hangs on suspend with an 8GB SD card in the left hand slot,
unless I unmount it first,
I've installed backports, added pciehp_force=1 to the kernel command
line (which does allow me to use the right card slot) and have 'browse
media when inserted' unticked in nautilus preferences.
--
My acer One crashes with an 8gig card in the left slot.
On Nov 4, 2009 9:21 PM, "gmillman" wrote:
Hi
Been having the same problem. I did the grub change and installed
backports and now both card slots work but it still hangs on suspend. I
have found out though that my AAO 110 only hangs with
Hi
Been having the same problem. I did the grub change and installed
backports and now both card slots work but it still hangs on suspend. I
have found out though that my AAO 110 only hangs with my 16Gig card. If
I put the only other card I have, a 2Gig, in the left slot it suspends
and resumes
Well, the the pciehp module was removed in jaunty, but pciehp.pciehp_force=1
for some magical reason still works, see bug 271019 (this fixes the weird
behavior of the SD card slots).
I'm really sorry to hear that this workaround doesn't work for you guys.
Just a shot in the wild: could anyone try
same here suspend with a sd card mounted in the left hand slot results in
suspend freezing before it has completed.
i have also tryed the pciehp.pciehp_force=1 kernal cmd line option in grub2
with update-grup and backports. and this failed to resolve the issue, manualy
unmounting the drive befor
'update-grub' worked fine for me
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
Just a quick question? Should we now be running "update-grub" or
"update-grub2"? Or is there no difference between these?
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscri
Yes, sorry I didn't include that. I did install
linux-backports-modules-karmic before adding the pciehp line.
~Micah
On Tue, Nov 3, 2009 at 1:22 AM, Jim Bauwens
wrote:
> Hi ender, your grub looks fine. Did you also install
> linux-backports-modules-karmic?
> Jim
>
> --
> [Acer Aspire one] suspe
Hi ender, your grub looks fine. Did you also install
linux-backports-modules-karmic?
Jim
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
Attached is my /etc/default/grub file with the pciehp fix in place. I'm
not sure I did it right, as I'm not very familiar with GRUB2.
** Attachment added: "/etc/default/grub file with attempted pciehp workaround"
http://launchpadlibrarian.net/34993808/grub
--
[Acer Aspire one] suspend/resume
The pciehp fix did not work. Ejecting my SD card before suspending does
work, however. I may have implemented the pciehp fix incorrectly, as I
am not familiar with GRUB2 yet. Attached are my /etc/default/grub file
and my /boot/grub/grub.cfg file.
** Attachment added: "/boot/grub/grub.cfg with my a
Bug confirmed on Acer Aspire One ZG5 (8gb SSD). Freezes solid when I
shut the lid or attempt to use the sleep function key. Have to hard
reset. Attempting pciehp fix.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you
** Changed in: linux (Ubuntu Karmic)
Status: Invalid => Confirmed
** Changed in: linux (Ubuntu Karmic)
Status: Confirmed => Fix Released
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of
Woks fine.
Thanks!
-
Ariel Palazzesi
Web: www.ucontrol.com.ar
Foro: http://www.ucontrol.com.ar/forosmf/index.php
Visita www.neoteo.com
On Fri, Oct 30, 2009 at 6:13 AM, Ariel Palazzesi
wrote:
> Good news!
>
> i try, and then tell you. :
Good news!
i try, and then tell you. :P
GRACIAS!
-
Ariel Palazzesi
Web: www.ucontrol.com.ar
Foro: http://www.ucontrol.com.ar/forosmf/index.php
Visita www.neoteo.com
On Fri, Oct 30, 2009 at 4:17 AM, Jim Bauwens wrote:
> Had this bug
Had this bug to. It happend when I left a sd card mounted in the left slot.
Unmounting fixed it temporarly.
Then I installed linux-backports-modules-karmic and added pciehp.pciehp_force=1
to the kernel comandline (see bug 271019).
This fixed it.
Jim
--
[Acer Aspire one] suspend/resume failure
Can confirm this for a Acer A110L.
As pinduvoz mentions, the freezing occured the first time in the Alpha5 and
still consists in the RC of Karmic.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ub
Suspend does not work since the install of Alpha 5 in my AA1.
So, for me the bug is confirmed.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu
** Changed in: linux (Ubuntu Karmic)
Status: Incomplete => Invalid
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
Please file separate bug reports for suspend/resume issues on other
hardware.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
** Changed in: linux (Ubuntu Karmic)
Importance: Medium => Undecided
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubunt
This is also happening on my Compaq Presario V2310 laptop. After lifting
lid of laptop after suspend, the screen remains blank, with only the
power button lit. The wifi button and the scrollpad buttons do not light
up again. The fan is still heard running. No combination of key presses
solves the p
I can confirm this on a Asus Eee PC 1101HA. After the system is
suspended, the power button is blinking (like it should), but when I
push shortly the power button, the button stops blinking (like it
should), but the screen remains black. It seems it's indeed frozen,
because it doesn't respond on th
haven't been able to reproduce, so moving to incomplete. If it occurs
again, will mark as confirmed.
** Changed in: linux (Ubuntu Karmic)
Status: Confirmed => Incomplete
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification b
** Changed in: linux (Ubuntu Karmic)
Importance: High => Medium
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bug
** Attachment added: "AlsaDevices.txt"
http://launchpadlibrarian.net/31368363/AlsaDevices.txt
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/31368364/BootDmesg.txt
** Attachment added: "Card0.Amixer.values.txt"
http://launchpadlibrarian.net/31368365/Card0.Amixer.valu
Not consistently reproducible, but will continue to suspend/resume and
update if/when occurs again.
--
[Acer Aspire one] suspend/resume failure
https://bugs.launchpad.net/bugs/424877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
49 matches
Mail list logo