Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: Completly remove/uninstall hibernate and suspend feature

  1. #21
    Join Date
    Apr 2010
    Beans
    1,584
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Completly remove/uninstall hibernate and suspend feature

    http://linuxexpresso.wordpress.com/2010/05/09/disable-suspend-and-hibernate-ubuntu/

  2. #22
    Join Date
    May 2010
    Beans
    73
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Completly remove/uninstall hibernate and suspend feature

    I see that disabling is a quite popular choice: no surprise at all.


    Still looking for remove:
    What if someday login in your facebook account you're required to accept yet-another-update license agreement saying you're a total idiot? Quit Facebook, join Diaspora*
    my webcomics ~ my diasp*

  3. #23
    Join Date
    May 2010
    Beans
    73
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Completly remove/uninstall hibernate and suspend feature

    I had some tries, but still unable to "solve" things.
    What if someday login in your facebook account you're required to accept yet-another-update license agreement saying you're a total idiot? Quit Facebook, join Diaspora*
    my webcomics ~ my diasp*

  4. #24
    Join Date
    May 2010
    Beans
    73
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Completly remove/uninstall hibernate and suspend feature

    Aw, still looking.
    After some test&try I still wasn't able to find the kernel module which take care of the hibernate and suspend feature u_u
    What if someday login in your facebook account you're required to accept yet-another-update license agreement saying you're a total idiot? Quit Facebook, join Diaspora*
    my webcomics ~ my diasp*

  5. #25
    Join Date
    Jun 2007
    Beans
    Hidden!
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: Completly remove/uninstall hibernate and suspend feature

    The link which linuxinstalledfromhdd recommended works at my PC (ubuntu 11.04), but I have tried the recommendation from the comments:

    Save this as a text file in /etc/polkit-1/localauthority/50-local.d/ folder with .pkla extension.
    Code:
    [Disable suspend]
    Identity=unix-user:*
    Action=org.freedesktop.upower.suspend
    ResultAny=no
    ResultActive=no
    ResultInctive=no
    
    [Disable hibernate]
    Identity=unix-user:*
    Action=org.freedesktop.upower.hibernate
    ResultAny=no
    ResultActive=no
    ResultInctive=no
    Works after restarting the gdm service.
    Code:
    sudo service gdm restart

  6. #26
    Join Date
    May 2010
    Beans
    73
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Completly remove/uninstall hibernate and suspend feature

    @jeremija: thanks for providing YADF (Yet Another Disable Function), those that will come from google will find a sure and quick solution for it.



    But this isn't the craved complete removal. The difference is quite simple: setting and configuration can be changed/fixed whatever during normal use (and usually void within next Ubuntu upgrade). A complete removal will be more effective.


    Something like a sudo rmmod?
    What if someday login in your facebook account you're required to accept yet-another-update license agreement saying you're a total idiot? Quit Facebook, join Diaspora*
    my webcomics ~ my diasp*

  7. #27
    Join Date
    Mar 2011
    Beans
    802
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Completly remove/uninstall hibernate and suspend feature

    If you want to remove the suspend/hibernate feature, you will have to do that in BIOS. Check through your BIOS for a way to deactivate this mode. I can't exactly tell you how to do it, because everyone's BIOS is different. Good luck.
    Bring Chrome to the Software Center. Now.
    https://bugs.launchpad.net/ubuntu/+s...r/+bug/1186564

Page 3 of 3 FirstFirst 123

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
  •