13

Hibernation worked perfectly fine in 11.04. Ever since I upgraded to 11.10, my laptop (Acer Aspire) keeps crashing when it's hibernating. I have no clue why. Any ideas?

At first it seemed to only happen between 6a-noon (US Eastern time), but this morning it happened earlier.

(PS. I checked /var/log/syslog but I'm not sure what I'm looking for. I thought something might jump out at me as an obvious error in hibernating or coming out of it, but nothing seemed unusual. I'm a bit of a newbie in this area so I might be missing something in lines upon lines upon lines.)

Seth
  • 58,122
Forrest
  • 175
  • 2
    We need more hardware information to help you, can you look at this question and then edit your question adding the information? – Jorge Castro Oct 19 '11 at 12:50
  • Rather than /var/log/syslog, look at /var/log/pm-*.log, and the files listed by dpkg -L pm-utils, also see my other answer http://askubuntu.com/questions/65632/why-is-wireless-down-strange-after-switching-to-battery/65815#65815 which offers more detail. – waltinator Nov 12 '11 at 07:01
  • Have you tried installing a newer kernel? That helped me. You can post your log in pastebin , too – deckoff Nov 24 '11 at 21:00
  • What do you mean with crashing? – Alvar Dec 10 '11 at 15:34
  • i had a lot of problems with hibernating with the same acer aspire (4810tz) and i had to disable it. But with the 11.10 i'm not having any kind of issue. – Pabluez Dec 23 '11 at 11:35
  • This question appears to be abandoned, if you are experiencing a similar issue please ask a new question with details pertaining to your problem. If you feel this question is not abandoned, please flag the question explaining that. :) – jrg Dec 31 '11 at 23:24

1 Answers1

1

I am a beginner for ubuntu itself and I don't know whether I am right, but it looks like that there might be a compatibility issue with a hardware or a setting in your bios. I would recommend to check your bios settings and make sure that you have your ACPI settings (I don't know how to do it yet in Ubuntu, but I'll update my post on the moment I discover). A simple device on your usb port or a new driver on one of the peripherals can cause this. If you have hardware that needs proprietary drivers, you might need to update them too. Also, check the ACPI settings and set it to S3.

Maybe this can help: http://www.ubuntugeek.com/fix-for-suspend-and-hibernation-problem-for-laptops.html

Also, it might be a little bit useful for the more experts if you provide your hardware and software information. Also, state your bios type (Phoenix or American trends or xEFI).

lightblack
  • 11
  • 1
  • Where should that ACPI setting be set to S3? In the BIOS settings or somewhere in Ubuntu system? – Cmorales Dec 23 '11 at 18:39
  • 1
    In BIOS. systen resume option should be your choice. Most probably underthe advanced settings or power settings. – lightblack Jan 03 '12 at 09:52
  • I don't have "S3". The only thing I found was Power on By PS/2 Keyboard -> Disabled, Power on by PS/2 Mouse -> Disabled, Restore AC Power Loss -> Power Off (and some more options)

    Could it be that?

    – Cmorales Feb 10 '12 at 18:18