<?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: Installing Vista (AKA More Netgear WG311 Misery)</title>
	<atom:link href="http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/</link>
	<description>One nerd's struggle against the beast that is technology</description>
	<lastBuildDate>Mon, 06 Feb 2012 23:22:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Serosis</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-28200</link>
		<dc:creator>Serosis</dc:creator>
		<pubDate>Tue, 05 May 2009 10:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-28200</guid>
		<description>Well it might seem I have the only working WG311v3 card, never had a problem ever since I got it.
Picks up just about every signal on my block and never drops connections.

I have it in an old Dell Optiplex GX260 running XP.
Maybe it only works with legacy hardware lol</description>
		<content:encoded><![CDATA[<p>Well it might seem I have the only working WG311v3 card, never had a problem ever since I got it.<br />
Picks up just about every signal on my block and never drops connections.</p>
<p>I have it in an old Dell Optiplex GX260 running XP.<br />
Maybe it only works with legacy hardware lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagtesh Chadha</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-26487</link>
		<dc:creator>Jagtesh Chadha</dc:creator>
		<pubDate>Fri, 13 Mar 2009 10:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-26487</guid>
		<description>As I learned the hard way, for 4GB+ 32bit machines, you need PAE (Physical Address Extension) enabled for Netgear WG311 drivers to work (and the Code 10 to go away).

Here&#039;s how:

*Got IT !!! Working On 4GB Happily !!!*

I got it working on my machine which has 4GB of ram and 32-bit Windows
Vista.

The idea is to use PAE (Physical Address Extension) so that 32 Bit
Windows can address addresses above 4Gigs of RAM.

To do it on Windows Vista 32

1) Open Command Prompt As Administrator

2) Type this line and hit Enter

BCDEdit /set PAE forceenable

To do it on Windows Xp 32

1) Open &quot;boot.ini&quot; file from your c: (Its Hidden By Default, So, You
Need To &quot;Show OS Files&quot; In Folder Options.

2) Add &quot;/PAE&quot; At The End.

Eg.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=&quot;Windo ws Xp Professional&quot;
/fastdetect /PAE

Thats All, And I Hope Yours Can Work Just As Mine Did.

***********************************************

If You Happen To Screw Up Something You Can Restore Things By:

Vista 32:

1) Open Command Prompt As Administrator

2) Type this line and hit Enter

BCDEdit /deletevalue PAE

Windows Xp 32:

1) Open &quot;boot.ini&quot; file from your c: (Its Hidden By Default, So, You
Need To &quot;Show OS Files&quot; In Folder Options.

2) Remove &quot;/PAE&quot; At The End.

***********************************************

