Problem: Für Dawicontrol DC-100 Raid Controller und WIN XP läßt sich kein Treiber installieren.
Im Detail:
ich habe das BS auf einer eigenen HDD und wollte zwei weitere als RAID-0 installieren. Den Conrtoller hatte ich vor einem Jahr schon mal am laufen, damals als einzige HDD (also 2 Platten mit Raid-0 als "C"), nun sollte er als "D" im Raid-0 laufen. Aber, Controller drinnen, Controller Bios upgedatet und XP sucht automatisch nach einem Treiber aber meldet mir
~"beim installieren der Hardware ist ein Fehler aufgetereten: Massenspeichercontroller...
In der Treiberinstallationsdatei fehlet ein erforderlicher Eintrag. Möglicherweise ist die INF-Datei für WIN 95 oder höher bestimmt..."
Also, in der Inst-Datei ist hpt3xx.cat, hpt3xx.inf, hpt3xx.sys und hptpro.sys enthalten.
Bin ich nun total besoffen oder spinnt dieses XP-PRO nun vollständig???
Bin für jeden TIP SEHR DANKBAR!!!
PS: liebe VIPs (besonderst TOPverschieber .....9, das passt in XP, in Anwendungsprogramme, in Festplatte UND in ALLGEMEIN!!! Daher habe ich bewußt hier gepostet, da das Problem für mich nicht zuzuordnen ist!
PS: es eilt sehr, bei mir liegen zwei 120 GB Platten rum, die auf NUTZUNG warten!!! Jeder PC-Freak weiß, das das absolut ab Nervenkostüm zerrt!!!
Allgemeines 21.970 Themen, 148.292 Beiträge
...ähh, mir sagt das absolut nix!!!
;
; hpt3xx.INF
;
; INF file of HPT3xx ATA RAID controller for Windows 2000/XP
; Copyright (c) HighPoint Technologies, Inc. All rights reserved
;
[Version]
signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%HIGHPOINT%
CatalogFile= hpt3xx.CAT
DriverVer=10/17/2002, 2.34
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
[Manufacturer]
%HIGHPOINT%=HighPoint
[HighPoint]
%HPT3xx.DeviceDesc%=hpt3xxPCI,PCI\VEN_1103&DEV_0004,PCI\VEN_1103&DEV_0005
[hpt3xxPCI.NT]
CopyFiles=@hpt3xx.sys
CopyFiles=@hptpro.sys
Reboot
[hpt3xxPCI.NT.Services]
AddService = hpt3xx, %SPSVCINST_ASSOCSERVICE%, hpt3xxPCI_Service_Inst, Miniport_EventLog_Inst
AddService = hptpro,,Hptpro_Service_Inst
[hpt3xxPCI_Service_Inst]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\hpt3xx.sys
LoadOrderGroup = SCSI Miniport
AddReg = pnpsafe_pci_addreg
[Hptpro_Service_Inst]
ServiceType = 1
StartType = 0
ErrorControl = 1
ServiceBinary = %12%\hptpro.sys
LoadOrderGroup = Filter
[pnpsafe_pci_addreg]
HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg
[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7
[SourceDisksNames]
1 = %InstallDisk%,,,""
[SourceDisksFiles]
;;hpt3xx.inf = 1,,
hpt3xx.sys = 1,,
hptpro.sys = 1,,
[strings]
HighPoint="HighPoint"
HPT3xx.DeviceDesc="HighPoint HPT3xx ATA RAID Controller"
InstallDisk = "HPT3xx ATA RAID Controller Driver Diskette"
;*******************************************
;Handy macro substitutions (non-localizable)
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_ERROR_NORMAL = 1
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
