<?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: After a week on Intrepid Ibex</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/after-a-week-on-intrepid-ibex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser/after-a-week-on-intrepid-ibex/</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Thu, 03 Dec 2009 12:32:29 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lothar</title>
		<link>http://www.everyjoe.com/newlinuxuser/after-a-week-on-intrepid-ibex/comment-page-1/#comment-3325</link>
		<dc:creator>Lothar</dc:creator>
		<pubDate>Sun, 21 Dec 2008 10:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/after-a-week-on-intrepid-ibex/#comment-3325</guid>
		<description>Hi Red Five,

worked for me perfectly. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi Red Five,</p>
<p>worked for me perfectly. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red Five</title>
		<link>http://www.everyjoe.com/newlinuxuser/after-a-week-on-intrepid-ibex/comment-page-1/#comment-2219</link>
		<dc:creator>Red Five</dc:creator>
		<pubDate>Tue, 18 Nov 2008 22:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/after-a-week-on-intrepid-ibex/#comment-2219</guid>
		<description>After some further investigation on Launchpad, it seems that most people who have this problem have an Atheros wireless adapter. If you do too, it should do the trick.</description>
		<content:encoded><![CDATA[<p>After some further investigation on Launchpad, it seems that most people who have this problem have an Atheros wireless adapter. If you do too, it should do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clair</title>
		<link>http://www.everyjoe.com/newlinuxuser/after-a-week-on-intrepid-ibex/comment-page-1/#comment-2283</link>
		<dc:creator>Clair</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/after-a-week-on-intrepid-ibex/#comment-2283</guid>
		<description>Hi, Red Five! Thanks for the tip. I&#039;d try that later too and give you a heads up if it works for me :D i hope it does! *crosses fingers*</description>
		<content:encoded><![CDATA[<p>Hi, Red Five! Thanks for the tip. I&#8217;d try that later too and give you a heads up if it works for me <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  i hope it does! *crosses fingers*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red Five</title>
		<link>http://www.everyjoe.com/newlinuxuser/after-a-week-on-intrepid-ibex/comment-page-1/#comment-1802</link>
		<dc:creator>Red Five</dc:creator>
		<pubDate>Sun, 09 Nov 2008 17:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/after-a-week-on-intrepid-ibex/#comment-1802</guid>
		<description>I too have been suffering from the NetworkManager hibernate/suspend bug. I figured out a workaround that I scripted, so you can still hibernate or suspend your laptop. I sometimes use a wired connection, too, so I added lines for that adapter as well. If you run the script with gksudo (or the KDE equivalent), you won&#039;t have to open a terminal. BTW, my wireless adapter is an Atheros-based card, so replace the network device name and module name with the appropriate names.

#!/bin/bash
invoke-rc.d NetworkManager stop
ifconfig ath0 down
ifconfig eth0 down
modprobe -r ath_pci
modprobe -r tg3
modprobe tg3
modprobe ath_pci
ifconfig eth0 up
ifconfig ath0 up
invoke-rc.d NetworkManager start

The control script for NetworkManager is in &quot;camel-case&quot;, so you&#039;ll need to watch that. tg3 is the driver for my laptop&#039;s wired adapter, as I mentioned above. So far I haven&#039;t had any luck making this run automatically upon resuming from suspend/hibernate, so I just hit Alt-F2 and execute it from there. Give it a try and see if it works for you.</description>
		<content:encoded><![CDATA[<p>I too have been suffering from the NetworkManager hibernate/suspend bug. I figured out a workaround that I scripted, so you can still hibernate or suspend your laptop. I sometimes use a wired connection, too, so I added lines for that adapter as well. If you run the script with gksudo (or the KDE equivalent), you won&#8217;t have to open a terminal. BTW, my wireless adapter is an Atheros-based card, so replace the network device name and module name with the appropriate names.</p>
<p>#!/bin/bash<br />
invoke-rc.d NetworkManager stop<br />
ifconfig ath0 down<br />
ifconfig eth0 down<br />
modprobe -r ath_pci<br />
modprobe -r tg3<br />
modprobe tg3<br />
modprobe ath_pci<br />
ifconfig eth0 up<br />
ifconfig ath0 up<br />
invoke-rc.d NetworkManager start</p>
<p>The control script for NetworkManager is in &#8220;camel-case&#8221;, so you&#8217;ll need to watch that. tg3 is the driver for my laptop&#8217;s wired adapter, as I mentioned above. So far I haven&#8217;t had any luck making this run automatically upon resuming from suspend/hibernate, so I just hit Alt-F2 and execute it from there. Give it a try and see if it works for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>