hi Muiz
I don't know who changed the topic title, but I can tell you that a DriverPacks streamed XP worked on amilo.
(topic started in September/06.. was not replied to because it was solved, and then in April/07 Stoph had not put OEM folder on the CD he burned so it got bumped up.)

I've done three amilo since September, and DriverPacks did fine.

Hi
sad

I hope I kept that modified NV4_go.inf I had worked on before I changed my mind.
(that G-A lattitude testpack currently uses a third INF.)

Fragbert put some work in this as well, and you could try his suggestion along with Graphics_B testpack

Fragbert wrote:

Ok I modified DP Graphics C to include Dell's specific driver for their quadro equiped models. Let me know if this fixed your BSOD (this solved my problem). I put the driver found here http://ftp.us.dell.com/video/R126608.EXE in a new folder called "6" in D\G\N\

http://rapidshare.com/files/29104110/DP … _704mod.7z

G_B testpack is mentioned here
http://forum.driverpacks.net/viewtopic. … 964#p11964.

1,703

(33 replies, posted in Other)

Hi
Remember that when a finisher session runs, only the hardware that is present and live/or connected and live will be detected, and if that kit has an exception written for it, then it will be applied.

KTD (doPNF) by itself is useful, but that FINI.cmd is more useful and when I ran it this this morning, it did its stuff in less than ten minutes.

1,704

(33 replies, posted in Other)

hi

Save the batchfile you wish like this.
Copy, and paste into notepad >> then "save as".
Select ALL FILE TYPES (so that it does not automagically adds TXT as extention..)
Save as fini.cmd (or whatever name you wish, as long as you stick to the 8.3 format.)
Voila, you have the batchfile, ready to use.

You can put this on a new burn, along with the slipstreamed source (you have to use method two), or, you burn only the OEM folder and all that's in it plus the batchfile(s) to a CDR.
Because these can be used POST install, I will make me an ALL packs, all 3rd party too, and burn a new one.
(some folks do not have a DVDrom reader in their machine, and even when one collects all packs, this will still fit on a CDR...)

Now, not everybody needs the POST-INSTALL-KTD ((makePNF and devpath, etc)) bit along with a POST-INSTALL-FINISHER session.

This one here should work as POST-INSTALL-FINISHER session.
When I wrote FINI.CMD and NoKTD.CMD, I assumed that the source was not slipstreamed with KTD selected. (Because then finisher would do KTD for you..)

NoKTD.cmd

SET TAGFILE=\OEM\BIN\un7zip.exe
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" SET CDDRIVE=%%i:
 
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\BIN\DP*.7z "%SystemDrive%\"
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\DP*.7z "%SystemDrive%\"
COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
start %SystemDrive%\DPsFnshr.exe
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

exit

Much later, after I had tested this on a vanilla install (I mean, an install run from a holographed windows CD..) I found out this script did not have the desired results. sad

1,705

(15 replies, posted in Software)

Oh
with the new version of that batch file, all you need is the OEM folder and the batchfile.
So you can really go for ALL packs, and not worry about the size.

1,706

(15 replies, posted in Software)

hi
in that sticky, I just wrote two new batchfiles.

fini.cmd might be what you want.
The fun part is this, all you have to do is run the batchfile with a slipstreamed DVD (method TWO) in the drive.

It is going to make my life easier too.
It combines a post install KTD and post install finisher session.

SET TAGFILE=\OEM\BIN\un7zip.exe
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" SET CDDRIVE=%%i:
 
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\BIN\DP*.7z "%SystemDrive%\"
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\DP*.7z "%SystemRoot%\DriverPacks"

start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
%SystemDrive%\makePNF.exe %SystemRoot%\DriverPacks

%CDDRIVE%\OEM\BIN\DevPath.exe %SystemRoot%\DriverPacks
COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
xcopy %SystemRoot%\Driverpacks\*.* %SystemDrive%\ /y /i /e /h
start %SystemDrive%\DPsFnshr.exe
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

exit

have fun, and do not shoot the pianist.

Skillz wrote:

I'm having the same problem with our HP pc's.

Hope this gets solved soon :-)

Keep up the great work!

Hi
can you try that testpack posted here?
testpack_INTEL_grapfics

1,708

(33 replies, posted in Other)

well, finisher produced a nice log. smile
All exceptions were processed. smile

This might be what you want. smile

1,709

(33 replies, posted in Other)

hi

the above was written when un7zip was not yet used.

here is a new batch

it takes less work.
Just the batch on the CD you made with method 2, et viola.

doPNF.cmd

