<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - [IMPL] EG1032v3 (Linksys Gigabit v3) driver]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=3509</link>
		<description><![CDATA[The most recent posts in [IMPL] EG1032v3 (Linksys Gigabit v3) driver.]]></description>
		<lastBuildDate>Wed, 03 Feb 2010 14:38:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [IMPL] EG1032v3 (Linksys Gigabit v3) driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=36434#p36434</link>
			<description><![CDATA[<p>This was already implemented back in May 2009 but was never finalized.<br />Implemented in DriverPack LAN 1002r1 (in work)</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Wed, 03 Feb 2010 14:38:34 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=36434#p36434</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] EG1032v3 (Linksys Gigabit v3) driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=28875#p28875</link>
			<description><![CDATA[<div class="quotebox"><cite>geegaw wrote:</cite><blockquote><p>2. copy in the eg1032v3.inf, eg1032v3.cat, eg1032v3.sys files into the D\L\1 directory.</p></blockquote></div><p>That&#039;s over-simplified.&nbsp; Here&#039;s a simplified approach.<br />You need to look in each .inf that you&#039;re adding and scan for dependencies.&nbsp; First place to look is under [SourceDisksFiles], any file listed MUST be in the folder.&nbsp; If there&#039;s a section [SourceDisksNames], that will show your directory tree.&nbsp; You also need to scan the other .inf sections for other files not listed in the above section.</p><p>Don&#039;t worry about the DriverPacks .ini unless you want the DriverPacks Finisher to run extra installers later.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Sat, 07 Feb 2009 06:50:03 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=28875#p28875</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] EG1032v3 (Linksys Gigabit v3) driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=28874#p28874</link>
			<description><![CDATA[<p>So, the v2 driver lives under D\L\1.&nbsp; If I want add the v3 driver, are these the steps?<br />1. Unpack the LAN DriverPack (DP_LAN_wnt5_x86-32_8121.7z) file.<br />2. copy in the eg1032v3.inf, eg1032v3.cat, eg1032v3.sys files into the D\L\1 directory.<br />3. Repack the DriverPack.<br />4. Slipstream the new DriverPack.&nbsp; (I read elsewhere that if I update a single driver, that<br />I can rerun the slipstream step without starting the CD build step from scratch?).</p><p>Looking at the top-level DriverPack_LAN_wnt5_x86-32.inf file, I&#039;m wondering if some fields need to be updated there as well?&nbsp; Here are the contents:<br /></p><div class="codebox"><pre><code>[DriverPack]
platform	= &quot;wnt5_x86-32&quot;
name		= &quot;LAN&quot;
rootDir		= &quot;D\L&quot;
; OPTIONAL
classes		= &quot;Net&quot;
driverCount	= &quot;137&quot;
decompSize	= 50.2
compSize	= 7.3
; 812

[NV3]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 0
exc_1_+hwids= 3
exc_1_+hwid1	= &quot;PCI\VEN_10DE&amp;DEV_00DF&amp;SUBSYS_E0001458&amp;REV_A2&quot;
exc_1_+hwid2	= &quot;PCI\VEN_10DE&amp;DEV_00DF&amp;SUBSYS_02501462&amp;REV_A2&quot;
exc_1_+hwid3	= &quot;PCI\VEN_10DE&amp;DEV_00DF&amp;SUBSYS_A5511297&amp;REV_A2&quot;
exc_1_-hwids	= 0
exc_1_+infFiles	= 0
exc_1_-infFiles	= 0
exc_1_commands	= 2
exc_1_command1	= &quot;%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV3\nvnetbus.inf &quot;PCI\VEN_10DE&amp;DEV_00DF&amp;SUBSYS_*&quot;&quot;
exc_1_command2 	= &quot;%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV3\nvenetfd.inf &quot;{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV00DF&quot;&quot;</code></pre></div><p>I&#039;m wondering if I need to bump the driverCount, decompSize, and compSize fields?&nbsp; Anything else?</p>]]></description>
			<author><![CDATA[null@example.com (geegaw)]]></author>
			<pubDate>Sat, 07 Feb 2009 02:22:37 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=28874#p28874</guid>
		</item>
		<item>
			<title><![CDATA[Re: [IMPL] EG1032v3 (Linksys Gigabit v3) driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=28859#p28859</link>
			<description><![CDATA[<p>Well there is no magic solution. Each times there is a driver&nbsp; update, I compare the old and the new one using Araxis Merge folder compare. Then I can identify in the INFs if new HWIDs were added or dropped. I also make sure the driver is not conflicting with other drivers by doing a simple search with all hwids. I will also remove obsolete files by looking which files are critics in the INF. I remove 64 bits driver files too. The key thing is really to make sure that each HWID are unique.</p>]]></description>
			<author><![CDATA[null@example.com (JakeLD)]]></author>
			<pubDate>Fri, 06 Feb 2009 07:10:58 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=28859#p28859</guid>
		</item>
		<item>
			<title><![CDATA[[IMPL] EG1032v3 (Linksys Gigabit v3) driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=28855#p28855</link>
			<description><![CDATA[<p>Hello,<br />Currently, the DriverPack has a EG1032v2 driver.&nbsp; The newer cards are v3, and if this older driver is forced, a &quot;cannot start [Error: 10]&quot; results and the device is unusable.&nbsp; The v3 driver is here:<br /><a href="http://downloads.linksysbycisco.com/downloads/EG1032v3_dr.zip">http://downloads.linksysbycisco.com/dow … 2v3_dr.zip</a></p><p>A couple of questions (which might be FAQS):<br />1) if this driver were simply a newer version of the v2 driver, what are the steps required to replace the older driver in the DriverPack with the new one?</p><p>2) in this case, it is a different, new driver.&nbsp; What is the best method for adding this new driver, if it isn&#039;t in the DriverPack? (I did read the FAQ warning that text mode drivers are a special case, and graphics drivers are complex).</p><p>thanks for all your hard work.</p>]]></description>
			<author><![CDATA[null@example.com (geegaw)]]></author>
			<pubDate>Fri, 06 Feb 2009 05:52:22 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=28855#p28855</guid>
		</item>
	</channel>
</rss>
