<?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>Absence makes the heart grow fungus</description>
	<pubDate>Wed, 07 Jan 2009 07:28:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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've been there too. I have a script in ~/bin/re_wifi (contents below... and yes it doesn't work w/o the sleeps). I don't need it as much as I used to but when I go from work (LEAP) to Home (WPA) it's a requirement. I found I had to go back all the way to "network" 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'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't need to be unloading the module or restarting NetworkManager.  The only little quirk I'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'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'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 :))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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