Results 1 to 10 of 10

Thread: 13.04 Suspend

  1. #1
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    13.04 Suspend

    Hi guys

    My machine, Acer Aspire 5742 i5-480M with Intel HD Graphics, will not resume out of suspend. There's disk activity but no screen.

    This is the first time I've had issues on any version of Ubuntu for many iterations. Any ideas?
    Last edited by AlanR8; April 9th, 2013 at 09:17 AM.
    Alan

    Saddleworth, Manchester (UK).

  2. #2
    Join Date
    Apr 2008
    Beans
    109

    Re: 13.04 Suspend

    Do you have some old home-made-scripts in /etc/pm/sleep.d ?

  3. #3
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: 13.04 Suspend

    Sorry, should have said, on a clean install. Have done about 6 installs of 13.04 now..
    Alan

    Saddleworth, Manchester (UK).

  4. #4
    Join Date
    Jul 2010
    Beans
    264
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 13.04 Suspend

    Your problem sounds similar to what I had. Beidl helped me solve the problem:

    I've gotten the same problem. What I did to work around this problem:
    sudo gedit /etc/pm/sleep.d/00-displayfix


    Copypasta the next few lines and save.

    Code:

    #!/bin/sh case "$1" in thaw|resume) echo 500 > /sys/class/backlight/intel_backlight/brightness ;; *) ;; esac exit $?
    Finally, make it executable:
    sudo chmod a+x /etc/pm/sleep.d/00-displayfix



    http://ubuntuforums.org/showthread.p...hlight=ping-wu

  5. #5
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: 13.04 Suspend

    Thanks ping-wu, but that script does NOT suspend my machine. I tried it, closed the lid and a few moments later opened the lid to be greeted by the log on screen. Result!!

    But, the activity LED on this ACER remained blue throughout and on a subsequent closure, putting my ear to the machine the HD was still spinning, or it might have been a fan.

    Any other suggestions?
    Alan

    Saddleworth, Manchester (UK).

  6. #6
    Join Date
    May 2006
    Beans
    20

    Re: 13.04 Suspend

    Quote Originally Posted by AlanR8 View Post
    Thanks ping-wu, but that script does NOT suspend my machine. I tried it, closed the lid and a few moments later opened the lid to be greeted by the log on screen. Result!!

    But, the activity LED on this ACER remained blue throughout and on a subsequent closure, putting my ear to the machine the HD was still spinning, or it might have been a fan.

    Any other suggestions?
    Not sure if you are still watching this thread, but I had my wifes acer that was just having all kind of issues running 12.04 so I upgraded and noticed the normal fix for brightness control did not work but was able to figure something out here is what I did, update grub to include this (/etc/default/grub):

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
    GRUB_CMDLINE_LINUX="acpi_osi=Linux"

    of course run - sudo update-grub afterword to complete

    This will allow you to change brightness and also allow you to wake up after suspend, when you wake it backe up the screen doesn't autmatically come back but if you hit the brightness keys, one way or the other it will turn on the screen..hopefully this will help others also...cheers

  7. #7
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: 13.04 Suspend

    Will give that a go and let you know.
    Alan

    Saddleworth, Manchester (UK).

  8. #8
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: 13.04 Suspend

    Hi Bishoptf

    I'e always done this to get the brightness to work properly on my Acer Aspire 5742

    sudo gedit /etc/default/grub

    when the file opens, look for the line similar to:

    GRUB_CMDLINE_LINUX_DEFAULT="quite splash"

    and add "acpi_osi=" to the list, without the quotes, so it looks like:

    GRUB_CMDLINE_LINUX_DEFAULT="quite splash acpi_osi="

    save the file, then exit gedit. Next, be sure to run:

    sudo update-grub
    Following your tip, I found I could get the machine to come out of suspend by pressing the brigtness key combination as you suggested!

    That said, have just done a full clean reinstall and low and behold, it all works again as it always did!
    Alan

    Saddleworth, Manchester (UK).

  9. #9
    Join Date
    Jun 2013
    Beans
    1

    Re: 13.04 Suspend

    Just in case anybody encounters this thread and finds the proposed solution not working:

    On my ASUS G75V I could only solve the problem of broken Resume / Hibernate by choosing the NVIDIA driver instead of the open source Nouveau driver.

    => Ubuntu Software Center => Edit => Software Sources... => Additional Drivers => Select the newest NVIDIA driver

    and Resume / Hibernate should work.

    (Ubuntu 13.04, clean install).

  10. #10
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: 13.04 Suspend

    Thread closed, as we are well into the Saucy development cycle.

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
  •