Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: Laptop wont resume from sleep

  1. #1
    Join Date
    Dec 2007
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Laptop wont resume from sleep

    So i have installed 12.04 on my acer aspire 5253-bz893 laptop, Everything is working except the sleep feature, It will go into sleep but it will not come out of sleep, I just get a black screen.

    Anyone else have this problem?

    Sleep worked fine on the live cd but after i installed it no longer works.

  2. #2
    Join Date
    Dec 2007
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Laptop wont resume from sleep

    chika chika bump bump..

  3. #3
    Join Date
    Dec 2007
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Laptop wont resume from sleep

    Heyyyy yoooouuuuuu guyssss.

  4. #4
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Laptop wont resume from sleep

    I get this sometimes on my Sony Vaio. It's probably ACPI related. As it's only occasional I can live with it.
    MacBook Pro 10,1 retina

  5. #5
    Join Date
    Dec 2007
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Laptop wont resume from sleep

    Quote Originally Posted by Quackers View Post
    I get this sometimes on my Sony Vaio. It's probably ACPI related. As it's only occasional I can live with it.
    Got any recommendations for me? I could probably fix it myself if someone could just tell me where to look.

  6. #6
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Laptop wont resume from sleep

    No idea where to start really. ACPI deals with your pc's hardware and settings, as I understand it. It's not an area I would want to get in to. The down side could be disastrous.
    Can you manage without sleep? I think I would.

    You can keep the system fully updated. That way updates in the future may yield a result.
    MacBook Pro 10,1 retina

  7. #7
    Join Date
    Oct 2009
    Location
    Gastonia, NC
    Beans
    174
    Distro
    Ubuntu Development Release

    Re: Laptop wont resume from sleep

    Quote Originally Posted by sky5564 View Post
    Got any recommendations for me? I could probably fix it myself if someone could just tell me where to look.
    If you have an intel video card you can try the following

    Code:
    sudo gedit /etc/rc.local
    setpci -s 00:02.0 F4.B=00

    Before you try the above command let's see what your video card is

    lspci | grep VGA
    Here is mine


    terry@terry-eMachines-E725:~$ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
    Last edited by williejones; May 1st, 2012 at 03:33 AM.

  8. #8
    Join Date
    Dec 2007
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Laptop wont resume from sleep

    Quote Originally Posted by williejones View Post
    If you have an intel video card you can try the following

    Code:
    sudo gedit /etc/rc.local
    setpci -s 00:02.0 F4.B=00

    Before you try the above command let's see what your video card is



    Here is mine
    skilo@ubuntu12:~$ lspci | grep VGA
    00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6250]

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

  10. #10
    Join Date
    Dec 2007
    Beans
    104
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Laptop wont resume from sleep

    Wow thanks, When i searched the forum nothing came up lol.

    It seems this is a driver issue and can probably be solved by replacing the proprietary fglrx driver with an opensource one.

    Thanks again.

Page 1 of 4 123 ... LastLast

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
  •