The file is 2.4.7.11 for Vista. But file for XP is 2.3.7.9 in inf file !

This issue exist for many motherboard/hardware from Asus (P5K ...)

Thanks Jaak

Please update AT1 to 2.3.7.9

This driver fix in part many problem with this Hardware : freeze on windows startup

I think too,, the 3 solution is the better way ! Thanks for your change !

@jtdoom :

In my all test, these solutions works :
-1) if you change the order of AD-A and put it after IASTOROLD
-2) Disable AD-A driver with make ms_count = 0
-3) I change HWID list in AD-A : delete generic range of HWID :
- Before : "PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0"
- After : "PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02"

All 3 system works, but I suggest in next version just reduce HWID range in AD-A, and add new real HDWID from users !

In my all test, these solutions works :
-1) if you change the order of AD-A and put it after IASTOROLD
-2) Disable AD-A driver with make ms_count = 0
-3) I change HWID list in AD-A : delete generic range of HWID :
- Before : "PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0"
- After : "PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02"

All 3 system works, but I suggest in next version just reduce HWID range in AD-A, and add new real HDWID from users !

I have ASUS P4P800-E Deluxe edition with ICH5R.

I edit "DriverPack_MassStorage_wnt5_x86-32.ini " from MassStorage Pack !

If you see this file a section name AD-A for certain adapatec controler with HWID :


-"PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0"

But PCI\VEN_8086&DEV_24DF and PCI\VEN_8086&DEV_25B0 it's generic HWID range and in iastorold :

- "PCI\VEN_8086&DEV_24DF&CC_0104,PCI\VEN_8086&DEV_25B0&CC_0104"

And it's make a conflict between AD-A driver and IASTOROLD driver. For solved my problem I edit ini file in pack

"PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0" TO "PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02"

And no problem for detect my RAID drive, without this modification my hardware it's not detect ! Because generic range HWID from [AD-A] load aarich.sys and not iastor.sys for my Hardware, and it's not detect !

For me the solution for fix problem with AD-A and other driver it's change HWID and delete generic driver and put specific driver from users !

Edit the DriverPack_MassStorage_wnt5_x86-32.ini in MassStorage, if you use QSC, edit file in QSC folder !!!
1)
[AD-A]
ms_count             = 1
ms_1_deviceName        = "Adaptec Embedded Serial ATA HostRAID Controller"
ms_1_tag            = "aarich"
ms_1_sysFile        = "aarich.sys"
ms_1_hwids            = "PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0"
ms_1_isBusExtender    = false
ms_1_exc_disableIfOS= "w2k"

You have two possibilities for change (for ICH5R it's works 2 method for detect my RAID system) :

[AD-A]
ms_count             = 0
ms_1_deviceName        = "Adaptec Embedded Serial ATA HostRAID Controller"
ms_1_tag            = "aarich"
ms_1_sysFile        = "aarich.sys"
ms_1_hwids            = "PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0"
ms_1_isBusExtender    = false
ms_1_exc_disableIfOS= "w2k"


Or 2)


[AD-A]
ms_count             = 1
ms_1_deviceName        = "Adaptec Embedded Serial ATA HostRAID Controller"
ms_1_tag            = "aarich"
ms_1_sysFile        = "aarich.sys"
ms_1_hwids            = "PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02"
ms_1_isBusExtender    = false
ms_1_exc_disableIfOS= "w2k"

Perhaps is a problem with AD-A driver in MassStorage.

You have two possibilities, Edit ini file and change :


1)  ms_count = 1 To ms_count = 0

Or

2)
ms_1_hwids            = "PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0"

To
ms_1_hwids            = "PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02"

I know a conflict exist with this driver and AD-A driver !

I have a problem with detect my ICH5R : http://forum.driverpacks.net/viewtopic.php?id=1420

I think for HWID list for AD-A, complete with real HWID. I search this driver, and search for other list for HWID, but I found this :

PCI\VEN_8086&DEV_24DF.DeviceDesc = "Adaptec Embedded Serial ATA HostRAID"
PCI\VEN_8086&DEV_25B0.DeviceDesc = "Adaptec Embedded Serial ATA HostRAID"

But for DeviceDesc ?

I suggest to complete list with submitted HWID user ?!

I have found the problem with my detection of my RAID system (driver iastorold) :
- "PCI\VEN_8086&DEV_24DF&CC_0104,PCI\VEN_8086&DEV_25B0&CC_0104"

The problem is a conflict with AD-A driver due to HWID :

-"PCI\VEN_8086&DEV_24DF,PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02,PCI\VEN_8086&DEV_25B0"


If I change list of HWID like :
"PCI\VEN_8086&DEV_24DF&SUBSYS_498015D9&REV_02"

And it's works !

I think problem is :
AD-A :                                     IASTOROLD
PCI\VEN_8086&DEV_24DF     :   PCI\VEN_8086&DEV_24DF&CC_0104
PCI\VEN_8086&DEV_25B0     :   PCI\VEN_8086&DEV_25B0&CC_0104

I suggest to suppress this HWID in AD-A, and demand at user their complete HWID, for no conflict !

And a new type of driver for Core Optmizer : here

12

(11 replies, posted in Feature Requests)

It's possible to include mkisofs in other programs, I know that CDImage is not redistruable ?!

13

(11 replies, posted in Feature Requests)

I suggest use mkisofs. It's a GNU/GPL software, not CDIMAGE !

And put it in 3rd party driver !

THe folder OEM is normal for method 2 !

how you integrated the packs : the order. After your creation of $OEM$ ?

Make intgération before add your $OEM$

16

(2 replies, posted in DriverPack CPU)

Ok, damn big_smile

A new version of amd driver is online 1.3.1.0 : here

18

(5 replies, posted in Feature Requests)

Ok, no problem for the next time.

This idea it's just an idea for finishing MsgBox. If you add a simply option for time ?

has you to see the for the option !

I have a little request, in the case of API mode and "No" GUI it's possible to not appear the finishing MSgBox ?

Or simply add an option with define the during of MsgBox in general Settings ?

I test with last version 6.05.1 and another folder : the file is transform !

I have the same dialogs

I'm make many tests with different possibility and just one work. I can't reproduce works for the moement ?!

I have found problem :

I have DPs_Base.exe in folder name "DP Base" and destination (XP folder) location in : "DP Base\temp"

But If I suppress space in name folder the conversion is good !

I make many test, Just one reproduce the good ?

I test with DPs_Base 6.05 CP :
- CD is a fresh copy of Windows XP Pro + slipstream SP2
- I test with Method 1 and 2.

DPs_Base.ini :

[General]
wizardButtons	= "yes"
GUI		= "yes"

[Settings]
type		= "disc"
location	= "D:\DP base\temp"
DriverPacks	= "select"
DPsMethod	= "1"
finishMethod	= "GUIRunOnce"

[OptionalSettings]
KTD		= "none"
QSC		= "yes"

[SelectDriverPacks]
DP_Chipset	= "yes"
DP_CPU		= "no"
DP_Graphics_A	= "no"
DP_Graphics_B	= "no"
DP_Graphics_C	= "no"
DP_LAN		= "no"
DP_MassStorage	= "yes"
DP_Sound_A	= "yes"
DP_Sound_B	= "no"
DP_WLAN		= "no"
DPs_3rd_party	= "no"
DP_MassStorage_textmode = "yes"

My original file svcpack.inf have code : UNICODE. And after slipstream, the file is corrupt due to no conversion to ansi !