Enabling Suspend on Linux Lite - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Enabling Suspend on Linux Lite (/showthread.php?tid=282) |
Enabling Suspend on Linux Lite - Valtam - 04-28-2014 1) Open a terminal and type in: Code: sudo leafpad /etc/pm/sleep.d/20_custom-ehci_hcd 2) Paste the following code into the file, save then close it. Code: #!/bin/sh 3) Make the file executable, in the same terminal type in: Code: sudo chmod 755 /etc/pm/sleep.d/20_custom-ehci_hcd Source: http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-not-working-bug Working on 1.0.6, need confirmation this will work on 1.0.8 please. Re: Enabling Suspend on Linux Lite - ohjrson - 05-22-2014 Have you had anyone confirm this on LL 1.08 yet? Let me know if you have not I will try it on my Dell that has LL 1.08 ohjrson Re: Enabling Suspend on Linux Lite - philip chan yee ling - 08-29-2014 I tried this on LinuxLite 2.0 (32bit), it didn't work. I couldn't get the machine to hibernate. Appreciate some help. Thanks Re: Enabling Suspend on Linux Lite - Valtam - 08-30-2014 Give this a go on 2.0 - http://ubuntuhandbook.org/index.php/2014/04/enable-hibernate-ubuntu-14-04/ just replace each instance of gedit with leafpad. Re: Enabling Suspend on Linux Lite - philip chan yee ling - 09-02-2014 When I do leafpad com.ubuntu.enable-hibernate.pkla leafpad opened up an empty file??? The bottom instructions is hard for me to understand : "Tips: if the config file does not work for you, try another one by changing /var/lib to /etc in the code..." Is it saying that I should copy lib file at /var/ directory to /etc/ folder? I am using linuxlite 2.0 and I have a swap partition of 7.8 gb but I can't get linuxlite to hibernate yet. Re: Enabling Suspend on Linux Lite - Valtam - 09-02-2014 Start from the beginning: Open your home folder, on the Menu go to Go, Filesystem. Then navigate to /var/lib/ Right click on the polkit-1 folder and Open as Administrator. Navigate to localauthority/50-local.d/ Once in there, right click on empty space and select Create document, Empty file, give it the name com.ubuntu.enable-hibernate.pkla Paste the following contents into and save: Code: [Re-enable hibernate by default in upower] Restart your comupter, then test. Re: Enabling Suspend on Linux Lite - philip chan yee ling - 09-05-2014 GDBus.Error:org.freedesktop.DBus.Error.Failed: Operation not supported I did exactly as suggested. navigated to polkit-1 (administrator)>proceeded to /localauthority/50-local.d/ Created with leafpad "com.ubuntu.enable-hibernate.pkla" > copied and pasted "code" > restarted netbook. MSI U270 (Windows 7 Model) AMD E-450 Partition for Linuxlite v2.0 = Logical Extended Ext4 Whenever I do a "sudo pm-hibernate," the screen becomes dark for a short period and then come back on again by itself. The reason i hoped to get the hibernate feature working is because it takes a little bit long to boot. I have installed BUM but i don't see if there is anything that might perhaps be disabled. Hibernation method would be welcomed. Re: Enabling Suspend on Linux Lite - philip chan yee ling - 09-07-2014 I am still unable to solve the problem of getting my linuxlite 2.0 machine to hibernate properly. I get this error message : "GDBus.Error:org.freedesktop.DBus.Error.Failed: Operation not supported" Any other solutions to try or is it because my netbook hardware configuration will not support hibernation when using Linux? Perhaps, I should wait for the newer kernel? |