<?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: Son of a Geek! or &#8220;too many iterations  in nv_nic_irq&#8221;</title>
	<atom:link href="http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/</link>
	<description>One man. Closing, all the windows.</description>
	<lastBuildDate>Wed, 22 May 2013 04:02:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Robert Pogson</title>
		<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/#comment-31950</link>
		<dc:creator>Robert Pogson</dc:creator>
		<pubDate>Thu, 14 Oct 2010 13:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=569#comment-31950</guid>
		<description><![CDATA[Yes, this can be done without a reboot.

sshing in or from the console, change the configuration file and then reload the driver. There is a possibility of losing the connection (certainty, if you are sshing through the NIC) so put it all on one line:

rmmod  forcedeth   ;  modprobe forcedeth

When the driver reloads, it will take the new settings. There will be a brief outtage on the NIC. I did not measure it but it was not noticeable to me in human terms. It is vital that the typing be correct in the configuration and commands so be very careful if this is a production system.

It&#039;s too bad this problem still exists but I keep getting hits and comments several years later. The hardware manufacturers and the driver writers should cooperate more.]]></description>
		<content:encoded><![CDATA[<p>Yes, this can be done without a reboot.</p>
<p>sshing in or from the console, change the configuration file and then reload the driver. There is a possibility of losing the connection (certainty, if you are sshing through the NIC) so put it all on one line:</p>
<p>rmmod  forcedeth   ;  modprobe forcedeth</p>
<p>When the driver reloads, it will take the new settings. There will be a brief outtage on the NIC. I did not measure it but it was not noticeable to me in human terms. It is vital that the typing be correct in the configuration and commands so be very careful if this is a production system.</p>
<p>It&#8217;s too bad this problem still exists but I keep getting hits and comments several years later. The hardware manufacturers and the driver writers should cooperate more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leong</title>
		<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/#comment-31947</link>
		<dc:creator>leong</dc:creator>
		<pubDate>Thu, 14 Oct 2010 12:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=569#comment-31947</guid>
		<description><![CDATA[Is there a way to make this setting effective without rebooting the system]]></description>
		<content:encoded><![CDATA[<p>Is there a way to make this setting effective without rebooting the system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/#comment-27673</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Fri, 03 Sep 2010 05:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=569#comment-27673</guid>
		<description><![CDATA[Thanks for this!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joachim</title>
		<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/#comment-13494</link>
		<dc:creator>joachim</dc:creator>
		<pubDate>Tue, 23 Feb 2010 18:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=569#comment-13494</guid>
		<description><![CDATA[thanks! this solution work on Linux 2.6.26-2-amd64, debian 5.0]]></description>
		<content:encoded><![CDATA[<p>thanks! this solution work on Linux 2.6.26-2-amd64, debian 5.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sigma</title>
		<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/#comment-11343</link>
		<dc:creator>Sigma</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=569#comment-11343</guid>
		<description><![CDATA[Awesome solution! Many thanks!!!]]></description>
		<content:encoded><![CDATA[<p>Awesome solution! Many thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/#comment-3221</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=569#comment-3221</guid>
		<description><![CDATA[These 2 parameters for the forcedeth module solved the network problems I had with the ASUS M2N-CM DVI motherboard. Thanks a lot! :)]]></description>
		<content:encoded><![CDATA[<p>These 2 parameters for the forcedeth module solved the network problems I had with the ASUS M2N-CM DVI motherboard. Thanks a lot! <img src='http://mrpogson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://mrpogson.com/2009/06/15/son-of-a-geek-or-too-many-iterations-in-nv_nic_irq/#comment-2565</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://mrpogson.com/?p=569#comment-2565</guid>
		<description><![CDATA[Nice fix!  This saved the day for me ;-)]]></description>
		<content:encoded><![CDATA[<p>Nice fix!  This saved the day for me <img src='http://mrpogson.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
