Thanks for your answer about the driver naming. As I use a different method to integrate the driverpacks the method I use does not run the DPFinisher tool at the moment. Some time ago I was working on a new tool to parse the ini file and run the commands, but I have no complete code yet.

Do you have the source code of the DPFinisher program? It would help my project a bit.


When running the MarvellCleanup.cmd manually it failed with an access denied error and the registry keys were not removed.

I found on my system under HKLM\\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_\0000

not only "Control", but also a "LogConf" directory. When permissions are not updated on both directories the Marvell driver cannot be removed.

Here's my modified version of the MarvellCleanup.cmd which fixes the issue.

::Delete Marvell drivers installed by DriverPacks.
::by fearless
::Requires MarvellCleanup.inf

:: WARNING: This script will indescriminately delete Marvell mass storage drivers
:: MV61XXMM, MV64XXMM, and MVXXMM. If DriverPacks was used to integrate mass
:: storage drivers into a Windows installation source, then those drivers will
:: always be installed whether needed or not.

@Echo Off
TITLE MarvellCleanup by fearless
Setlocal EnableExtensions
Set name=%~n0
Set iniRoot=\Registry\Machine
Set regRoot=HKLM
Set key=\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_
Set subkey=0000 Control
Set subkey2=0000 LogConf
Set iniPerms="[1 8 17]"
Set initmp="%temp%\%name%.ini"
Set regdelarg=%iniRoot% %regRoot% %key% %iniPerms%
Call :regdel %regdelarg% MV61XXMM %subkey% 
Call :regdel %regdelarg% MV61XXMM %subkey2%
Call :regdel %regdelarg% MV64XXMM %subkey% 
Call :regdel %regdelarg% MV64XXMM %subkey2% 
Call :regdel %regdelarg% MVXXMM %subkey%
Call :regdel %regdelarg% MVXXMM %subkey2%
Del %initmp%
Pushd "%~dp0"
rundll32 setupapi,InstallHinfSection DefaultInstall 132 .\%name%.inf
Popd
goto :EOF

:regdel
::Use regini to give Administrators full control then delete the key.
Echo.%1%3%5 %~4>%initmp%
If "%~6" NEQ "" Echo.%1%3%5\%6 %~4>>%initmp% 
If "%~7" NEQ "" Echo.%1%3%5\%6\%7 %~4>>%initmp% 
If "%~8" NEQ "" Echo.%1%3%5\%6\%7\%8 %~4>>%initmp% 
If "%~9" NEQ "" Echo.%1%3%5\%6\%7\%8\%9 %~4>>%initmp% 
regini %initmp%
Reg Delete %2%3%5 /f

I don't know if other people experienced this problem, as I install the DriverPacks at a different moment during setup.

Thanks for your continuous hard work on the Mass Storage drivers pack TechDud!

Overall integration seems fine on Windows XP, but I noticed a small change from previous release.

In the ini file you changed section H, the integration settings for "HighPoint Rocket 100/133/HPT3xx, Adaptec 1200A"

ms_1_tag="hpt3xx" to ms_1_tag="hpt3xxx".

Is this an intentional change?

I can confirm I also have the mv61xxmm and mvxxmm pnp devices listed under hidden devices using Windows XP.

4

(9 replies, posted in News)

If I make a donation, can I get access to testing forum?

Why is IaStor4.sys version 8.9.0.1023 installed on ICH8 controllers? In driver properties window it now is listed as 9.6.0.1014. I prefer using the original 9.6.0.1014 driver on this controller and doesn't give issues on my system. It's just that Intel doesn't install AHCI drivers by default for older controllers.

6

(4 replies, posted in DriverPack Graphics)

Why is a folder named TEST included in DriverPack Graphics C 10.09 containing additional driver folders SA to SF ? Is this a leftover from development branch?

Do you mean replacing setup.exe?

Also I found in the DriverPack tutorial is written: "...it is only a matter of time until this limit becomes a factor for XP and eventually 2003". Have you actually experienced this issue with Windows XP or 2003 and are you guys limiting the amount of MassStorage drivers already for these OS's?

compstuff wrote:

Acheron... care to share what tools and what steps you used to create the USB install disk?

I had difficulties using WinSetupFromUSB in the past as most of my unattended settings were not processed and file copy problems using a HFSLIP modified source. Also tried other methods like launching setup from Windows PE, and WinToFlash - nice program but also many issues - without success.
After someone had reported success installing a HFSLIP modifified Windows XP from USB using WinSetupFromUSB, I discovered the author has implemented a revolutionary new method for accessing USB media in the 1.0 beta series.
So after running WinSetupFromUSB 1.0 beta 6 with BOOTICE as format utility (make sure to select NTFS, FAT32 has a big speed issue) I succesfully built my first Windows XP Setup USB stick cool

I don't know but the system I tested is a regular VMWARE 7 setup. Maybe it's possible to create a legacy MASS STORAGE driver pack to support older hardware, and a MASS STORAGE driver pack for newer hardware, just like DriverPack Graphics was split. Loading times can also be reduced then, although I have converted my XP CD to USB already.

After some more tests I found Intel MassStorage Drivers caused the BSOD. After updating to MassStorage 10.08.06 I noticed a lot of driver updates were reverted? Due to all these changes I cannot say which specific Intel driver caused the issue, but for now the BSOD issue is solved.

Thanks! But I still get BSOD 0x7E on first stage of setup. I have sent you an e-mail with a new TXTSETUP.SIF to compare. This time I have used a clean txtmode.sif file before integrating the drivers, so load order should be correct now.

Here's the HWID list from VMWARE:

=========== 
PCI Devices 
=========== 
PCI\VEN_1022&DEV_2000&SUBSYS_20001022&REV_10\4&47B7341&0&0888: VMware Accelerated AMD PCNet Adapter
PCI\VEN_104B&DEV_1040&SUBSYS_1040104B&REV_01\3&61AAA01&0&80 : VMware SCSI Controller
PCI\VEN_1274&DEV_1371&SUBSYS_13711274&REV_02\4&47B7341&0&1088: Creative AudioPCI (ES1371,ES1373) (WDM)
PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78 : VMware SVGA II
PCI\VEN_15AD&DEV_0740&SUBSYS_074015AD&REV_10\3&61AAA01&0&3F : VMware VMCI Bus Device
PCI\VEN_15AD&DEV_0770&SUBSYS_077015AD&REV_00\4&47B7341&0&1888: Standard Enhanced PCI naar USB-hostcontroller
PCI\VEN_15AD&DEV_0790&SUBSYS_00000000&REV_02\3&61AAA01&0&88 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&A8 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&A9 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&AA : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&AB : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&AC : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&AD : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&AE : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&AF : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B0 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B1 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B2 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B3 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B4 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B5 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B6 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B7 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B8 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&B9 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&BA : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&BB : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&BC : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&BD : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&BE : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&BF : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C0 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C1 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C2 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C3 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C4 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C5 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C6 : PCI standard PCI-to-PCI bridge
PCI\VEN_15AD&DEV_07A0&SUBSYS_00000000&REV_01\3&61AAA01&0&C7 : PCI standard PCI-to-PCI bridge
PCI\VEN_8086&DEV_7110&SUBSYS_00000000&REV_08\3&61AAA01&0&38 : Intel 82371AB/EB PCI to ISA bridge (ISA mode)
PCI\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01\3&61AAA01&0&39 : Intel(R) 82371AB/EB PCI Bus Master IDE Controller
PCI\VEN_8086&DEV_7112&SUBSYS_197615AD&REV_00\4&47B7341&0&0088: Intel(R) 82371AB/EB PCI to USB Universal Host Controller
PCI\VEN_8086&DEV_7190&SUBSYS_00000000&REV_01\3&61AAA01&0&00 : Intel 82443BX Pentium(R) II Processor to PCI Bridge
PCI\VEN_8086&DEV_7191&SUBSYS_00000000&REV_01\3&61AAA01&0&08 : Intel 82443BX Pentium(R) II Processor to AGP Controller
44 matching device(s) found.
 
=========== 
USB Devices 
=========== 
USB\ROOT_HUB\5&1DC927FF&0                                   : USB-hoofdhub
USB\ROOT_HUB20\5&2F792170&0                                 : USB-hoofdhub
USB\VID_0E0F&PID_0002\6&2EDEFD9B&0&2                        : Generic USB Hub
USB\VID_0E0F&PID_0003\6&2EDEFD9B&0&1                        : Samengesteld USB-apparaat
USB\VID_0E0F&PID_0003&MI_00\7&2CBB743&0&0000                : USB-HID
USB\VID_0E0F&PID_0003&MI_01\7&2CBB743&0&0001                : USB-HID
6 matching device(s) found.
 
============= 
Input Devices 
============= 
HID\VID_0E0F&PID_0003&MI_00\8&3460D90F&0&0000               : HID-compliant muis
HID\VID_0E0F&PID_0003&MI_01\8&BF62B46&0&0000                : HID-compliant muis
2 matching device(s) found.
 
============ 
ACPI Devices 
============ 
ACPI\ACPI0003\1                                             : Microsoft AC-adapter
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI-vaste-functieknop
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_0                : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_1                : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
ACPI\PNP0001\4&5289E18&0                                    : EISA programmeerbare interruptcontroller
ACPI\PNP0100\4&5289E18&0                                    : Systeemtimer
ACPI\PNP0200\4&5289E18&0                                    : Controller voor directe geheugentoegang
ACPI\PNP0303\4&5289E18&0                                    : Standaardtoetsenbord (101/102 toetsen) of Microsoft Natural PS/2-toetsenbord
ACPI\PNP0400\5&324D5432&0                                   : Printerpoort (LPT1)
ACPI\PNP0501\1                                              : Communicatiepoort (COM1)
ACPI\PNP0501\2                                              : Communicatiepoort (COM2)
ACPI\PNP0700\5&324D5432&0                                   : Standaarddiskettestationcontroller
ACPI\PNP0800\4&5289E18&0                                    : Systeemluidspreker
ACPI\PNP0A03\2&DABA3FF&0                                    : PCI-bus
ACPI\PNP0A05\10                                             : Algemene bus
ACPI\PNP0A05\20                                             : Algemene bus
ACPI\PNP0A05\4&5289E18&0                                    : Algemene bus
ACPI\PNP0A06\3&473F1A46&0                                   : Uitgebreide I/O-bus
ACPI\PNP0B00\4&5289E18&0                                    : Systeem-CMOS/Real-timeklok
ACPI\PNP0C02\1F                                             : Moederbordbronnen
ACPI\PNP0C02\4                                              : Moederbordbronnen
ACPI\PNP0F13\4&5289E18&0                                    : VMware Pointing Device
ACPI\PNPA000\4&5D18F2DF&0                                   : AKFJTISH IDE Controller
ACPI_HAL\PNP0C08\0                                          : Systeem dat voldoet aan Microsoft ACPI
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor-pc
25 matching device(s) found.
 
============ 
 HDA Audio 
============ 
No matching devices found.
 
============ 
RAID Devices 
============ 
PCI\VEN_104B&DEV_1040&SUBSYS_1040104B&REV_01\3&61AAA01&0&80
    Name: VMware SCSI Controller
    Hardware ID's:
        PCI\VEN_104B&DEV_1040&SUBSYS_1040104B&REV_01
        PCI\VEN_104B&DEV_1040&SUBSYS_1040104B
        PCI\VEN_104B&DEV_1040&CC_010000
        PCI\VEN_104B&DEV_1040&CC_0100
    Compatible ID's:
        PCI\VEN_104B&DEV_1040&REV_01
        PCI\VEN_104B&DEV_1040
        PCI\VEN_104B&CC_010000
        PCI\VEN_104B&CC_0100
        PCI\VEN_104B
        PCI\CC_010000
        PCI\CC_0100
PCI\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01\3&61AAA01&0&39
    Name: Intel(R) 82371AB/EB PCI Bus Master IDE Controller
    Hardware ID's:
        PCI\VEN_8086&DEV_7111&SUBSYS_197615AD&REV_01
        PCI\VEN_8086&DEV_7111&SUBSYS_197615AD
        PCI\VEN_8086&DEV_7111&CC_01018A
        PCI\VEN_8086&DEV_7111&CC_0101
    Compatible ID's:
        PCI\VEN_8086&DEV_7111&REV_01
        PCI\VEN_8086&DEV_7111
        PCI\VEN_8086&CC_01018A
        PCI\VEN_8086&CC_0101
        PCI\VEN_8086
        PCI\CC_01018A
        PCI\CC_0101
2 matching device(s) found.

Can you please e-mail your latest working TXTSETUP.SIF so I can compare changes?

