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