Topic: Ask for help: Fails to update the drivers in current driver pack
I am a new user of DriverPacks. I downloaded the massstorage driver pack and tried to update the Intel SATA raid driver to support ICH9R.
I extracted the massstorage driver pack to DP_MassStorage_wnt5_x86-32_705, copied new driver to DP_MassStorage_wnt5_x86-32_705\D\M\IN\1 (This is the folder which intel SATA driver stored), and added "PCI\VEN_8086&DEV_2922&CC_0106" (for ICH9R) in DriverPack_MassStorage_wnt5_x86-32.ini.
The original contents for Intel SATA controller is:
[IN-1]
ms_count = 1
ms_1_deviceName = "Intel SATA RAID Controllers"
ms_1_tag = "iastor"
ms_1_sysFile = "iastor.sys"
ms_1_hwids = "PCI\VEN_8086&DEV_2652&CC_0104,PCI\VEN_8086&DEV_27C3&CC_0104,PCI\VEN_8086&DEV_2682&CC_0104,PCI\VEN_8086&DEV_27C6&CC_0104,PCI\VEN_8086&DEV_2822&CC_0104,PCI\VEN_8086&DEV_2652&CC_0106,PCI\VEN_8086&DEV_2653&CC_0106,PCI\VEN_8086&DEV_27C1&CC_0106,PCI\VEN_8086&DEV_27C5&CC_0106,PCI\VEN_8086&DEV_2681&CC_0106,PCI\VEN_8086&DEV_2821&CC_0106"
ms_1_isBusExtender = false
And I modified it to:
[IN-1]
ms_count = 1
ms_1_deviceName = "Intel SATA RAID Controllers"
ms_1_tag = "iastor"
ms_1_sysFile = "iastor.sys"
ms_1_hwids = "PCI\VEN_8086&DEV_2652&CC_0104,PCI\VEN_8086&DEV_27C3&CC_0104,PCI\VEN_8086&DEV_2682&CC_0104,PCI\VEN_8086&DEV_27C6&CC_0104,PCI\VEN_8086&DEV_2822&CC_0104,PCI\VEN_8086&DEV_2652&CC_0106,PCI\VEN_8086&DEV_2653&CC_0106,PCI\VEN_8086&DEV_27C1&CC_0106,PCI\VEN_8086&DEV_27C5&CC_0106,PCI\VEN_8086&DEV_2681&CC_0106,PCI\VEN_8086&DEV_2821&CC_0106,PCI\VEN_8086&DEV_2922&CC_0106,PCI\VEN_8086&DEV_282A&CC_0104,PCI\VEN_8086&DEV_2829&CC_0106"
ms_1_isBusExtender = false
I repacked the folder to 7zip file and created a new WinXP with SATA drivers successfully.
But I failed to install WinXP on my ICH9R system. I am sure that my new driver is OK for ICH9R.
I do not think I made any mistakes. Do I need to change anything otherwhere?