<?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: How to Install Tuxonice in Ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alessandro</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-116080</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Sat, 26 Nov 2011 06:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-116080</guid>
		<description>Thanks, really useful using on Ubuntu 11.10.
In my case, i download a bare 3.1 kernel and apply the -pf patchset with TuxOnIce 3.2, After created /suspend file has our TuxOnIce guru Nigel says. It hibernate ok, but on resume i got the error: &quot;Compress_read returned -22&quot;
&quot;Breaking out of I/O loop because of result code -22.&quot;
Fixed it compiling AHCI static in the kernel, with my SATA drivers. It avoids the error:
&quot;TuxOnIce: Can&#039;t translate &quot;UUID=xxxx&quot;
Setting BFQ as default block I/O scheduler, with the lzo module static and at last, put the line:
echo 1 &gt; /sys/power/tuxonice/do_resume
in the file:
/usr/share/initramfs-tools/init
after the lines that mount sysfs and procfs.
Recreate initramfs and adjust grub with resume=UUID=
No userui because i do not install any package, just compiled a new kernel and used the hibernate-script-2.0 from git.
That&#039;s it, once again thanks !</description>
		<content:encoded><![CDATA[<p>Thanks, really useful using on Ubuntu 11.10.<br />
In my case, i download a bare 3.1 kernel and apply the -pf patchset with TuxOnIce 3.2, After created /suspend file has our TuxOnIce guru Nigel says. It hibernate ok, but on resume i got the error: &#8220;Compress_read returned -22&#8243;<br />
&#8220;Breaking out of I/O loop because of result code -22.&#8221;<br />
Fixed it compiling AHCI static in the kernel, with my SATA drivers. It avoids the error:<br />
&#8220;TuxOnIce: Can&#8217;t translate &#8220;UUID=xxxx&#8221;<br />
Setting BFQ as default block I/O scheduler, with the lzo module static and at last, put the line:<br />
echo 1 &gt; /sys/power/tuxonice/do_resume<br />
in the file:<br />
/usr/share/initramfs-tools/init<br />
after the lines that mount sysfs and procfs.<br />
Recreate initramfs and adjust grub with resume=UUID=<br />
No userui because i do not install any package, just compiled a new kernel and used the hibernate-script-2.0 from git.<br />
That&#8217;s it, once again thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Cunningham</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-110017</link>
		<dc:creator>Nigel Cunningham</dc:creator>
		<pubDate>Sun, 25 Sep 2011 22:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-110017</guid>
		<description>The hibernate script will be looking at what&#039;s in /sys/power/tuxonice/resume and /sys/power/tuxonice/file/target. These are in turn set by the following options in /etc/hibernate/tuxonice.conf:

## For filewriter:
# FilewriterLocation /suspend_file 1000
# VerifyFilewriterResume2 yes

If I recall correctly, you should only need to uncomment the FilewriterLocation entry, but I&#039;m not sure I do.

Anyway, the way to ensure your resume= is correct is (as root):

echo /path/to/filewriter/file &gt; /sys/power/tuxonice/file/target
cat /sys/power/tuxonice/resume

If that still doesn&#039;t get you going, please email the TuxOnIce users list - we have a good number of people there who&#039;ll be able to help.

Nigel</description>
		<content:encoded><![CDATA[<p>The hibernate script will be looking at what&#8217;s in /sys/power/tuxonice/resume and /sys/power/tuxonice/file/target. These are in turn set by the following options in /etc/hibernate/tuxonice.conf:</p>
<p>## For filewriter:<br />
# FilewriterLocation /suspend_file 1000<br />
# VerifyFilewriterResume2 yes</p>
<p>If I recall correctly, you should only need to uncomment the FilewriterLocation entry, but I&#8217;m not sure I do.</p>
<p>Anyway, the way to ensure your resume= is correct is (as root):</p>
<p>echo /path/to/filewriter/file &gt; /sys/power/tuxonice/file/target<br />
cat /sys/power/tuxonice/resume</p>
<p>If that still doesn&#8217;t get you going, please email the TuxOnIce users list - we have a good number of people there who&#8217;ll be able to help.</p>
<p>Nigel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-110005</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 25 Sep 2011 14:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-110005</guid>
		<description>I&#039;m wondering if you (or anyone else) has successfully got the FileWriter option working? I am getting this error on running hibernate:


ABORTING: resume is not setup correctly. Unless you have setup your bootloader correctly, resuming will most likely fail. To correct this, add &quot;resume=UUID=3ae642dce2cb484f8f66912137190eb6:0x658000&quot; to your kernel command line in your LILO or GRUB configuration file and reboot.
hibernate: Aborting.

Of course, I&#039;ve added the specified string to /boot/grub/menu.lst, but after rebooting, I get the same message. Any ideas?

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering if you (or anyone else) has successfully got the FileWriter option working? I am getting this error on running hibernate:</p>
<p>ABORTING: resume is not setup correctly. Unless you have setup your bootloader correctly, resuming will most likely fail. To correct this, add &#8220;resume=UUID=3ae642dce2cb484f8f66912137190eb6:0&#215;658000&#8243; to your kernel command line in your LILO or GRUB configuration file and reboot.<br />
hibernate: Aborting.</p>
<p>Of course, I&#8217;ve added the specified string to /boot/grub/menu.lst, but after rebooting, I get the same message. Any ideas?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neo</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-41504</link>
		<dc:creator>neo</dc:creator>
		<pubDate>Wed, 28 Jul 2010 06:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-41504</guid>
		<description>I&#039;ve also just installed those packages as Donnie&#039;s said from https://launchpad.net/~tuxonice/+archive/ppa and everything&#039;s working, thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also just installed those packages as Donnie&#8217;s said from <a href="https://launchpad.net/~tuxonice/+archive/ppa" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa</a> and everything&#8217;s working, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-40923</link>
		<dc:creator>Donnie</dc:creator>
		<pubDate>Sat, 17 Jul 2010 23:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-40923</guid>
		<description>I am trying this in Meerkat. Do i need to change configuration for better experience? So far i have installed tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice from ppa:tuxonice/ppa and its working great.</description>
		<content:encoded><![CDATA[<p>I am trying this in Meerkat. Do i need to change configuration for better experience? So far i have installed tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice from ppa:tuxonice/ppa and its working great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MTS</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-27330</link>
		<dc:creator>MTS</dc:creator>
		<pubDate>Thu, 08 Apr 2010 23:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-27330</guid>
		<description>Thanks for this howto!</description>
		<content:encoded><![CDATA[<p>Thanks for this howto!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Cunningham</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-26680</link>
		<dc:creator>Nigel Cunningham</dc:creator>
		<pubDate>Tue, 30 Mar 2010 02:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-26680</guid>
		<description>coff_coff, you&#039;ll be please to know I&#039;ve just made the git tree for it. I try not to jump in too early, because they keep rebasing the kernel (or have done so in the past), which makes it a pain to track. There should be PPAs available within a day or two.</description>
		<content:encoded><![CDATA[<p>coff_coff, you&#8217;ll be please to know I&#8217;ve just made the git tree for it. I try not to jump in too early, because they keep rebasing the kernel (or have done so in the past), which makes it a pain to track. There should be PPAs available within a day or two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coff_coff</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-21611</link>
		<dc:creator>coff_coff</dc:creator>
		<pubDate>Sat, 30 Jan 2010 22:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-21611</guid>
		<description>please add repo for Lucid Lynx</description>
		<content:encoded><![CDATA[<p>please add repo for Lucid Lynx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daddy61</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-14797</link>
		<dc:creator>Daddy61</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-14797</guid>
		<description>Just i would like to ask from where i have to start to answer this question. ,</description>
		<content:encoded><![CDATA[<p>Just i would like to ask from where i have to start to answer this question. ,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Younes</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-13088</link>
		<dc:creator>Younes</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-13088</guid>
		<description>This how to helped me to setup the tuxonice but it took me 2 days of trouble. I would like to first thank the author and suggest him to put more description on the grub part for example mention to run the update grub at the final stage and put a menu.lst sample.</description>
		<content:encoded><![CDATA[<p>This how to helped me to setup the tuxonice but it took me 2 days of trouble. I would like to first thank the author and suggest him to put more description on the grub part for example mention to run the update grub at the final stage and put a menu.lst sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volatile</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-12848</link>
		<dc:creator>Volatile</dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-12848</guid>
		<description>Other improveable things I noticed while following this tutorial:
The direct links to the deb-files are broken.
The test &lt;code&gt;elif [ ! -f ${MODULESDIR}/kernel/power/tuxonice_userui.ko ] &lt;/code&gt; won&#039;t succeed for me eventhough I use the tuxonice-patched kernels. Ignoring this test, I now have a hibernateable system, albeit maybe only non-graphically. Is there a reason for making this test here?
Anyways, I now have a hibernateable system, and am moving on to the next step of patching my nvidia drivers. Thanks a lot for the tutorial!</description>
		<content:encoded><![CDATA[<p>Other improveable things I noticed while following this tutorial:<br />
The direct links to the deb-files are broken.<br />
The test <code>elif [ ! -f ${MODULESDIR}/kernel/power/tuxonice_userui.ko ] </code> won&#8217;t succeed for me eventhough I use the tuxonice-patched kernels. Ignoring this test, I now have a hibernateable system, albeit maybe only non-graphically. Is there a reason for making this test here?<br />
Anyways, I now have a hibernateable system, and am moving on to the next step of patching my nvidia drivers. Thanks a lot for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volatile</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-12847</link>
		<dc:creator>Volatile</dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-12847</guid>
		<description>Heh, Guess there is.
Then, I have a task for the author of this thing:
Please put everything that is to be copied into &lt;code&gt;-blocks!
Do like this everywhere:
Instead of just typing
&lt;code&gt; echo &quot;$PREREQ&quot;&lt;/code&gt;, 
which generates the as far as sh is concerned illegible 
echo “$PREREQ”,
type &lt;code&gt;&lt;code&gt; echo &quot;$PREREQ&quot;&lt;/code&gt;&lt;/code&gt;,
 which produces
&lt;code&gt; echo &quot;$PREREQ&quot;&lt;/code&gt;,
which is copy pasteable even for the most nooby of the readers. Copy-paste is according to me heavily preferrable over copy-paste-and-edit-everything.</description>
		<content:encoded><![CDATA[<p>Heh, Guess there is.<br />
Then, I have a task for the author of this thing:<br />
Please put everything that is to be copied into &lt;code&gt;-blocks!<br />
Do like this everywhere:<br />
Instead of just typing<br />
<code> echo "$PREREQ"</code>,<br />
which generates the as far as sh is concerned illegible<br />
echo “$PREREQ”,<br />
type &lt;code&gt;<code> echo "$PREREQ"</code>&lt;/code&gt;,<br />
 which produces<br />
<code> echo "$PREREQ"</code>,<br />
which is copy pasteable even for the most nooby of the readers. Copy-paste is according to me heavily preferrable over copy-paste-and-edit-everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volatile</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-12846</link>
		<dc:creator>Volatile</dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-12846</guid>
		<description>Isn&#039;t there a &lt;code&gt; block one can use to get compatible &quot;:s and -:s?
Like so:
&lt;code&gt;echo &quot;this will actually be copy pasteable&quot;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t there a &lt;code&gt; block one can use to get compatible &#8220;:s and -:s?<br />
Like so:<br />
<code>echo "this will actually be copy pasteable"</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexander</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-12398</link>
		<dc:creator>alexander</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-12398</guid>
		<description>/usr/share/initramfs-tools/hooks/tuxonice_userui: 1: Syntax error: Unterminated quoted string


when I do 

update-initramfs -c -k 2.6.28-13-generic</description>
		<content:encoded><![CDATA[<p>/usr/share/initramfs-tools/hooks/tuxonice_userui: 1: Syntax error: Unterminated quoted string</p>
<p>when I do </p>
<p>update-initramfs -c -k 2.6.28-13-generic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: intosamadhi</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-11279</link>
		<dc:creator>intosamadhi</dc:creator>
		<pubDate>Sun, 19 Jul 2009 19:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-11279</guid>
		<description>try installing directly from the ppa

https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-libc-dev_2.6.28-14.45+tuxonice1_amd64.deb

https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-doc-2.6.28_2.6.28-14.45+tuxonice1_all.deb  (3.5 MiB)

https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14-generic_2.6.28-14.45+tuxonice1_amd64.deb (684.3 KiB)

https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14-server_2.6.28-14.45+tuxonice1_amd64.deb (684.3 KiB)

https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14_2.6.28-14.45+tuxonice1_all.deb (8.5 MiB)

https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-image-2.6.28-14-generic_2.6.28-14.45+tuxonice1_amd64.deb (23.3 MiB)

https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-libc-dev_2.6.28-14.45+tuxonice1_amd64.deb (759.5 KiB)</description>
		<content:encoded><![CDATA[<p>try installing directly from the ppa</p>
<p><a href="https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-libc-dev_2.6.28-14.45+tuxonice1_amd64.deb" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-libc-dev_2.6.28-14.45+tuxonice1_amd64.deb</a></p>
<p><a href="https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-doc-2.6.28_2.6.28-14.45+tuxonice1_all.deb" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-doc-2.6.28_2.6.28-14.45+tuxonice1_all.deb</a>  (3.5 MiB)</p>
<p><a href="https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14-generic_2.6.28-14.45+tuxonice1_amd64.deb" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14-generic_2.6.28-14.45+tuxonice1_amd64.deb</a> (684.3 KiB)</p>
<p><a href="https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14-server_2.6.28-14.45+tuxonice1_amd64.deb" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14-server_2.6.28-14.45+tuxonice1_amd64.deb</a> (684.3 KiB)</p>
<p><a href="https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14_2.6.28-14.45+tuxonice1_all.deb" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-headers-2.6.28-14_2.6.28-14.45+tuxonice1_all.deb</a> (8.5 MiB)</p>
<p><a href="https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-image-2.6.28-14-generic_2.6.28-14.45+tuxonice1_amd64.deb" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-image-2.6.28-14-generic_2.6.28-14.45+tuxonice1_amd64.deb</a> (23.3 MiB)</p>
<p><a href="https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-libc-dev_2.6.28-14.45+tuxonice1_amd64.deb" rel="nofollow">https://launchpad.net/~tuxonice/+archive/ppa/+files/linux-libc-dev_2.6.28-14.45+tuxonice1_amd64.deb</a> (759.5 KiB)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bula</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-11271</link>
		<dc:creator>Bula</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-11271</guid>
		<description>Thanks for the tutorial but I cant even get the package installed I set the sources and imported keys everything works fine, like in every other ppa but in synaptic manager there is no tuxonice (except userui) If it is of any use my kernel is Linux 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686 GNU/Linux</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial but I cant even get the package installed I set the sources and imported keys everything works fine, like in every other ppa but in synaptic manager there is no tuxonice (except userui) If it is of any use my kernel is Linux 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686 GNU/Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimdandy</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-11181</link>
		<dc:creator>jimdandy</dc:creator>
		<pubDate>Thu, 16 Jul 2009 03:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-11181</guid>
		<description>Appreciate the instructions. I haven&#039;t tested this out yet, but there do seem to be some errors in your code as posted. I&#039;m not sure about the gpg instructions, but copy and paste ends up with some characters being wrong. Same with the scripts, where it looks to me like smart quotes got in there that shouldn&#039;t be. I could be totally wrong, but with just copying and pasting, I was getting errors. I made selected changes until I didn&#039;t get errors, so I&#039;ll see how it goes.</description>
		<content:encoded><![CDATA[<p>Appreciate the instructions. I haven&#8217;t tested this out yet, but there do seem to be some errors in your code as posted. I&#8217;m not sure about the gpg instructions, but copy and paste ends up with some characters being wrong. Same with the scripts, where it looks to me like smart quotes got in there that shouldn&#8217;t be. I could be totally wrong, but with just copying and pasting, I was getting errors. I made selected changes until I didn&#8217;t get errors, so I&#8217;ll see how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: intosamadhi</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-10783</link>
		<dc:creator>intosamadhi</dc:creator>
		<pubDate>Mon, 06 Jul 2009 14:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-10783</guid>
		<description>best try the tuxonice mailing list
http://www.tuxonice.net/lists.html

I&#039;ve never compiled nvidia drivers so cant offer assistance</description>
		<content:encoded><![CDATA[<p>best try the tuxonice mailing list<br />
<a href="http://www.tuxonice.net/lists.html" rel="nofollow">http://www.tuxonice.net/lists.html</a></p>
<p>I&#8217;ve never compiled nvidia drivers so cant offer assistance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkamid</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-10582</link>
		<dc:creator>alkamid</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-10582</guid>
		<description>Hello,

I&#039;d like to make tuxonice working on my fresh Jaunty install. However, I can&#039;t compile NVIDIA drivers - I always get a prompt that I need the kernel source tree to compile them, but how am I supposed to install source tree for 2.6.28-13? From PPA I can only get sources for 2.6.28-14 and I did it along with installing headers and image of 2.6.28-14 but I keep receiving the prompt!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;d like to make tuxonice working on my fresh Jaunty install. However, I can&#8217;t compile NVIDIA drivers - I always get a prompt that I need the kernel source tree to compile them, but how am I supposed to install source tree for 2.6.28-13? From PPA I can only get sources for 2.6.28-14 and I did it along with installing headers and image of 2.6.28-14 but I keep receiving the prompt!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: intosamadhi</title>
		<link>http://www.ubuntugeek.com/how-to-install-tuxonice-in-ubuntu.html/comment-page-2#comment-10457</link>
		<dc:creator>intosamadhi</dc:creator>
		<pubDate>Sat, 27 Jun 2009 15:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=1510#comment-10457</guid>
		<description>not sure how much simpler I could make this, it is mostly cut and paste stuff. 

Most of the work is already done in the patched kernel from the PPA. The rest is just some simple commands to get initramfs-tools to use tuxonice on resume. 

If there is something specific you would like to know just ask.

I don&#039;t know how tuxonice compares with hibernation in the latest kernels because I have been using it ever since 1 of the kernels refused to let me hibernate or suspend. From my experience with earlier kernels, tuxonice is much faster and also gives you feeback about what it is doing.</description>
		<content:encoded><![CDATA[<p>not sure how much simpler I could make this, it is mostly cut and paste stuff. </p>
<p>Most of the work is already done in the patched kernel from the PPA. The rest is just some simple commands to get initramfs-tools to use tuxonice on resume. </p>
<p>If there is something specific you would like to know just ask.</p>
<p>I don&#8217;t know how tuxonice compares with hibernation in the latest kernels because I have been using it ever since 1 of the kernels refused to let me hibernate or suspend. From my experience with earlier kernels, tuxonice is much faster and also gives you feeback about what it is doing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