(via http://www.vistax64.com/vista-hardware-devices/82317-netgear-wg311v3-dell-system-device-cannot-start-code.html)</description>
		<content:encoded><![CDATA[<p>As I learned the hard way, for 4GB+ 32bit machines, you need PAE (Physical Address Extension) enabled for Netgear WG311 drivers to work (and the Code 10 to go away).</p>
<p>Here&#8217;s how:</p>
<p>*Got IT !!! Working On 4GB Happily !!!*</p>
<p>I got it working on my machine which has 4GB of ram and 32-bit Windows<br />
Vista.</p>
<p>The idea is to use PAE (Physical Address Extension) so that 32 Bit<br />
Windows can address addresses above 4Gigs of RAM.</p>
<p>To do it on Windows Vista 32</p>
<p>1) Open Command Prompt As Administrator</p>
<p>2) Type this line and hit Enter</p>
<p>BCDEdit /set PAE forceenable</p>
<p>To do it on Windows Xp 32</p>
<p>1) Open &#8220;boot.ini&#8221; file from your c: (Its Hidden By Default, So, You<br />
Need To &#8220;Show OS Files&#8221; In Folder Options.</p>
<p>2) Add &#8220;/PAE&#8221; At The End.</p>
<p>Eg.</p>
<p>[boot loader]<br />
timeout=30<br />
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOW S<br />
[operating systems]<br />
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS=&#8221;Windo ws Xp Professional&#8221;<br />
/fastdetect /PAE</p>
<p>Thats All, And I Hope Yours Can Work Just As Mine Did.</p>
<p>***********************************************</p>
<p>If You Happen To Screw Up Something You Can Restore Things By:</p>
<p>Vista 32:</p>
<p>1) Open Command Prompt As Administrator</p>
<p>2) Type this line and hit Enter</p>
<p>BCDEdit /deletevalue PAE</p>
<p>Windows Xp 32:</p>
<p>1) Open &#8220;boot.ini&#8221; file from your c: (Its Hidden By Default, So, You<br />
Need To &#8220;Show OS Files&#8221; In Folder Options.</p>
<p>2) Remove &#8220;/PAE&#8221; At The End.</p>
<p>***********************************************</p>
<p>(via <a href="http://www.vistax64.com/vista-hardware-devices/82317-netgear-wg311v3-dell-system-device-cannot-start-code.html" rel="nofollow">http://www.vistax64.com/vista-hardware-devices/82317-netgear-wg311v3-dell-system-device-cannot-start-code.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RIZ</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-26453</link>
		<dc:creator>RIZ</dc:creator>
		<pubDate>Thu, 12 Mar 2009 14:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-26453</guid>
		<description>A little outdated but...

I&#039;ve been using this card for 3 months now and I don&#039;t understand it when one night, it just stopped working. Did the whole she-bang. Uninstalled, re-installed, rebooted EVERYTHING. It works, sees my router but cant get a connection. Stuck at &quot;scanning...&quot; This is weird since two laptops are working now. But my goddamn pc isnt.

This sucks. I&#039;m no nerd (aspiring to be one though :P) but this is just fucked up...

Would appreciate any help other than &quot;buy a new wireless card...&quot;

:(</description>
		<content:encoded><![CDATA[<p>A little outdated but&#8230;</p>
<p>I&#8217;ve been using this card for 3 months now and I don&#8217;t understand it when one night, it just stopped working. Did the whole she-bang. Uninstalled, re-installed, rebooted EVERYTHING. It works, sees my router but cant get a connection. Stuck at &#8220;scanning&#8230;&#8221; This is weird since two laptops are working now. But my goddamn pc isnt.</p>
<p>This sucks. I&#8217;m no nerd (aspiring to be one though <img src='http://nerd.steveferson.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) but this is just fucked up&#8230;</p>
<p>Would appreciate any help other than &#8220;buy a new wireless card&#8230;&#8221;</p>
<p> <img src='http://nerd.steveferson.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wil</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-18739</link>
		<dc:creator>wil</dc:creator>
		<pubDate>Mon, 28 Jul 2008 14:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-18739</guid>
		<description>IT DOENS&quot;T FUCKING WORK. I swear this I hate this stup;id netgear piece of crap and I want to go and kill those netgear fuckers now. where are thehy hiding from.</description>
		<content:encoded><![CDATA[<p>IT DOENS&#8221;T FUCKING WORK. I swear this I hate this stup;id netgear piece of crap and I want to go and kill those netgear fuckers now. where are thehy hiding from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-18120</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Wed, 09 Jul 2008 20:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-18120</guid>
		<description>Brand new Dell Optiplex 330s - one running Vista Business and the other XP.  All Vista and XP patches current and installed.  

Picked up two nice little Netgear WG311v3.  Followed the instructions and installed one on my the XP box first.  Perfect, except I don&#039;t really like the Netgear wifi interface program.

Next I did exactly the same install on the Vista box.  Nope.  No way. Sorry.  Thanks for playing.  Drive home safely now.

Grrr.  WTFO?  Searched the net.  

I uninstalled all the Netgear items.  Pulled the card.  Restarted and reinstalled the software only as described in the instructions.  Shutdown.  Restart.  I then ran Windows Update and it found a new Netgear driver from Marvel with release date May, 2007 - V1.0.0.52.  Installed the update.  

Shutdown. Install the Netgear card.  Restart.

Same result:  Nope.  No way. Sorry.  Thanks for playing.  Drive home safely now.

The Netgear box clearly says &quot;Works with Windows Vista&quot;.  Must be some other version because the card clearly does not work with my version.

&#039;Nuff said.</description>
		<content:encoded><![CDATA[<p>Brand new Dell Optiplex 330s &#8211; one running Vista Business and the other XP.  All Vista and XP patches current and installed.  </p>
<p>Picked up two nice little Netgear WG311v3.  Followed the instructions and installed one on my the XP box first.  Perfect, except I don&#8217;t really like the Netgear wifi interface program.</p>
<p>Next I did exactly the same install on the Vista box.  Nope.  No way. Sorry.  Thanks for playing.  Drive home safely now.</p>
<p>Grrr.  WTFO?  Searched the net.  </p>
<p>I uninstalled all the Netgear items.  Pulled the card.  Restarted and reinstalled the software only as described in the instructions.  Shutdown.  Restart.  I then ran Windows Update and it found a new Netgear driver from Marvel with release date May, 2007 &#8211; V1.0.0.52.  Installed the update.  </p>
<p>Shutdown. Install the Netgear card.  Restart.</p>
<p>Same result:  Nope.  No way. Sorry.  Thanks for playing.  Drive home safely now.</p>
<p>The Netgear box clearly says &#8220;Works with Windows Vista&#8221;.  Must be some other version because the card clearly does not work with my version.</p>
<p>&#8216;Nuff said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Review: Why the Netgear WG311 v3 Sucks @ nerd.</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-17507</link>
		<dc:creator>&#187; Review: Why the Netgear WG311 v3 Sucks @ nerd.</dc:creator>
		<pubDate>Tue, 17 Jun 2008 14:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-17507</guid>
		<description>[...] see this follow-up for the next chapter of my battle with the Netgear [...]</description>
		<content:encoded><![CDATA[<p>[...] see this follow-up for the next chapter of my battle with the Netgear [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garfish</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-8488</link>
		<dc:creator>Garfish</dc:creator>
		<pubDate>Fri, 21 Mar 2008 22:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-8488</guid>
		<description>I run XP and Vista on my computer, the Netgear WG311v3 works well on XP but when I switch to Vista you guessed it no network. Like many of you I kept on trying and I found a way of getting the stupid thing to work, this is not a fix, it&#039;s only a bandage solution. I installed the netgear software and drivers, re booted then uninstalled the smart wizard, rebooted again but this time I left the CD in the drive, After Vista started I used vista network and sharing wizard in the control panel to connect. This has worked every time, the only hassel is you have to insert the netgear disk in your driver when starting windows every time.

Let me know how you all go.</description>
		<content:encoded><![CDATA[<p>I run XP and Vista on my computer, the Netgear WG311v3 works well on XP but when I switch to Vista you guessed it no network. Like many of you I kept on trying and I found a way of getting the stupid thing to work, this is not a fix, it&#8217;s only a bandage solution. I installed the netgear software and drivers, re booted then uninstalled the smart wizard, rebooted again but this time I left the CD in the drive, After Vista started I used vista network and sharing wizard in the control panel to connect. This has worked every time, the only hassel is you have to insert the netgear disk in your driver when starting windows every time.</p>
<p>Let me know how you all go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IanMc</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-8261</link>
		<dc:creator>IanMc</dc:creator>
		<pubDate>Fri, 14 Mar 2008 07:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-8261</guid>
		<description>Finally, Netgear seem to have produced drivers that work for their WG311v3 with (a) vista 32-bit and (b) more than 2gb RAM. Installed new drivers, and extra 1gb of memory today and after a mere six months of waiting, everything seems to be fine. Fantastic customer service Netgear - and thanks for the emails and phone calls you never returned, or for telling me the new drivers were available.</description>
		<content:encoded><![CDATA[<p>Finally, Netgear seem to have produced drivers that work for their WG311v3 with (a) vista 32-bit and (b) more than 2gb RAM. Installed new drivers, and extra 1gb of memory today and after a mere six months of waiting, everything seems to be fine. Fantastic customer service Netgear &#8211; and thanks for the emails and phone calls you never returned, or for telling me the new drivers were available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-8242</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 14 Mar 2008 00:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-8242</guid>
		<description>Hi - just to update everyone - the card is still working fine since I installed the 8335 drivers.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; just to update everyone &#8211; the card is still working fine since I installed the 8335 drivers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/comment-page-1/#comment-7502</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 02 Mar 2008 17:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.steveferson.com/2007/04/08/installing-vista-aka-more-netgear-wg311-misery/#comment-7502</guid>
		<description>I installed the 8335 drivers (without uninstalling the existing netgear software) yesterday. So far, the card has worked each time I switched on or re-booted. It might be too early to say for sure, but I&#039;d have normally had to mess around in device manager by now. The card is now listed as a Marvell Libertas ... 8335 but the netgear manager continues to load. Weird combination, but seems to work on Vista Home Premium - if you don&#039;t hear from me again you can assume it&#039;s continued working!
Ian</description>
		<content:encoded><![CDATA[<p>I installed the 8335 drivers (without uninstalling the existing netgear software) yesterday. So far, the card has worked each time I switched on or re-booted. It might be too early to say for sure, but I&#8217;d have normally had to mess around in device manager by now. The card is now listed as a Marvell Libertas &#8230; 8335 but the netgear manager continues to load. Weird combination, but seems to work on Vista Home Premium &#8211; if you don&#8217;t hear from me again you can assume it&#8217;s continued working!<br />
Ian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