SET TAGFILE=\OEM\BIN\un7zip.exe
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" SET CDDRIVE=%%i:
 
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\BIN\DP*.7z "%SystemDrive%\dump"
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\DP*.7z "%SystemRoot%\DriverPacks"
start %SystemDrive%\dump\Mute.exe on
start %SystemDrive%\dump\DSPdsblr.exe
%SystemDrive%\dump\makePNF.exe "%SystemRoot%\DriverPacks"
%CDDRIVE%\OEM\BIN\DevPath.exe "%SystemRoot%\DriverPacks"
taskkill /f /im DSPdsblr.exe
%SystemDrive%\dump\Mute.exe off
RD /Q /S %SystemDrive%\dump
exit

The above assumes that you ran this on a machine what already got installed with a base slipstreamed DVD.

On a vanilla install, one of the problems you will come across is that no exceptions are used, and some control panels will not be installed.

I wonder wether this one would work..

I called it FINI.cmd

SET TAGFILE=\OEM\BIN\un7zip.exe
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" SET CDDRIVE=%%i:
 
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\BIN\DP*.7z "%SystemDrive%\"
%CDDRIVE%\OEM\BIN\un7zip.exe %CDDRIVE%\OEM\DP*.7z "%SystemRoot%\DriverPacks"

start %SystemDrive%\Mute.exe on
start %SystemDrive%\DSPdsblr.exe
%SystemDrive%\makePNF.exe %SystemRoot%\DriverPacks

%CDDRIVE%\OEM\BIN\DevPath.exe %SystemRoot%\DriverPacks
COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
xcopy %SystemRoot%\Driverpacks\*.* %SystemDrive%\ /y /i /e /h
start %SystemDrive%\DPsFnshr.exe
taskkill /f /im DSPdsblr.exe
%SystemDrive%\Mute.exe off

exit

you will see a copy is made that gets deleted when finisher cleans up.
This copy is made so that the finisher can work, and the drivers will still be on the drive for later use.

I really wonder.. Just wrote it, and one of these days I am gonna test this.
(hehe, fini.cmd first made a nested D in D.. >> another edit. RD could be used to delete in one step.)

----------
Much later, after I had tested FINI.cmd on a vanilla install (I mean, an install run from a holographed windows CD..) I found out this script did not have the desired results. sad

Dear Gentlebeings,
I want to thank several people telling us about their insights.

Your feedback about some errors I had made during these last few updates on Mass Storage DriverPack was more than welcome.
BAMB4M and Echo_Platoon helped when they reported their findings.
Stiertje's machine triggered yet another Silicon Image clash, and his report made me look for duplicates again.
With these latest fixes in MassStorage (and the work previously done in Chipsets), I hope that we finally see the end of these critical errors. Duplicates could halt setup if your machine has one of those chip variants.
Reini.M and Fragbert and others who were looking at testversions ought to be thanked as well.

Meanwhile, Muiz had been kept waiting for the release of WLAN.
I knew this was going to take several hours of work on the supported device list.
Well, the new drivers and updates couldn't wait any longer, and I am glad that I got that list done today.
Muiz's update for Sound_A and some work I had put in LAN was also released.

http://driverpacks.net/DriverPacks/overview.php

Enjoy, and do not shoot the pianist.

hi
instead of.

Thanks,
if you can do this, all the better.

by the way, there is a problem with M1 if you run it WITHOUT QSC.
(and if I change Intel's foldernames, also when one uses M1 with QSC.)

1,713

(5 replies, posted in DriverPack LAN)

Hi Kurt
it got included into today's release

Hi
got the new files from realtek, and this is implemented.

Hi
welcome to DriverPacks

your request was handled today.

your link broken, got it from realtek

 [url=http://blahandmoreblah.com]yakkers[/url]

I also often forget to subscribe... I wish this was set to ON by default.

this post had a link for testversion for  Dell latitude notebooks (when the 7.06 release will not install the driver.)

and, the version did not work.

1,719

(8 replies, posted in DriverPack Mass Storage)

Hi
the folder with Jmicron RAID/AHCI driver has Jmide.inf and Jraid_i.inf.
Jmicron no longer have jahci.inf in their download, because (the way I interpret the jraid inf) both modes are now supported by one driver.

no, server works fine.

main reason is simple; one can at least tell wether it was downloaded.
(when I use personal webspace, I cannot tell how many downloaded)
if it is experimental, the few it is intended for can hopefully live with that.

If it is good enough and can be tested by a wider audience, then I have no problem using the nightlies server, and links work.
Some fixes have to be tested by people using the hardware these fixes are intended for, so the link gets posted in topics about the issue.
The testing forum has its use, but general public members cannot reply in there, so we often don't get required feedback.

1,721

(8 replies, posted in DriverPack Mass Storage)

I could also get to it when I used browse as FTP in explorer.
In IE's standard views, the site's own link was not up to date.

(harumph, hi time I clear IE-Cache... that was the problem)

1,722

(19 replies, posted in DriverPack Mass Storage)

well, disableifOS is to avoid the memory limits issue in w2k, but if it is a driver one needs, and one enables it for 2000, then it is set to replace the native driver.

Can the two entries co-exist?
I do not know either, is above an error?

Ruudboek once wrote an explanation of these entries..
Bâshrat the Sneaky and Overflow can explain this a lot better, because I actually do not know a lot about the stuff.

testpack for grafics B
http://rapidshare.com/files/38620294/DP … t_INTEL.7z

hehe, forgot the link...

intel IGP test
old one (what we had in 6.12) is back in [i-8], and updated [i-1]

there is overlap in those (but windows ought to handle this)
%iLPGD0% = i945G0, PCI\VEN_8086&DEV_2772
%iLPGD1% = i945G1, PCI\VEN_8086&DEV_2776
%iCLGD0% = i945GM0, PCI\VEN_8086&DEV_27A2
%iCLGD1% = i945GM1, PCI\VEN_8086&DEV_27A6
%iBWGX0% = iBWG0, PCI\VEN_8086&DEV_2982
%iBWGX1% = iBWG1, PCI\VEN_8086&DEV_2983
%iBWGQ0% = iBWG0, PCI\VEN_8086&DEV_2992
%iBWGQ1% = iBWG1, PCI\VEN_8086&DEV_2993
%iBWGC0% = iBWG0, PCI\VEN_8086&DEV_29A2
%iBWGC1% = iBWG1, PCI\VEN_8086&DEV_29A3
%iBWGZ0% = iBWG0, PCI\VEN_8086&DEV_2972
%iBWGZ1% = iBWG1, PCI\VEN_8086&DEV_2973

updated the syspreptestfiles
REASON; there are errors in the current release, and these have to be fixed for you guys as well.

this is a beta.. apart from the experiment with the three iastor files,  there is also a change in
[AT]
ATI's AHCI is probably not a bus extender, but the INI said it was.

http://rapidshare.com/files/38806149/DP … eptest2.7z
--------------------------------

'Overlapping HWIDs can cause crashes. Reducing overlap in Mass Storage.',
FIXES
  'INI: [S-7] duplicate HWID VEN_1095&DEV_3114&SUBSYS_81361043 removed, covered by [S-7-A]'.
'| [S-4] removed ATI HWIDs covered by ATI variant in [S-5-A]'.
'| fixed errors like ms_2_exc_ which is incorrect for single driver',

Updates
  'SiS 180/181/182/1182 RAID Controllers drivers from 01/05/2005,5.1.1039.2030 to 01/11/2007,5.1.1039.2110'.
  'JMicron JMB36X Processor from 04/10/2007, 1.17.17.00 to 06/13/2007, 1.17.20.03',

New
  'SiS 1184 RAID/AHCI & 1185 AHCI Controller 01/17/2007,5.1.1039.3020'.
'|VIA SATA Port & busextender (Via Hyperion Pro) 03/23/2007,6.0.6000.212'.

1,725

(19 replies, posted in DriverPack Mass Storage)

it is a beta, yes.

packed and uploaded to rapidshare, for some tests in sysprep, where people wanted to try have all three iastor files available in their image, which was a problem because the files had same name.

the second version, is this one
http://rapidshare.com/files/38806149/DP … eptest2.7z

has jmicron update,
a change in AT for this ATI AHCI thing, (I changed it to busextender is false, and the sourcedisks /sourcefiles locator was changed, so this is a beta for ATI AHCI as well...)
adds a VIA bus extender
corrects the errors you spotted
etc..

'Overlapping HWIDs can cause crashes. Reducing overlap in Mass Storage.',
FIXES
  'INI: [S-7] duplicate HWID VEN_1095&DEV_3114&SUBSYS_81361043 removed, covered by [S-7-A]'.
'| [S-4] removed ATI HWIDs covered by ATI variant in [S-5-A]'.
'| fixed errors like ms_2_exc_ which is incorrect for single driver',

Updates
  'SiS 180/181/182/1182 RAID Controllers drivers from 01/05/2005,5.1.1039.2030 to 01/11/2007,5.1.1039.2110'.
  'JMicron JMB36X Processor from 04/10/2007, 1.17.17.00 to 06/13/2007, 1.17.20.03',

New
  'SiS 1184 RAID/AHCI & 1185 AHCI Controller 01/17/2007,5.1.1039.3020'.
'|VIA SATA Port & busextender (Via Hyperion Pro) 03/23/2007,6.0.6000.212'.