Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Computer won't enter suspend mode

  1. #11
    Join Date
    Feb 2006
    Location
    Kansas City, MO
    Beans
    1,106
    Distro
    Ubuntu

    Re: Computer won't enter suspend mode

    This was a fresh install and therefore has no previous kernels in that list.

  2. #12
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Computer won't enter suspend mode

    Quote Originally Posted by shanepardue View Post
    This guide didn't seem to change my results. What's odd is that usually when this computer suspends on other operating systems, there is a lot of disk activity for a couple seconds before suspending. With Ubuntu, there is none. Also, there is a dialog that asks me if I want to submit a bug report, but doesn't let me copy and paste the details of the error. It might help with troubleshooting the KernelOops I'm experiencing.
    Perhaps it is best to submit this bug report and follow that procedure. I'm not sure exactly what is happening here.

  3. #13
    Join Date
    Feb 2006
    Location
    Kansas City, MO
    Beans
    1,106
    Distro
    Ubuntu

    Re: Computer won't enter suspend mode

    Excuse my ignorance, but is it more effective to do anything other than send the report from within Ubuntu's Launchpad (or whatever it is) dialog? Thanks for trying to help me with this. I really hope it can get resolved in the future as I want to save power when I'm not using my computer. I'm a little surprised a complete Intel setup has issues, but it is what it is.

  4. #14
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Computer won't enter suspend mode

    As seems to be indicated by the error dialog above, you appear to be suffering a kernel crash during suspend. This is out of the ordinary, hence the suggestion to create a launchpad bug report. The other suggestion, one which will probably be repeated by the bug triage team, will be to try a different kernel to see if it solves the problem.

    You could try booting from the live CD/USB and trying to suspend to see if the problem persists. Compare the kernel versions. Though I believe they will be the same.

    You could also try the mainline kernel to help troubleshoot/resolve the issue. More information about mainline kernels can be found here.

    Unfortunately, we cannot find any messages in any of the log files to help give us a hint as to what is happening.

  5. #15
    Join Date
    Feb 2013
    Beans
    36

    Re: Computer won't enter suspend mode

    Having the exact same issue here.
    Should I post here or start a new (duplicate?) thread?

  6. #16
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Computer won't enter suspend mode

    Quote Originally Posted by DenHeldert View Post
    Having the exact same issue here.
    Should I post here or start a new (duplicate?) thread?
    Probably best to create a new thread. Be sure to include the following information:

    - detailed explanation of problem
    - make/model of computer
    - results of the following command line queries:
    Code:
    cat /proc/cmdline
    lsmod
    - contents of the two following log files:
    Code:
    pastebinit /var/log/pm-suspend.log
    pastebinit /var/log/dmesg
    Also, have a look a the "Kernel Suspend" link in my signature for more troubleshooting steps.

  7. #17
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Computer won't enter suspend mode

    @shanepardue,
    One more suggestion. Can you try the acpi_sleep=nonvs kernel parameter?
    nonvs - prevents the kernel from saving/restoring the
    ACPI NVS memory during suspend/hibernation and resume.
    Reference: https://www.kernel.org/doc/Documenta...parameters.txt

  8. #18
    Join Date
    Feb 2006
    Location
    Kansas City, MO
    Beans
    1,106
    Distro
    Ubuntu

    Re: Computer won't enter suspend mode

    Quote Originally Posted by Toz View Post
    @shanepardue,
    One more suggestion. Can you try the acpi_sleep=nonvs kernel parameter?

    Reference: https://www.kernel.org/doc/Documenta...parameters.txt
    That kernel parameter didn't change anything. I also tried many different mainline kernels including 3.3 from Precise and a nightly from the intel-experimental branch.

  9. #19
    Join Date
    Feb 2006
    Location
    Kansas City, MO
    Beans
    1,106
    Distro
    Ubuntu

    Re: Computer won't enter suspend mode

    I unplugged an IR Receiver that was plugged into the USB3 port and suspend is working now. Should've tried this earlier when you mentioned that port being a possible culprit, but oh well. Does this mean the machine can't sleep when USB3 devices are plugged in?

  10. #20
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Computer won't enter suspend mode

    Quote Originally Posted by shanepardue View Post
    I unplugged an IR Receiver that was plugged into the USB3 port and suspend is working now. Should've tried this earlier when you mentioned that port being a possible culprit, but oh well. Does this mean the machine can't sleep when USB3 devices are plugged in?
    Does the ir receiver load a module? If so, we can automatically unload it. Compare the results of "lsmod" before and after inserting the receiver.

    Also, run the following command:
    Code:
    tail -f /var/log/syslog
    ...insert the receiver, and post back any messages that appear.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •