Di878.inf Driver File Contents (EyesPro_v470041.zip)

;------------------------------------------------------------------------------
; ARGUS.INF
;------------------------------------------------------------------------------

[Version]
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%ArgusMfg%
DriverVer = 10/04/2005,4.7

[ControlFlags]
;ExcludeFromSelect=*

[Manufacturer]
%ArgusMfg%=AVerMedia

;------------------------------------------------------------------------------
; These are the files we need installed
;------------------------------------------------------------------------------

[AVerMedia]
%Argus.VideoDeviceDesc%=ArgusV, PCI\VEN_109E&DEV_036E&SUBSYS_FFFFFFFF&REV_11

%Argus.AudioDeviceDesc%=ArgusA, PCI\VEN_109E&DEV_0878&SUBSYS_FFFFFFFF&REV_11

[Strings]
ArgusMfg=               "DVR"
Argus.VideoDeviceDesc=  "WDM video source for ARGUS"
Argus.AudioDeviceDesc=  "WDM audio source for ARGUS"
Argus.VSFriendlyName=   "DVR Video Source"
Argus.ASFriendlyName=   "DVR Audio Source"
RunOnce=                "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1

;------------------------------------------------------------------------------
; Video
;------------------------------------------------------------------------------
[Video.CopyDrivers]
;Di878V.sys
stream.sys

[Video.CopyFilters]
;Di878V.ax

[Video.KnownFiles]
Di878V.sys=safe

[DestinationDirs]
Video.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
Video.CopyFilters=11

[Video.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,Di878V.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKR,"DriverData","XBarInPin0",0x00010001, 0x03,0x00,0x00,0x00
HKR,"DriverData","XBarInPin1",0x00010001, 0x01,0x00,0x00,0x00
HKR,"DriverData","XBarInPin2",0x00010001, 0x02,0x00,0x00,0x00
HKR,"DriverData","XBarInPin3",0x00010001, 0x00,0x10,0x00,0x00
HKR,"DriverData","XTal0",0x00010001, 0x1c, 0x00, 0x00, 0x00
HKR,"DriverData","XTal1",0x00010001, 0x23, 0x00, 0x00, 0x00
;HKR,"DriverData","BobMode",0x00010001, 0x00, 0x00, 0x00, 0x00
HKR,,OkToHibernate,3,01

[ArgusV]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration, KSCAPTUR.Registration, MSPCLOCK.Installation
AddReg=     Video.AddReg
CopyFiles=  Video.CopyDrivers, Video.CopyFilters
KnownFiles= Video.KnownFiles

[ArgusV.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196}, "GLOBAL", VideoCapture,

[ArgusV.Services]
AddService = ArgusV, 0x00000002, Video.ServiceInstall

[ArgusV.NT]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration, KSCAPTUR.Registration.NT, MSPCLOCK.Installation
AddReg=     Video.AddReg
CopyFiles=  Video.CopyDrivers, Video.CopyFilters
KnownFiles= Video.KnownFiles

[ArgusV.NT.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196}, "GLOBAL", VideoCapture,

[ArgusV.NT.Services]
AddService = ArgusV, 0x00000002, Video.ServiceInstall

[Video.ServiceInstall]
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\Di878V.sys

[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%Argus.VSFriendlyName%

;------------------------------------------------------------------------------
; Audio
;------------------------------------------------------------------------------

[Audio.CopyDrivers]
;Di878A.sys
stream.sys

[Audio.CopyFilters]
;Di878A.ax

[Audio.KnownFiles]
Di878A.sys=safe

[DestinationDirs]
Audio.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
Audio.CopyFilters=11

[Audio.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,Di878A.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKR,"DriverData","XBarInPin0",0x00010001, 0x03,0x00,0x00,0x00
HKR,"DriverData","XBarInPin1",0x00010001, 0x01,0x00,0x00,0x00
HKR,"DriverData","XBarInPin2",0x00010001, 0x02,0x00,0x00,0x00
HKR,"DriverData","XBarInPin3",0x00010001, 0x00,0x10,0x00,0x00
HKR,"DriverData","XTal0",0x00010001, 0x1c, 0x00, 0x00, 0x00
HKR,"DriverData","XTal1",0x00010001, 0x23, 0x00, 0x00, 0x00
;HKR,"DriverData","BobMode",0x00010001, 0x00, 0x00, 0x00, 0x00
HKR,,OkToHibernate,3,01

[ArgusA]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration, KSCAPTUR.Registration, MSPCLOCK.Installation
AddReg=     Audio.AddReg
CopyFiles=  Audio.CopyDrivers, Audio.CopyFilters
KnownFiles= Audio.KnownFiles

[ArgusA.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196}, "GLOBAL", AudioCapture,

[ArgusA.Services]
AddService = ArgusA, 0x00000002, Audio.ServiceInstall

[ArgusA.NT]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration, KSCAPTUR.Registration.NT, MSPCLOCK.Installation
AddReg=     Audio.AddReg
CopyFiles=  Audio.CopyDrivers, Audio.CopyFilters
KnownFiles= Audio.KnownFiles

[ArgusA.NT.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196}, "GLOBAL", AudioCapture,

[ArgusA.NT.Services]
AddService = ArgusA, 0x00000002, Audio.ServiceInstall

[Audio.ServiceInstall]
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\Di878A.sys

[AudioCapture]
AddReg=AudioCapture.AddReg

[AudioCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%Argus.ASFriendlyName%


Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 1.66