I'm also experiencing a BSOD on current nightly. I have sent an mail to mr_smartepants and overflow. I'm not sure the board mail feature works though so please contact me at knekeman <at> hotmail <.> com

For your information,

I have also tested drivers on Windows XP SP3 Pro with Intel ICH8 controller and AHCI enabled.

8.9.0.1023: OK
9.6.0.1014: OK

=========== 
PCI Devices 
=========== 
PCI\VEN_1002&DEV_7244&SUBSYS_0B121002&REV_00\4&2CCDD017&0&0008: Radeon X1950 Series  
PCI\VEN_1002&DEV_7264&SUBSYS_0B131002&REV_00\4&2CCDD017&0&0108: Radeon X1950 Series Secondary  
PCI\VEN_1106&DEV_3038&SUBSYS_30381106&REV_62\4&20E0FF6A&0&08F0: VIA Rev 5 of later USB universele host-controller
PCI\VEN_1106&DEV_3038&SUBSYS_30381106&REV_62\4&20E0FF6A&0&09F0: VIA Rev 5 of later USB universele host-controller
PCI\VEN_1106&DEV_3044&SUBSYS_30441106&REV_46\4&20E0FF6A&0&0BF0: VIA OHCI Compliant IEEE 1394 Host Controller
PCI\VEN_1106&DEV_3104&SUBSYS_31041106&REV_65\4&20E0FF6A&0&0AF0: VIA USB Enhanced host-controller
PCI\VEN_1131&DEV_7130&SUBSYS_00001131&REV_01\4&20E0FF6A&0&10F0: Mercury TV Card 7130 LP
PCI\VEN_1814&DEV_0302&SUBSYS_3C241948&REV_00\4&20E0FF6A&0&00F0: Conceptronic 54g Wireless PCI Card
PCI\VEN_8086&DEV_244E&SUBSYS_00000000&REV_F2\3&13C0B0C5&0&F0: Intel(R) 82801 PCI Bridge - 244E
PCI\VEN_8086&DEV_2810&SUBSYS_00000000&REV_02\3&13C0B0C5&0&F8: Intel(R) ICH8/ICH8R Family LPC Interface Controller - 2810
PCI\VEN_8086&DEV_2824&SUBSYS_B0051458&REV_02\3&13C0B0C5&0&FA: Intel(R) ICH8 SATA AHCI Controller
PCI\VEN_8086&DEV_2830&SUBSYS_50041458&REV_02\3&13C0B0C5&0&E8: Intel(R) ICH8 Family USB Universal Host Controller - 2830
PCI\VEN_8086&DEV_2831&SUBSYS_50041458&REV_02\3&13C0B0C5&0&E9: Intel(R) ICH8 Family USB Universal Host Controller - 2831
PCI\VEN_8086&DEV_2832&SUBSYS_50041458&REV_02\3&13C0B0C5&0&EA: Intel(R) ICH8 Family USB Universal Host Controller - 2832
PCI\VEN_8086&DEV_2834&SUBSYS_50041458&REV_02\3&13C0B0C5&0&D0: Intel(R) ICH8 Family USB Universal Host Controller - 2834
PCI\VEN_8086&DEV_2835&SUBSYS_50041458&REV_02\3&13C0B0C5&0&D1: Intel(R) ICH8 Family USB Universal Host Controller - 2835
PCI\VEN_8086&DEV_2836&SUBSYS_50061458&REV_02\3&13C0B0C5&0&EF: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 2836
PCI\VEN_8086&DEV_283A&SUBSYS_50061458&REV_02\3&13C0B0C5&0&D7: Intel(R) ICH8 Family USB2 Enhanced Host Controller - 283A
PCI\VEN_8086&DEV_283E&SUBSYS_50011458&REV_02\3&13C0B0C5&0&FB: Intel(R) ICH8 Family SMBus Controller - 283E
PCI\VEN_8086&DEV_283F&SUBSYS_00000000&REV_02\3&13C0B0C5&0&E0: Intel(R) ICH8 Family PCI Express Root Port 1 - 283F
PCI\VEN_8086&DEV_2845&SUBSYS_00000000&REV_02\3&13C0B0C5&0&E3: Intel(R) ICH8 Family PCI Express Root Port 4 - 2845
PCI\VEN_8086&DEV_2847&SUBSYS_00000000&REV_02\3&13C0B0C5&0&E4: Intel(R) ICH8 Family PCI Express Root Port 5 - 2847
PCI\VEN_8086&DEV_284B&SUBSYS_A0021458&REV_02\3&13C0B0C5&0&D8: Microsoft UAA-busstuurprogramma voor High Definition Audio
PCI\VEN_8086&DEV_29A0&SUBSYS_00000000&REV_02\3&13C0B0C5&0&00: Intel(R) P965/G965 Processor to I/O Controller - 29A0
PCI\VEN_8086&DEV_29A1&SUBSYS_00000000&REV_02\3&13C0B0C5&0&08: Intel(R) P965/G965 PCI Express Root Port - 29A1
25 matching device(s) found.
 
