<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Suspend doesn&#8217;t know its working</title>
	<atom:link href="http://linux.seindal.dk/2008/02/06/suspend-doesnt-know-its-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.seindal.dk/2008/02/06/suspend-doesnt-know-its-working/</link>
	<description>Experiences and notes on Living with Linux every day</description>
	<lastBuildDate>Sat, 10 May 2008 03:48:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: rleon</title>
		<link>http://linux.seindal.dk/2008/02/06/suspend-doesnt-know-its-working/comment-page-1/#comment-10830</link>
		<dc:creator>rleon</dc:creator>
		<pubDate>Sun, 23 Mar 2008 18:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2008/02/06/suspend-doesnt-know-its-working/#comment-10830</guid>
		<description>Thanks for sharing this. It took me several hours to solve the problem to implement suspend on my Intel 965 desktop. I also found http://wiki.debian.org/Suspend very useful to understand the process.

From what I have learned, HAL is the core of this process as it intercepts both ACPI and Gnome-Power-Manager events and then transfers the control to specific scripts that do the real job. Among the many scripts available, pm-utils  are the recommended. So that HAL calls pm-suspend. Now, pm-suspend runs scripts to prepare for suspension and then either calls the kernel to suspend or calls another software that can handle specific instructions or quirks; this is the package uswsusp (userspace software suspend) that provides s2ram. This s2ram can be fed with instructions (quirks) from the pm-suspend defaults file (I used /usr/lib/pm-utils/defaults. Now, as from HAL 0.5.9, HAL can also pass the the options that pm-suspend will send to s2ram, if the hardware is recognized, in this case, I think, pm-tools default editing is not needed.

In my case after verifying that suspend was successful with s2ram -f -a2, I edited /usr/lib/pm-utils/defaults to pass those parameters to s2ram. Then I verified that pm-suspend worked... checked Suspend from the Gnome applet and then from the power-off button. Finally, I could go to bed.

However, I first tried to create /etc/pm/config.d/s2ram to pass the options but it didn&#039;t work with pm-suspend as you described.

Thanks.

Ramon</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this. It took me several hours to solve the problem to implement suspend on my Intel 965 desktop. I also found <a href="http://wiki.debian.org/Suspend" rel="nofollow">http://wiki.debian.org/Suspend</a> very useful to understand the process.</p>
<p>From what I have learned, HAL is the core of this process as it intercepts both ACPI and Gnome-Power-Manager events and then transfers the control to specific scripts that do the real job. Among the many scripts available, pm-utils  are the recommended. So that HAL calls pm-suspend. Now, pm-suspend runs scripts to prepare for suspension and then either calls the kernel to suspend or calls another software that can handle specific instructions or quirks; this is the package uswsusp (userspace software suspend) that provides s2ram. This s2ram can be fed with instructions (quirks) from the pm-suspend defaults file (I used /usr/lib/pm-utils/defaults. Now, as from HAL 0.5.9, HAL can also pass the the options that pm-suspend will send to s2ram, if the hardware is recognized, in this case, I think, pm-tools default editing is not needed.</p>
<p>In my case after verifying that suspend was successful with s2ram -f -a2, I edited /usr/lib/pm-utils/defaults to pass those parameters to s2ram. Then I verified that pm-suspend worked&#8230; checked Suspend from the Gnome applet and then from the power-off button. Finally, I could go to bed.</p>
<p>However, I first tried to create /etc/pm/config.d/s2ram to pass the options but it didn&#8217;t work with pm-suspend as you described.</p>
<p>Thanks.</p>
<p>Ramon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

