<?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 for Living with Linux</title>
	<atom:link href="http://linux.seindal.dk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.seindal.dk</link>
	<description>Experiences and notes on Living with Linux every day</description>
	<lastBuildDate>Sat, 10 May 2008 03:48:56 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Logitech Cordless Click! Plus mouse by tony_host</title>
		<link>http://linux.seindal.dk/2005/06/04/logitech-cordless-click-plus-mouse/comment-page-1/#comment-13766</link>
		<dc:creator>tony_host</dc:creator>
		<pubDate>Sat, 10 May 2008 03:48:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-13766</guid>
		<description>Hi 
   I recently got my Logitech keyboard LX710 keyboard and Mx Revolution mouse working under ubuntu 6.06 . I found the software named hidpoint from www.hidpoint.com .The software currently supports other distributions also. software is available for free download www.hidpoint.com/download.html</description>
		<content:encoded><![CDATA[<p>Hi<br />
   I recently got my Logitech keyboard LX710 keyboard and Mx Revolution mouse working under ubuntu 6.06 . I found the software named hidpoint from <a href="http://www.hidpoint.com" rel="nofollow">http://www.hidpoint.com</a> .The software currently supports other distributions also. software is available for free download <a href="http://www.hidpoint.com/download.html" rel="nofollow">http://www.hidpoint.com/download.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Suspend / hibernate problems in new Debian Testing install by rleon</title>
		<link>http://linux.seindal.dk/2008/01/31/suspend-hibernate-problems-in-new-debian-testing-install/comment-page-1/#comment-10885</link>
		<dc:creator>rleon</dc:creator>
		<pubDate>Tue, 25 Mar 2008 01:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2008/01/31/suspend-hibernate-problems-in-new-debian-testing-install/#comment-10885</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’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… 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’t work with pm-suspend as you described.</p>
<p>Thanks.</p>
<p>Ramon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Suspend doesn&#8217;t know its working 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>
	<item>
		<title>Comment on Sound on Zepto Znote 3215W almost there by Living with Linux &#187; Blog Archive &#187; Zepto Znote 3215W with Debian Testing/lenny</title>
		<link>http://linux.seindal.dk/2008/01/31/sound-on-zepto-znote-3215w-almost-there/comment-page-1/#comment-7391</link>
		<dc:creator>Living with Linux &#187; Blog Archive &#187; Zepto Znote 3215W with Debian Testing/lenny</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2008/01/31/sound-on-zepto-znote-3215w-almost-there/#comment-7391</guid>
		<description>[...] With Linux 2.6.24 and ALSA 1.0.15, the sound works if the option model=acer is passed to the snd-hda-intel driver.  See this post: Sound on Zepto Znote 3215W almost there. [...]</description>
		<content:encoded><![CDATA[<p>[...] With Linux 2.6.24 and ALSA 1.0.15, the sound works if the option model=acer is passed to the snd-hda-intel driver.  See this post: Sound on Zepto Znote 3215W almost there. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zepto Znote 3215W with Debian Testing/lenny by Living with Linux &#187; Blog Archive &#187; Sound on Zepto Znote 3215W almost there</title>
		<link>http://linux.seindal.dk/2008/01/28/zepto-znote-3215w-with-debian-testinglenny/comment-page-1/#comment-7388</link>
		<dc:creator>Living with Linux &#187; Blog Archive &#187; Sound on Zepto Znote 3215W almost there</dc:creator>
		<pubDate>Thu, 31 Jan 2008 20:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2008/01/28/zepto-znote-3215w-with-debian-testinglenny/#comment-7388</guid>
		<description>[...] unstable, so I immediately gave it a try, to see if it did anything to the sound issues on my Zepto Znote 3214W [...]</description>
		<content:encoded><![CDATA[<p>[...] unstable, so I immediately gave it a try, to see if it did anything to the sound issues on my Zepto Znote 3214W [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Calendar in the Gnome panel by René Seindal</title>
		<link>http://linux.seindal.dk/2007/12/20/google-calendar-in-the-gnome-panel/comment-page-1/#comment-6975</link>
		<dc:creator>René Seindal</dc:creator>
		<pubDate>Mon, 28 Jan 2008 17:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2007/12/20/google-calendar-in-the-gnome-panel/#comment-6975</guid>
		<description>On a fresh install of 2.20.3 I can no longer get the little window of a day&#039;s appointments to show. It renders the whole thing a bit useless.</description>
		<content:encoded><![CDATA[<p>On a fresh install of 2.20.3 I can no longer get the little window of a day&#8217;s appointments to show. It renders the whole thing a bit useless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Verbatim SmartDisk NAS External Harddrive by JLEECH</title>
		<link>http://linux.seindal.dk/2008/01/16/verbatim-smartdisk-nas-external-harddrive/comment-page-1/#comment-5732</link>
		<dc:creator>JLEECH</dc:creator>
		<pubDate>Thu, 17 Jan 2008 22:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2008/01/16/verbatim-smartdisk-nas-external-harddrive/#comment-5732</guid>
		<description>I couldn&#039;t leave a comment of the relevant article (Citrix) as it kept requesting me to be logged in?  So I&#039;m commenting here - thanks for your tip concerning Citrix certificates - I am very grateful and will subscribe to your site...

Cheerio

James</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t leave a comment of the relevant article (Citrix) as it kept requesting me to be logged in?  So I&#8217;m commenting here &#8211; thanks for your tip concerning Citrix certificates &#8211; I am very grateful and will subscribe to your site&#8230;</p>
<p>Cheerio</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nokia N800 on kayak journey by René Seindal</title>
		<link>http://linux.seindal.dk/2007/10/26/nokia-n800-on-kayak-journey/comment-page-1/#comment-1802</link>
		<dc:creator>René Seindal</dc:creator>
		<pubDate>Wed, 21 Nov 2007 15:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2007/10/26/nokia-n800-on-kayak-journey/#comment-1802</guid>
		<description>Bluetooth is easy for transfering files from one tablet to the other. I didn&#039;t try over wi-fi. If we had to move larger files like photos we swapped SD cards between the two tablets. It was far the easiest.</description>
		<content:encoded><![CDATA[<p>Bluetooth is easy for transfering files from one tablet to the other. I didn&#8217;t try over wi-fi. If we had to move larger files like photos we swapped SD cards between the two tablets. It was far the easiest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a Courier IMAP SSL sertificate. by René Seindal</title>
		<link>http://linux.seindal.dk/2005/12/04/making-a-courier-imap-ssl-sertificate/comment-page-1/#comment-1787</link>
		<dc:creator>René Seindal</dc:creator>
		<pubDate>Tue, 20 Nov 2007 11:57:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-1787</guid>
		<description>I myself need to return to this page once a year :-)</description>
		<content:encoded><![CDATA[<p>I myself need to return to this page once a year <img src='http://linux.seindal.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nokia N800 on kayak journey by stephen</title>
		<link>http://linux.seindal.dk/2007/10/26/nokia-n800-on-kayak-journey/comment-page-1/#comment-1750</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Mon, 19 Nov 2007 19:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://linux.seindal.dk/2007/10/26/nokia-n800-on-kayak-journey/#comment-1750</guid>
		<description>Can you get the Nokias to talk to each other via WiFi or Bluetooth?</description>
		<content:encoded><![CDATA[<p>Can you get the Nokias to talk to each other via WiFi or Bluetooth?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
