<?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: Network Resume Dance</title>
	<atom:link href="http://clarkbw.net/blog/2007/11/01/network-resume-dance/feed/" rel="self" type="application/rss+xml" />
	<link>http://clarkbw.net/blog/2007/11/01/network-resume-dance/</link>
	<description>Change thrives on me</description>
	<lastBuildDate>Wed, 01 Sep 2010 22:05:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Suspend/Resume with linux laptops &#171; Keystone IT Tech</title>
		<link>http://clarkbw.net/blog/2007/11/01/network-resume-dance/comment-page-1/#comment-4772</link>
		<dc:creator>Suspend/Resume with linux laptops &#171; Keystone IT Tech</dc:creator>
		<pubDate>Sun, 02 Mar 2008 18:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/2007/11/01/network-resume-dance/#comment-4772</guid>
		<description>[...] latest Nvidia driver. The wifi (Intel 3945) driver needs to be reset after resuming. I adapted a script I found and connected it to a launcher on the panel.  echo &#8220;Resetting Network&#8221; sudo [...]</description>
		<content:encoded><![CDATA[<p>[...] latest Nvidia driver. The wifi (Intel 3945) driver needs to be reset after resuming. I adapted a script I found and connected it to a launcher on the panel.  echo &#8220;Resetting Network&#8221; sudo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://clarkbw.net/blog/2007/11/01/network-resume-dance/comment-page-1/#comment-2327</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 05 Nov 2007 20:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/2007/11/01/network-resume-dance/#comment-2327</guid>
		<description>Bryan,
I&#039;ve been there too. I have a script in ~/bin/re_wifi (contents below... and yes it doesn&#039;t work w/o the sleeps). I don&#039;t need it as much as I used to but when I go from work (LEAP) to Home (WPA) it&#039;s a requirement. I found I had to go back all the way to &quot;network&quot; so it would unload the wireless driver, but I did notice recently that the Dispatcher seems to do something similar. 
FWIW, this is on a RHEL5. system. I&#039;m going to F8 as soon as I get a chance.


sudo /etc/init.d/NetworkManagerDispatcher stop
sleep 5
sudo /etc/init.d/NetworkManager stop
sleep 5
sudo /etc/init.d/network stop
sleep 5
sudo /etc/init.d/ipw3945d stop
sleep 45
sudo /etc/init.d/ipw3945d start
sleep 5
sudo /etc/init.d/network start
sleep 5
sudo /etc/init.d/NetworkManager start
sleep 5
sudo /etc/init.d/NetworkManagerDispatcher start</description>
		<content:encoded><![CDATA[<p>Bryan,<br />
I&#8217;ve been there too. I have a script in ~/bin/re_wifi (contents below&#8230; and yes it doesn&#8217;t work w/o the sleeps). I don&#8217;t need it as much as I used to but when I go from work (LEAP) to Home (WPA) it&#8217;s a requirement. I found I had to go back all the way to &#8220;network&#8221; so it would unload the wireless driver, but I did notice recently that the Dispatcher seems to do something similar.<br />
FWIW, this is on a RHEL5. system. I&#8217;m going to F8 as soon as I get a chance.</p>
<p>sudo /etc/init.d/NetworkManagerDispatcher stop<br />
sleep 5<br />
sudo /etc/init.d/NetworkManager stop<br />
sleep 5<br />
sudo /etc/init.d/network stop<br />
sleep 5<br />
sudo /etc/init.d/ipw3945d stop<br />
sleep 45<br />
sudo /etc/init.d/ipw3945d start<br />
sleep 5<br />
sudo /etc/init.d/network start<br />
sleep 5<br />
sudo /etc/init.d/NetworkManager start<br />
sleep 5<br />
sudo /etc/init.d/NetworkManagerDispatcher start</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgoodwin</title>
		<link>http://clarkbw.net/blog/2007/11/01/network-resume-dance/comment-page-1/#comment-2307</link>
		<dc:creator>dgoodwin</dc:creator>
		<pubDate>Sun, 04 Nov 2007 22:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/2007/11/01/network-resume-dance/#comment-2307</guid>
		<description>Thanks for this, I was having the same problem with iwl3945 and thought I was running into a brick wall with restarting services, nothing seemed to get that wifi back up. Waiting 10 seconds was the key.</description>
		<content:encoded><![CDATA[<p>Thanks for this, I was having the same problem with iwl3945 and thought I was running into a brick wall with restarting services, nothing seemed to get that wifi back up. Waiting 10 seconds was the key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Katz</title>
		<link>http://clarkbw.net/blog/2007/11/01/network-resume-dance/comment-page-1/#comment-2198</link>
		<dc:creator>Jeremy Katz</dc:creator>
		<pubDate>Thu, 01 Nov 2007 17:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/2007/11/01/network-resume-dance/#comment-2198</guid>
		<description>You really shouldn&#039;t need to be unloading the module or restarting NetworkManager.  The only little quirk I&#039;ve got right now with iwl3945 on resume is that (sometimes) wpa_supplicant is keeping its cached scan results around.  But after 30 seconds or so, it realizes that I&#039;ve gone home and finds the other network.

And now that the brunt of F8 is out of the way, I might actually get around to prodding at wpa_supplicant to make it forget things too.</description>
		<content:encoded><![CDATA[<p>You really shouldn&#8217;t need to be unloading the module or restarting NetworkManager.  The only little quirk I&#8217;ve got right now with iwl3945 on resume is that (sometimes) wpa_supplicant is keeping its cached scan results around.  But after 30 seconds or so, it realizes that I&#8217;ve gone home and finds the other network.</p>
<p>And now that the brunt of F8 is out of the way, I might actually get around to prodding at wpa_supplicant to make it forget things too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Lord</title>
		<link>http://clarkbw.net/blog/2007/11/01/network-resume-dance/comment-page-1/#comment-2197</link>
		<dc:creator>Chris Lord</dc:creator>
		<pubDate>Thu, 01 Nov 2007 15:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/2007/11/01/network-resume-dance/#comment-2197</guid>
		<description>I also have an Intel wireless chipset and I found that whitelisting the module (in Ubuntu, see /etc/default/acpi-support) works well and NetworkManager only needs to be restarted when you resume as it doesn&#039;t refresh the networks quick enough (none of this stop start stop wait start nonsense :))</description>
		<content:encoded><![CDATA[<p>I also have an Intel wireless chipset and I found that whitelisting the module (in Ubuntu, see /etc/default/acpi-support) works well and NetworkManager only needs to be restarted when you resume as it doesn&#8217;t refresh the networks quick enough (none of this stop start stop wait start nonsense <img src='http://clarkbw.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.124 seconds -->