=========== 
USB Devices 
=========== 
USB\ROOT_HUB\4&1A8C7E64&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&2B6A1C74&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&3726F7FA&0                                   : USB-hoofdhub
USB\ROOT_HUB\4&51D35F1&0                                    : USB-hoofdhub
USB\ROOT_HUB\4&53E9AE0&0                                    : USB-hoofdhub
USB\ROOT_HUB\5&114B940&0                                    : USB-hoofdhub
USB\ROOT_HUB\5&2919464E&0                                   : USB-hoofdhub
USB\ROOT_HUB20\4&18C956F9&0                                 : USB-hoofdhub
USB\ROOT_HUB20\4&1A81320&0                                  : USB-hoofdhub
USB\ROOT_HUB20\5&3A92468&0                                  : USB-hoofdhub
USB\VID_0409&PID_0059\5&1034B6F7&0&5                        : Generic USB Hub
USB\VID_046D&PID_C043\5&39B00FED&0&2                        : Logitech USB MX320 Laser Mouse
USB\VID_0609&PID_031D\SM006MYJ                              : eHome-infraroodontvanger
USB\VID_0AEC&PID_3260\0AEC326000001A000                     : USB-apparaat voor massaopslag
USBSTOR\DISK&VEN_GENERIC&PROD_USB_STORAGE-CFC&REV_I19A\0AEC326000001A000&0: Generic USB Storage-CFC USB Device
USBSTOR\DISK&VEN_GENERIC&PROD_USB_STORAGE-MSC&REV_I19A\0AEC326000001A000&1: Generic USB Storage-MSC USB Device
USBSTOR\DISK&VEN_GENERIC&PROD_USB_STORAGE-SDC&REV_I19A\0AEC326000001A000&3: Generic USB Storage-SDC USB Device
USBSTOR\DISK&VEN_GENERIC&PROD_USB_STORAGE-SMC&REV_I19A\0AEC326000001A000&2: Generic USB Storage-SMC USB Device
18 matching device(s) found.
 
============= 
Input Devices 
============= 
HID\VID_046D&PID_C043\6&3A73292&0&0000                      : Logitech HID-compliant MX320 Laser Mouse
HID\VID_0609&PID_031D&COL01\8&326691F0&0&0000               : HID-compliant apparaat
HID\VID_0609&PID_031D&COL02\8&326691F0&0&0001               : HID-compliant besturingsapparaat van gebruikers
HID\VID_0609&PID_031D&COL03\8&326691F0&0&0002               : HID-compliant apparaat
HID\VID_0609&PID_031D&COL04\8&326691F0&0&0003               : HID-compliant apparaat
HID\VID_0609&PID_031D&COL05\8&326691F0&0&0004               : Toetsen van Microsoft eHome Remote Control-toetsenbord
HID\VID_0609&PID_031D&COL06\8&326691F0&0&0005               : Microsoft eHome MCIR-toetsenbord
HID\VID_0609&PID_031D&COL07\8&326691F0&0&0006               : Microsoft eHome MCIR 109-toetsenbord
HID\VID_0609&PID_031D&COL08\8&326691F0&0&0007               : HID-compliant muis
9 matching device(s) found.
 
