Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: netnomad on December 03, 2011, 09:54:52 AM

Title: suspend - update request
Post by: netnomad on December 03, 2011, 09:54:52 AM
hi juanito,

suspend is updated to 1.0 at sourceforge.net:
http://sourceforge.net/projects/suspend/ (http://sourceforge.net/projects/suspend/)
i think all these acpi-topics are fast moving, so probably an update would be welcomed,
especially by users that have recent or actual hardware.

thank you for your help.
Title: Re: suspend - update request
Post by: Juanito on December 03, 2011, 12:35:28 PM
suspend is updated to 1.0 at sourceforge.net:

i think all these acpi-topics are fast moving, so probably an update would be welcomed,

I'll try to have a look in the next few days
Title: Re: suspend - update request
Post by: Juanito on December 04, 2011, 06:35:51 AM
suspend-utils posted - note that I only tested suspend to ram, which works natively for me anyway..
Title: Re: suspend - update request
Post by: netnomad on December 04, 2011, 10:28:12 AM
hi juanito,

thanks for your update.
i can confirm that suspend to ram works smoothly with this new version, too.

what kind of options do you use?
do you need to unload modules before the suspend and reload these modules after the resume?

i need this little script that i can use my soundsystem (oss) after the resume:

#!/bin/sh
sudo rmmod oss_ich
sudo rmmod oss_usb
sudo rmmod osscore
sleep 1
sudo s2ram --force --vbe_save
sudo modprobe osscore
sudo modprobe oss_usb
sudo modprobe oss_ich

do you have other hints or some advice for a flexible unload and load tool,
that works also for further unknown module configurations?

thanks
Title: Re: suspend - update request
Post by: Rich on December 04, 2011, 10:59:18 AM
Hi netnomad
This was answered in your other thread:
http://forum.tinycorelinux.net/index.php/topic,12014.msg63970.html#msg63970 (http://forum.tinycorelinux.net/index.php/topic,12014.msg63970.html#msg63970)
Title: Re: suspend - update request
Post by: Juanito on December 05, 2011, 12:12:00 AM
what kind of options do you use?
do you need to unload modules before the suspend and reload these modules after the resume?

I didn't use any options - everything appeared to work on resume, but I didn't test extensively as I rarely  use suspend.