WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: suspend - update request  (Read 2294 times)

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
suspend - update request
« on: December 03, 2011, 06:54:52 AM »
hi juanito,

suspend is updated to 1.0 at sourceforge.net:
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.
« Last Edit: December 03, 2011, 07:29:17 AM by netnomad »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: suspend - update request
« Reply #1 on: December 03, 2011, 09:35:28 AM »
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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: suspend - update request
« Reply #2 on: December 04, 2011, 03:35:51 AM »
suspend-utils posted - note that I only tested suspend to ram, which works natively for me anyway..

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: suspend - update request
« Reply #3 on: December 04, 2011, 07: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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11261
Re: suspend - update request
« Reply #4 on: December 04, 2011, 07:59:18 AM »
Hi netnomad
This was answered in your other thread:
http://forum.tinycorelinux.net/index.php/topic,12014.msg63970.html#msg63970

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: suspend - update request
« Reply #5 on: December 04, 2011, 09:12:00 PM »
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.