<?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: HOWTO: sound after hibernate in Linux (Gusty/Lenny)</title>
	<atom:link href="http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/feed/" rel="self" type="application/rss+xml" />
	<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/</link>
	<description>look out honey, &#039;cause I&#039;m using technology</description>
	<lastBuildDate>Sat, 11 Feb 2012 04:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1023</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Mon, 03 May 2010 18:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1023</guid>
		<description>Hey, that&#039;s great to hear, always nice when old solutions are still helping people.  Also, your English is just fine, I should be the one apologizing since I never mastered another language, so my hats off to you!  Nice Gorillaz avatar too!</description>
		<content:encoded><![CDATA[<p>Hey, that&#039;s great to hear, always nice when old solutions are still helping people.  Also, your English is just fine, I should be the one apologizing since I never mastered another language, so my hats off to you!  Nice Gorillaz avatar too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1022</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Mon, 03 May 2010 13:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1022</guid>
		<description>Hey, that&#039;s great to hear, always nice when old solutions are still helping people.  Also, your English is just fine, I should be the one apologizing since I never mastered another language, so my hats off to you!  Nice Gorillaz avatar too!</description>
		<content:encoded><![CDATA[<p>Hey, that&#039;s great to hear, always nice when old solutions are still helping people.  Also, your English is just fine, I should be the one apologizing since I never mastered another language, so my hats off to you!  Nice Gorillaz avatar too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1803</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Mon, 03 May 2010 13:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1803</guid>
		<description>Hey, that&#039;s great to hear, always nice when old solutions are still helping people.  Also, your English is just fine, I should be the one apologizing since I never mastered another language, so my hats off to you!  Nice Gorillaz avatar too!  </description>
		<content:encoded><![CDATA[<p>Hey, that&#8217;s great to hear, always nice when old solutions are still helping people.  Also, your English is just fine, I should be the one apologizing since I never mastered another language, so my hats off to you!  Nice Gorillaz avatar too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dario2004</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1021</link>
		<dc:creator>dario2004</dc:creator>
		<pubDate>Sun, 02 May 2010 12:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1021</guid>
		<description>Thanks!!! I have a similar problem in my Laptop but with WIFIWhen i hibernate, on resume the wifi dont work, but if i type:sudo ifdown wlan0 &amp;&amp; sudo ifup wlan0the wifi works again. Then i use your script modify like this:case &quot;$1&quot; inhibernate&#124;suspend)ifdown wlan0;;thaw&#124;resume)ifup wlan0;;*);;esacexit $?And it works like a charm!!!Sorry my English</description>
		<content:encoded><![CDATA[<p>Thanks!!! I have a similar problem in my Laptop but with WIFIWhen i hibernate, on resume the wifi dont work, but if i type:sudo ifdown wlan0 &amp;&amp; sudo ifup wlan0the wifi works again. Then i use your script modify like this:case &#8220;$1&#8243; inhibernate|suspend)ifdown wlan0;;thaw|resume)ifup wlan0;;*);;esacexit $?And it works like a charm!!!Sorry my English</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1802</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 02 May 2010 12:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1802</guid>
		<description>Thanks!!! I have a similar problem in my Laptop but with WIFI
When i hibernate, on resume the wifi dont work, but if i type:

sudo ifdown wlan0 &amp;&amp; sudo ifup wlan0

the wifi works again. Then i use your script modify like this:

case &quot;$1&quot; in
hibernate&#124;suspend)
ifdown wlan0
;;
thaw&#124;resume)
ifup wlan0
;;
*)
;;
esac

exit $?

And it works like a charm!!!
Sorry my English
</description>
		<content:encoded><![CDATA[<p>Thanks!!! I have a similar problem in my Laptop but with WIFI<br />
When i hibernate, on resume the wifi dont work, but if i type:</p>
<p>sudo ifdown wlan0 &amp;&amp; sudo ifup wlan0</p>
<p>the wifi works again. Then i use your script modify like this:</p>
<p>case &#8220;$1&#8243; in<br />
hibernate|suspend)<br />
ifdown wlan0<br />
;;<br />
thaw|resume)<br />
ifup wlan0<br />
;;<br />
*)<br />
;;<br />
esac</p>
<p>exit $?</p>
<p>And it works like a charm!!!<br />
Sorry my English</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacco</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1020</link>
		<dc:creator>Jacco</dc:creator>
		<pubDate>Tue, 13 Apr 2010 08:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1020</guid>
		<description>Could this not work simpler by creating a file in /etc/pm/config.d/ containing:SUSPEND_MODULES=&quot;snd-hda-intel&quot;It would let pm-utils take care of unloading and loading the module upon hibernate and resume, see man pm-hibernate.</description>
		<content:encoded><![CDATA[<p>Could this not work simpler by creating a file in /etc/pm/config.d/ containing:SUSPEND_MODULES=&#8221;snd-hda-intel&#8221;It would let pm-utils take care of unloading and loading the module upon hibernate and resume, see man pm-hibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacco</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1796</link>
		<dc:creator>Jacco</dc:creator>
		<pubDate>Tue, 13 Apr 2010 08:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1796</guid>
		<description>Could this not work simpler by creating a file in /etc/pm/config.d/ containing:
SUSPEND_MODULES=&quot;snd-hda-intel&quot;

It would let pm-utils take care of unloading and loading the module upon hibernate and resume, see man pm-hibernate.</description>
		<content:encoded><![CDATA[<p>Could this not work simpler by creating a file in /etc/pm/config.d/ containing:<br />
SUSPEND_MODULES=&#8221;snd-hda-intel&#8221;</p>
<p>It would let pm-utils take care of unloading and loading the module upon hibernate and resume, see man pm-hibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rami Taibah</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1019</link>
		<dc:creator>Rami Taibah</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1019</guid>
		<description>This worked great thanks!

But one minor problem. Am running xfce on xubuntu. When ever it resumes the interface gets a big ugly, as if am running the apps using root or something... Can provide you a before and after screenshots if I wasn&#039;t clear enough...</description>
		<content:encoded><![CDATA[<p>This worked great thanks!</p>
<p>But one minor problem. Am running xfce on xubuntu. When ever it resumes the interface gets a big ugly, as if am running the apps using root or something&#8230; Can provide you a before and after screenshots if I wasn&#8217;t clear enough&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rami Taibah</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1031</link>
		<dc:creator>Rami Taibah</dc:creator>
		<pubDate>Thu, 02 Apr 2009 19:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1031</guid>
		<description>This worked great thanks!

But one minor problem. Am running xfce on xubuntu. When ever it resumes the interface gets a big ugly, as if am running the apps using root or something... Can provide you a before and after screenshots if I wasn&#039;t clear enough...</description>
		<content:encoded><![CDATA[<p>This worked great thanks!</p>
<p>But one minor problem. Am running xfce on xubuntu. When ever it resumes the interface gets a big ugly, as if am running the apps using root or something&#8230; Can provide you a before and after screenshots if I wasn&#8217;t clear enough&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kan</title>
		<link>http://fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1018</link>
		<dc:creator>Kan</dc:creator>
		<pubDate>Mon, 23 Feb 2009 09:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.fak3r.com/2008/02/25/howto-sound-after-hibernate-in-linux-gustylenny/#comment-1018</guid>
		<description>Hi.
It also worked in ubuntu 8.10 (intrepid ibex).
Thank you!!

I have the same problem than the one reported by egor08, but is not a big deal.
Kan.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
It also worked in ubuntu 8.10 (intrepid ibex).<br />
Thank you!!</p>
<p>I have the same problem than the one reported by egor08, but is not a big deal.<br />
Kan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

