Results 1 to 3 of 3

Thread: Low-level suspend (/sys/power/state) works, GUI and pm-suspend don't (Asus 1015E)

  1. #1
    Join Date
    Jul 2005
    Beans
    294
    Distro
    Ubuntu

    Low-level suspend (/sys/power/state) works, GUI and pm-suspend don't (Asus 1015E)

    I have a Asus 1015E that originally came with 12.04 preinstalled. Yesterday I upgraded to 14.04.1 and almost everything seems to be working fine. Fn-F2 does not kill the wireless (reported elsewhere by many users) and that does not bother me. What on the other hand bothers me that it does not suspend. Or more correctly:

    1) It did suspend when I tried running from a USB stick install of 14.04.1. Please do not recommend reinstalls, I'd like to solve it within my current upgraded version. I have been upgrading Ubuntu computers (and before that, Mandriva/Mandrake) without almost never having to revert to clean installs for a decade now. Life is more exciting that way.

    2) It does not suspend (these are obviously related):
    a) closing the lid
    b) choosing suspend from the menu
    c) running pm-suspend from the command line (as a root)

    3) It does suspend (and resume) perfectly from the command line (as a root) "echo mem > /sys/power/state".

    My question is: what to do to get 2) working properly given that there really is no hardware incompatibility reason for them not work?

  2. #2
    Join Date
    Jul 2005
    Beans
    294
    Distro
    Ubuntu

    Re: Low-level suspend (/sys/power/state) works, GUI and pm-suspend don't (Asus 1015E)

    Apologies for answering my own thread: after little digging through the logs (/var/log/pm-suspend.log) found out that /etc/pm/sleep.d/11_usb_s3 was the offending script and removing it solved the problem. For posteriority (for less technical users):

    sudo mv /etc/pm/sleep.d/11_usb_s3 ~
    This moves the file to your home directory. If this does not cure the problem you probably want to move it back to

    sudo mv ~/11_usb_s3 /etc/pm/sleep.d/


    Source: http://askubuntu.com/questions/39105...0-wont-suspend

  3. #3
    Join Date
    Apr 2012
    Beans
    17

    Re: Low-level suspend (/sys/power/state) works, GUI and pm-suspend don't (Asus 1015E)

    Quote Originally Posted by gaussian View Post
    Apologies for answering my own thread: after little digging through the logs (/var/log/pm-suspend.log) found out that /etc/pm/sleep.d/11_usb_s3 was the offending script and removing it solved the problem. For posteriority (for less technical users):

    sudo mv /etc/pm/sleep.d/11_usb_s3 ~
    This moves the file to your home directory. If this does not cure the problem you probably want to move it back to

    sudo mv ~/11_usb_s3 /etc/pm/sleep.d/


    Source: http://askubuntu.com/questions/39105...0-wont-suspend
    I have the same laptop and thanks so much for figuring this out. You have done the Ubuntu community, including myself, a great favor by solving problems that helps many of us.

    Thanks, Gaussian!

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
  •