<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [Final] Mass Storage 711]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=2082&amp;type=atom"/>
	<updated>2007-12-12T15:38:14Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=2082</id>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=16137#p16137"/>
			<content type="html"><![CDATA[<p>Also working well enough on most machines I&#039;ve tested at my workplace</p><p>Used source:<br />XP PRO SP2 Portuguese<br />+ nlite and addons<br />+ updates from MS<br />+ All latest driverpacks available on the download page this monday</p><p>Hardware:<br />Pentium IV<br />256Mb~512Mb<br />---</p><p>Rebuilt several times in different configurations and also tested under Virtual Box emulator.</p><p>Only noticed a glitch when adding the graphic card driverpacks as it was needed to cancel the generic monitor display - nothing to do with mass storage anyways.</p><div class="quotebox"><blockquote><p>[General]<br />prefLang=&quot;English&quot;<br />wizardButtons=no<br />GUI=no</p><p>[Settings]<br />instPlatform=&quot;disc&quot;<br />DriverPacks=&quot;select&quot;<br />DPsMethod=&quot;2&quot;<br />finisherMethod=&quot;GUIRunOnce&quot;</p><p>[SelectDriverPacks]<br />DP_MassStorage=yes<br />DP_MassStorage_textmode=yes<br />DP_Chipset=yes<br />DP_Chipset_textmode=yes<br />DP_CPU=yes<br />DP_CPU_textmode=yes<br />DP_Graphics_A=yes<br />DP_Graphics_A_textmode=yes<br />DP_Graphics_B=yes<br />DP_Graphics_B_textmode=yes<br />DP_Graphics_C=yes<br />DP_Graphics_C_textmode=yes<br />DP_LAN=yes<br />DP_LAN_textmode=yes<br />DP_Sound_A=yes<br />DP_Sound_A_textmode=yes<br />DP_Sound_B=yes<br />DP_Sound_B_textmode=yes<br />DP_WLAN=yes<br />DP_WLAN_textmode=yes<br />DPs_3rd_party=yes</p><p>[OptionalSettings]<br />KTD=none</p></blockquote></div><p><img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[Nuno Brito]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2047</uri>
			</author>
			<updated>2007-12-12T15:38:14Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=16137#p16137</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=16122#p16122"/>
			<content type="html"><![CDATA[<p>Everything seems to work well with 7.11 driverpack! I used Skillz script for generating HWIDS.</p><p>I use this in conjunction with Vernalex&#039;s Sysprep Driver Scanner</p><p>Run Vernalex Scanner on directories you want (I usually only do Chipset, CPU, MassStorage and LAN; because Sound and Graphics usually screw everything up)</p><p>Sysprep.inf<br />--------------<br />; NOTHING IN OEM PNP DRIVERS SECTION</p><div class="codebox"><pre><code>[Sysprep]
    BuildMassStorage=Yes

[SysprepMassStorage]</code></pre></div><p>Sysprep.01.bat<br />------------------<br /></p><div class="codebox"><pre><code>sysprep.exe -bmsd</code></pre></div><p>----------------------------------------&gt; Builds the current driver list</p><br /><p>HWIDS.bat<br />-------------<br /></p><div class="codebox"><pre><code>REM Created by Skillz on Driverpacks.net Forums
rem %1 is path to MassDriverPacks Folder
IF &quot;%1&quot;==&quot;&quot; GOTO EOF
IF NOT EXIST %1 GOTO EOF

SETLOCAL ENABLEDELAYEDEXPANSION
SET STDOUT=%cd%\HWIDS.TXT
TYPE&gt;%STDOUT% 2&gt;NUL

::traverse drivers path
CALL :TRAVERSAL %1

GOTO EOF

:TRAVERSAL
PUSHD %1
for /f %%f in (&#039;Dir /b *.inf&#039;) do (
 for /f &quot;eol=- tokens=2 delims=,&quot; %%i in (&#039;find /i &quot;pci\ven&quot; %%f&#039;) do (
  for /f &quot;tokens=*&quot; %%j in (&quot;%%i&quot;) do (
    for /f &quot;tokens=1* delims=_&quot; %%k in (&quot;%%j&quot;) do (
      if /i &quot;%%k&quot; EQU &quot;PCI\VEN&quot; (
        for /f &quot;usebackq tokens=1* delims=; &quot; %%a in (&#039;%%j&#039;) do (
          echo %%a=%cd%\%%f&gt;&gt;%STDOUT%
        )
      )
    )
  )
)
)

FOR /F %%I IN (&#039;DIR /AD /OGN /B&#039;) DO (
CALL :TRAVERSAL %CD%\%%I
)
POPD
GOTO EOF

:EOF</code></pre></div><p>HWIDS.bat<br />-------------<br /></p><div class="codebox"><pre><code>HWIDS.cmd D\M</code></pre></div><p>------------------------------&gt; Put both HWIDS.bat and HWIDS.cmd at the root of C:</p><p>The file created will be called HWIDS.txt at root C:, copy the whole list into the Sysprep file under the section [SysprepMassStorage] after the Syspreped switch -BMSD imported drivers.</p><p>REMEMBER ALWAYS CREATE TWO IMAGES, one for BASE and one for SYSPREP.</p>]]></content>
			<author>
				<name><![CDATA[stamandster]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2760</uri>
			</author>
			<updated>2007-12-11T18:44:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=16122#p16122</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=16121#p16121"/>
			<content type="html"><![CDATA[<p>Everything seems to work well with 7.11 driverpack! I used Skillz script for generating HWIDS.</p><p>I use this in conjunction with Vernalex&#039;s Sysprep Driver Scanner</p><p>Run Vernalex Scanner on directories you want (I usually only do Chipset, CPU, MassStorage and LAN; because Sound and Graphics usually screw everything up)</p><p>Sysprep.inf<br />--------------<br />; NOTHING IN OEM PNP DRIVERS SECTION</p><div class="codebox"><pre><code>[Sysprep]
    BuildMassStorage=Yes

[SysprepMassStorage]</code></pre></div><p>Sysprep.01.bat<br />------------------<br /></p><div class="codebox"><pre><code>sysprep.exe -bmsd</code></pre></div><p>----------------------------------------&gt; Builds the current driver list</p><br /><p>HWIDS.bat<br />-------------<br /></p><div class="codebox"><pre><code>REM Created by Skillz on Driverpacks.net Forums
rem %1 is path to MassDriverPacks Folder
IF &quot;%1&quot;==&quot;&quot; GOTO EOF
IF NOT EXIST %1 GOTO EOF

SETLOCAL ENABLEDELAYEDEXPANSION
SET STDOUT=%cd%\HWIDS.TXT
TYPE&gt;%STDOUT% 2&gt;NUL

::traverse drivers path
CALL :TRAVERSAL %1

GOTO EOF

:TRAVERSAL
PUSHD %1
for /f %%f in (&#039;Dir /b *.inf&#039;) do (
 for /f &quot;eol=- tokens=2 delims=,&quot; %%i in (&#039;find /i &quot;pci\ven&quot; %%f&#039;) do (
  for /f &quot;tokens=*&quot; %%j in (&quot;%%i&quot;) do (
    for /f &quot;tokens=1* delims=_&quot; %%k in (&quot;%%j&quot;) do (
      if /i &quot;%%k&quot; EQU &quot;PCI\VEN&quot; (
        for /f &quot;usebackq tokens=1* delims=; &quot; %%a in (&#039;%%j&#039;) do (
          echo %%a=%cd%\%%f&gt;&gt;%STDOUT%
        )
      )
    )
  )
)
)

FOR /F %%I IN (&#039;DIR /AD /OGN /B&#039;) DO (
CALL :TRAVERSAL %CD%\%%I
)
POPD
GOTO EOF

:EOF</code></pre></div><p>HWIDS.bat<br />-------------<br /></p><div class="codebox"><pre><code>HWIDS.cmd D\M</code></pre></div><p>------------------------------&gt; Put both HWIDS.bat and HWIDS.cmd at the root of C:</p><p>The file created will be called HWIDS.txt at root C:, copy the whole list into the Sysprep file under the section [SysprepMassStorage] after the Syspreped switch -BMSD imported drivers.</p><p>REMEMBER ALWAYS CREATE TWO IMAGES, one for BASE and one for SYSPREP.</p>]]></content>
			<author>
				<name><![CDATA[stamandster]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2760</uri>
			</author>
			<updated>2007-12-11T18:44:02Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=16121#p16121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15859#p15859"/>
			<content type="html"><![CDATA[<p>it is released.<br />highlander had already tested this on an AMD cpu, with Nforce, and your test was OK too.<br />We&#039;ll see what the big masses say, I guess.</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-11-27T03:53:32Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15859#p15859</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15849#p15849"/>
			<content type="html"><![CDATA[<p>you might as well look at the latest sound pack testfiles. (check hwid fix topic in sound forum)</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-11-26T23:20:02Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15849#p15849</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15847#p15847"/>
			<content type="html"><![CDATA[<p>You bet... I just noticed that I showed using the Sound A DP... actually that wasn&#039;t part of the build I did... I had it downloaded but not selected and had inadvertantly left that one in the list..</p>]]></content>
			<author>
				<name><![CDATA[rdsok]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=430</uri>
			</author>
			<updated>2007-11-26T23:11:34Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15847#p15847</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15845#p15845"/>
			<content type="html"><![CDATA[<p>Thanks man. I appreciate this.<br />it ran good on a AMD CPU.</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-11-26T22:10:41Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15845#p15845</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15844#p15844"/>
			<content type="html"><![CDATA[<p>CD Build with XP Pro SP2<br />MB - Giga-byte GA-M51GM-S2G<br />CPU - AMD Sempron64 2800+ AM2<br />MEM - 1024Mb ( 128Mb shared video )</p><p>Base 7.05.2<br />Chipset 7.10.1<br />CPU 7.04.1<br />Graphics C 7.09.1<br />LAN 7.10.1<br />MassStorage 7.11_nightly<br />Sound A 7.11!<br />Textmode - yes</p><p>Settings<br />Type - disc<br />DPsMethod - 2<br />Finisher - GUIRunOnce<br />KTD - false<br />QSC - no</p><br /><p> </p><div class="codebox"><pre><code>=========== 
PCI devices 
=========== 
 
 
PCI\VEN_1022&amp;DEV_1100&amp;SUBSYS_00000000&amp;REV_00\3&amp;2411E6FE&amp;0&amp;C0: PCI standard host CPU bridge
PCI\VEN_1022&amp;DEV_1101&amp;SUBSYS_00000000&amp;REV_00\3&amp;2411E6FE&amp;0&amp;C1: PCI standard host CPU bridge
PCI\VEN_1022&amp;DEV_1102&amp;SUBSYS_00000000&amp;REV_00\3&amp;2411E6FE&amp;0&amp;C2: PCI standard host CPU bridge
PCI\VEN_1022&amp;DEV_1103&amp;SUBSYS_00000000&amp;REV_00\3&amp;2411E6FE&amp;0&amp;C3: PCI standard host CPU bridge
PCI\VEN_104C&amp;DEV_8024&amp;SUBSYS_10001458&amp;REV_00\4&amp;DC268A3&amp;0&amp;7080: Texas Instruments OHCI Compliant IEEE 1394 Host Controller
PCI\VEN_10DE&amp;DEV_0242&amp;SUBSYS_D0001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;28: NVIDIA GeForce 6100
PCI\VEN_10DE&amp;DEV_0260&amp;SUBSYS_00000000&amp;REV_A3\3&amp;2411E6FE&amp;0&amp;50: PCI standard ISA bridge
PCI\VEN_10DE&amp;DEV_0264&amp;SUBSYS_02641458&amp;REV_A3\3&amp;2411E6FE&amp;0&amp;51: NVIDIA nForce PCI System Management
PCI\VEN_10DE&amp;DEV_0265&amp;SUBSYS_B0001458&amp;REV_A1\3&amp;2411E6FE&amp;0&amp;68: Standard Dual Channel PCI IDE Controller
PCI\VEN_10DE&amp;DEV_0266&amp;SUBSYS_B0021458&amp;REV_A1\3&amp;2411E6FE&amp;0&amp;70: Standard Dual Channel PCI IDE Controller
PCI\VEN_10DE&amp;DEV_0267&amp;SUBSYS_B0021458&amp;REV_A1\3&amp;2411E6FE&amp;0&amp;78: Standard Dual Channel PCI IDE Controller
PCI\VEN_10DE&amp;DEV_0269&amp;SUBSYS_E0001458&amp;REV_A3\3&amp;2411E6FE&amp;0&amp;A0: NVIDIA Network Bus Enumerator
PCI\VEN_10DE&amp;DEV_026C&amp;SUBSYS_A0021458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;81: Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_10DE&amp;DEV_026D&amp;SUBSYS_50041458&amp;REV_A3\3&amp;2411E6FE&amp;0&amp;58: Standard OpenHCD USB Host Controller
PCI\VEN_10DE&amp;DEV_026E&amp;SUBSYS_50041458&amp;REV_A3\3&amp;2411E6FE&amp;0&amp;59: Standard Enhanced PCI to USB Host Controller
PCI\VEN_10DE&amp;DEV_026F&amp;SUBSYS_00000000&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;80: PCI standard PCI-to-PCI bridge
PCI\VEN_10DE&amp;DEV_0270&amp;SUBSYS_50011458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;48: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_0272&amp;SUBSYS_02641458&amp;REV_A3\3&amp;2411E6FE&amp;0&amp;52: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_027E&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;07: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_027F&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;06: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_02F1&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;00: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_02F8&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;03: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_02F9&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;04: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_02FA&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;01: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_02FE&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;02: PCI standard RAM Controller
PCI\VEN_10DE&amp;DEV_02FF&amp;SUBSYS_50001458&amp;REV_A2\3&amp;2411E6FE&amp;0&amp;05: PCI standard RAM Controller
26 matching device(s) found.
 
 
=========== 
USB devices 
=========== 
 
USB\ROOT_HUB\4&amp;12BE9683&amp;0                                   : USB Root Hub
USB\ROOT_HUB20\4&amp;282DDEF6&amp;2                                 : USB Root Hub
USB\VID_058F&amp;PID_9254\5&amp;34D1FB39&amp;0&amp;4                        : Generic USB Hub
USB\VID_058F&amp;PID_9360\2004888                               : USB Mass Storage Device
USBSTOR\DISK&amp;VEN_GENERIC&amp;PROD_USB_CF_READER&amp;REV_1.01\2004888&amp;1: Generic USB CF Reader USB Device
USBSTOR\DISK&amp;VEN_GENERIC&amp;PROD_USB_MS_READER&amp;REV_1.03\2004888&amp;3: Generic USB MS Reader USB Device
USBSTOR\DISK&amp;VEN_GENERIC&amp;PROD_USB_SD_READER&amp;REV_1.00\2004888&amp;0: Generic USB SD Reader USB Device
USBSTOR\DISK&amp;VEN_GENERIC&amp;PROD_USB_SM_READER&amp;REV_1.02\2004888&amp;2: Generic USB SM Reader USB Device
8 matching device(s) found.</code></pre></div><p>No problems found.... The created CD boots fine... XP Pro installed with the included drivers without any problems.</p>]]></content>
			<author>
				<name><![CDATA[rdsok]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=430</uri>
			</author>
			<updated>2007-11-26T21:59:08Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15844#p15844</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15784#p15784"/>
			<content type="html"><![CDATA[<p>Main release for Mass storage DriverPack has not been updated since late september.<br />We have had something like 14 testpacks since then, though.<br />The major changes were the workarounds for different mass storage BIOS versions, and that Silicon mess is licked, far as I know.<br />Another development was work done on Nvidia mass storage. (JakeLD and I worked together on this. It was a follow up on reports done in here..)</p><p>This Nforce driver has held up release.<br />I want to be double sure these changes will work on AMD and INTEL platforms.<br />I do not have moboes with Nvidia&#039;s Nforce chipsets, so I cannot test.<br />As soon as I see reports on Nforce x with AMD and Intel, it will fly with me.<br />I have been waiting on a conclusive test with an AMD.<br />(One wonders, have they fallen from grace?)</p><p>Anyway.<br />Is there other news?<br />OverFlow wrote the DpsBase PE plugin tutorial which I put online. (see my signature)<br />What else?<br />I put like 60 hours in soundpacks, and then the testers became real helpers, and we see some get team members status because of the quality of their imput.<br />(Remarkable, that.&nbsp; Thank YOU for helping us. And NO, the work I did will not be wasted at all.)</p><p>I wish I was smart.<br />I should have ducked, rather than try fix the mess.<br />But, it is rewarding and when one gets others to actively help us help you, I get reason to say thanks.<br />I&#039;m da_mn sure some readers of this topic helped us by reporting.<br />Guys, thanks for all reports.<br />If we only get praise, I know something is very wrong.</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-11-25T00:50:50Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15784#p15784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15779#p15779"/>
			<content type="html"><![CDATA[<p>Hi all,<br /><a href="http://dev.driverpacks.thesneaky.com/driverpacks_nightlies/DP_MassStorage_wnt5_x86-32_711_nightly.7z">711_nightly is uploaded for test</a></p><p>I updated the first post.<br />I mentioned that Sil 3114 got downgraded, and there is a folder structure change.<br />Apart from that, it is using 71012X as starting point.</p><p>Now, PLEASE:<br />If you use an Nforce chipset mobo with an AMD or INTEL CPU, we need your report.<br />(I have not pulled the links to 71012x nor 7109x)</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-11-25T00:40:10Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15779#p15779</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15281#p15281"/>
			<content type="html"><![CDATA[<p>Hmm, yes, they were moved into the &quot;olde&quot; folder.</p><p>The latest change was done by JakeLD and is this one</p><p><a href="http://dev.driverpacks.thesneaky.com/driverpacks_nightlies/DP_MassStorage_wnt5_x86-32_71012X_No_SiLCC_NVIDIAFIX.7z">71012X_No_SiLCC_NVIDIAFIX</a></p><p>If you have an AMD CPU and Nvidia chipset, and 71012X_No_SiLCC_NVIDIAFIX does not work, then do try the 7109X<br />(I will put it in the testing folder again, so that the link again works&nbsp; )<br /><a href="http://dev.driverpacks.thesneaky.com/driverpacks_nightlies/DP_MassStorage_wnt5_x86-32_7109X_SiL_No_CC.7z">7109X_SiL_No_CC.7z</a></p><br /><p>CC_010x tags were apparently not needed for Silicon Image, so that file where we tagged SiLicon Image stays in the &quot;old folder&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-11-01T06:16:36Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15281#p15281</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15275#p15275"/>
			<content type="html"><![CDATA[<p>I am interested in testing this but all the links appear to be broken atm. <img src="http://forum.driverpacks.net/img/smilies/sad.png" width="15" height="15" alt="sad" /> <br />I am just getting started with integrating the Driverpacks.net MS pack with sysprep. <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[DigeratiPrime]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=82</uri>
			</author>
			<updated>2007-10-31T18:59:47Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15275#p15275</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15171#p15171"/>
			<content type="html"><![CDATA[<p>Hi</p><p>searched original, and downloaded the drivers for AEC6280.INF and AEC6290.INF, and the semi-colon is in the originals as well, but not in the original INFs for Win2000. ??? strange.</p><p>3\2\2.exe is a disabled driver.</p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-10-24T14:13:14Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15171#p15171</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15156#p15156"/>
			<content type="html"><![CDATA[<p>This is from the latest tagged pack, 7109X. If you dont understand, I will post a more elaborate explaination.<br />Also I have not tested anything after sysprep yet, I havent got that far yet.:P</p><p>Location:C\D\M\3\2<br />Problem: Driver not extracted- 2.exe<br />Fix: Extract driver</p><p>Location: C:\D\M\A\3\AEC6280.INF<br />Problem: Hardware id not formated correctly<br />Fix: Remove semicolon from hardware id</p><p>Location: C:\D\M\A\3\AEC6290.INF<br />Problem: Hardware id not formated correctly<br />Fix: Remove semicolon from hardware id</p><p>Location: C:\D\M\E\<br />Problem: Driver is for windows 2003<br />Fix: Possibly rename folders to k3.</p><p>Location:C:\D\M\I\3<br />Problem:Same driver as in C:\D\M\I\2 just for windows 2003<br />Fix: Add folder under C:\D\M\I\2 named k3 and add driver to it.</p><p>Location:C:\D\M\I\5<br />Problem: Same driver as in C:\D\M\I\4 just for windows 2003<br />Fix: Add folder under C:\D\M\I\4 named k3 and add driver to it.</p><p>Location: C:\D\M\V\4<br />Problem: Folder contains 64bit drivers.<br />Fix: Remove drivers.</p><p>Location:C:\D\M\Q\3<br />Problem: Prompts user to find file during sysprep.<br />Fix: Change qlsdm.dll=2 to qlsdm.dll=1</p><p>Location:C:\D\M\Q\<br />Problem: Folder contains all 2000 drivers<br />Fix: Possibly rename folders to K or 2k.</p>]]></content>
			<author>
				<name><![CDATA[bigfoot]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=2622</uri>
			</author>
			<updated>2007-10-23T04:23:17Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15156#p15156</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [Final] Mass Storage 711]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=15110#p15110"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Jaak wrote:</cite><blockquote><p>This is a separate testpack for an new addition of NVIDIA.<br />N\6 Nforce 630; 05/04/2007,10.1.0.12, it provides AHCI support.<br />N\6R Nforce 630; 05/04/2007,10.1.0.12, it provides SATA RAID support</p><p>c31eba1646cec1beac8a5d182eb69563 <br />DP_MassStorage_wnt5_x86-32_7108X.7z</p></blockquote></div><p>we&#039;ve learned CDOB had found a valid reason to update this.<br />12.15_nforce_520_winxp_international_whql.exe did have something unique we did not have in previous DriverPacks.</p><p>Therefore, 7109X is an update to 7108X</p><p>; okt 19, removed N-6R INI section, <br />added N-5 (AHCI driver) and <br />N-5R sata raid (07/02/2007,5.10.2600.0995 [12.15]) with an INI section for both.</p><p>removed N-590SLI drivers from the pack (it had no INI section)</p><p>; okt 19, pack 7109X_NO_CC removed CC_010* tagged to Silicon HWIDs<br />5b2393d933b0bdb504db866e324e1d9d DP_MassStorage_wnt5_x86-32_7109X_SiL_no_CC.7z<br /><a href="http://dev.driverpacks.thesneaky.com/driverpacks_nightlies/DP_MassStorage_wnt5_x86-32_7109X_SiL_No_CC.7z">DP_MassStorage_wnt5_x86-32_7109X_SiL_no_CC.7z</a></p><p>enjoy.<br /><strong><span style="color: red">Please mention which test pack version you report on.</span></strong></p>]]></content>
			<author>
				<name><![CDATA[Jaak]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=327</uri>
			</author>
			<updated>2007-10-20T00:20:14Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=15110#p15110</id>
		</entry>
</feed>