============ 
ACPI Devices 
============ 
ACPI\FIXEDBUTTON\2&DABA3FF&0                                : ACPI-vaste-functieknop
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_0                : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
ACPI\GENUINEINTEL_-_X86_FAMILY_6_MODEL_15\_1                : Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz
ACPI\INT0800\2&DABA3FF&0                                    : Intel(R) 82802 Firmware Hub Device
ACPI\PNP0000\4&15F81E4C&0                                   : Programmeerbare interruptcontroller
ACPI\PNP0100\4&15F81E4C&0                                   : Systeemtimer
ACPI\PNP0103\4&15F81E4C&0                                   : High Precision Event Timer
ACPI\PNP0200\4&15F81E4C&0                                   : Controller voor directe geheugentoegang
ACPI\PNP0303\4&15F81E4C&0                                   : PS/2 Keyboard
ACPI\PNP0400\4&15F81E4C&0                                   : Printerpoort (LPT1)
ACPI\PNP0501\1                                              : Communicatiepoort (COM1)
ACPI\PNP0800\4&15F81E4C&0                                   : Systeemluidspreker
ACPI\PNP0A03\1                                              : PCI-bus
ACPI\PNP0A06\3&473F1A46&0                                   : Uitgebreide I/O-bus
ACPI\PNP0B00\4&15F81E4C&0                                   : Systeem-CMOS/Real-timeklok
ACPI\PNP0C01\2&DABA3FF&0                                    : Systeemkaart
ACPI\PNP0C02\1                                              : Moederbordbronnen
ACPI\PNP0C02\2                                              : Moederbordbronnen
ACPI\PNP0C02\4                                              : Moederbordbronnen
ACPI\PNP0C04\4&15F81E4C&0                                   : Numerieke-gegevensprocessor
ACPI\PNP0C0C\2&DABA3FF&0                                    : ACPI-aan/uit-knop
ACPI_HAL\PNP0C08\0                                          : Systeem dat voldoet aan Microsoft ACPI
ROOT\ACPI_HAL\0000                                          : ACPI Multiprocessor-pc
23 matching device(s) found.
 
============ 
 HDA Audio 
============ 
HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_1458E601&REV_1000\4&348770F&0&0201: Realtek High Definition Audio
1 matching device(s) found.
 
============ 
RAID Devices 
============ 
PCI\VEN_8086&DEV_2824&SUBSYS_B0051458&REV_02\3&13C0B0C5&0&FA
    Name: Intel(R) ICH8 SATA AHCI Controller
    Hardware ID's:
        PCI\VEN_8086&DEV_2824&SUBSYS_B0051458&REV_02
        PCI\VEN_8086&DEV_2824&SUBSYS_B0051458
        PCI\VEN_8086&DEV_2824&CC_010601
        PCI\VEN_8086&DEV_2824&CC_0106
    Compatible ID's:
        PCI\VEN_8086&DEV_2824&REV_02
        PCI\VEN_8086&DEV_2824
        PCI\VEN_8086&CC_010601
        PCI\VEN_8086&CC_0106
        PCI\VEN_8086
        PCI\CC_010601
        PCI\CC_0106
1 matching device(s) found.

15

(6 replies, posted in DriverPack WLAN)

Thanks for your fast implementation. I have updated my installation disc, but I noticed also some other changes. Is this the complete changelog?

16

(6 replies, posted in DriverPack WLAN)

I have successfully unpacked RT61 drivers. I can also unpack other drivers if necessary. However it looks like you have found a way to get drivers yourself after all smile

17

(6 replies, posted in DriverPack WLAN)

Latest WLAN pack DP_WLAN_wnt5_x86-32_1002r1 still contain older Ralink drivers.

Please include newer drivers from http://www.ralinktech.com/support.php?s=1 to solve connection problems and support new hardware.

Thanks!

I'm working on a similar tool as DPFinisher to support installing all drivers from CD, without copying them to the HDD before. Can anyone please give me access to the DPFinisher source code or any documentation about the DriverPacks ini format. I read some time ago about DriverPacks going open source, http://forum.driverpacks.net/viewtopic.php?id=891, now where's the code?

So does ICH8 support AHCI mode with this updated pack?

I have a Gigabyte P965 motherboard. Currently I have listed under IDE controllers the following:

Intel ICH8 2 port serial Serial ATA storage controller - 2825
Intel ICH8 4 port serial Serial ATA storage controller - 2820

I don't think adding Windows 98 drivers to a Windows XP cd is a good idea. However adding the VBEMP x86 Project Universal VESA/VBE Video Display Driver to graphics pack C would be good for some really old video cards which don't have any working XP drivers. I have installed these drivers for a S3 Trio 3D card (r362) to get video card memory working. It really makes a difference using this driver in stead of the safemode Windows XP driver for 2D office use.