;==============================================================================
; TerraTec Cinergy HT PCI (MK II)
; Driver Install Script (32 bit)
; Copyright (c) 2007, TerraTec Electronic GmbH
;------------------------------------------------------------------------------
; History:
;------------------------------------------------------------------------------
; 03-May-06 FMB 1st version 3.1.1.27
; 14-May-06 FMB 1st version 3.1.1.27 RC2
;------------------------------------------------------------------------------
; Notes:
;------------------------------------------------------------------------------
; - On Windows 98/Me, section names should be no longer than 28 characters.
; - The firmware file name "CinergyHTPCI.rom" is sompiled into the sys file#
; and must not be changed!
;==============================================================================
[Version]
Signature = "$CHICAGO$"
Class = Media
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %Provider%
DriverVer = 05/14/2007, 3.1.1.27
CatalogFile = Cinergy_HT_PCI_MKII.cat
DriverPackageDisplayName = %Cinergy.DeviceDesc%
DriverPackageType = "PlugAndPlay"
[SourceDisksNames]
1 = %DiskName%,,
[SourceDisksFiles]
Cinergy_HT_PCI_MKII.sys = 1
CinergyHTPCI.rom = 1
[DestinationDirs]
Cinergy.CopySys = 10,System32\Drivers ; driver files
[ControlFlags]
ExcludeFromSelect =*
[Manufacturer]
%Provider% = TerraTec
[TerraTec]
; 8800 - video, 8801/8811 - audio (CX23883/CX23881), 8802 - TS, 8804 - IR
;-------------------------------------------------------------------
; Cinergy HT PCI (MKII) (CX23883)
;-------------------------------------------------------------------
%Cinergy_Cap.DeviceDesc% = Cinergy , PCI\VEN_14F1&DEV_8800&SUBSYS_1177153B
%Cinergy_Audio.DeviceDesc% = Cinergy_Null, PCI\VEN_14F1&DEV_8801&SUBSYS_1177153B
%Cinergy_TS.DeviceDesc% = Cinergy_Null, PCI\VEN_14F1&DEV_8802&SUBSYS_1177153B
;=============================================================
; Dummy device
;=============================================================
[Cinergy_Null]
AddReg = Cinergy_Null.AddReg
[Cinergy_Null.AddReg]
[Cinergy_Null.Services]
AddService = , 2 ; null service install
;=============================================================
; Video capture device
;=============================================================
[Cinergy]
Include = ks.inf, kscaptur.inf, ksfilter.inf, bda.inf, wdmaudio.inf
Needs = KS.Registration, KSCAPTUR.Registration, BDA.Installation, WDMAUDIO.Registration
AddReg = Cinergy.AddReg, Crossbar.AddReg, Tuner.AddReg
CopyFiles = Cinergy.CopySys
[Cinergy.NT]
Include = ks.inf, kscaptur.inf, ksfilter.inf, bda.inf, wdmaudio.inf
Needs = KS.Registration, KSCAPTUR.Registration.NT, BDA.Installation.NT, WDMAUDIO.Registration.NT
;FMB TEST
;Needs = KS.Registration, KSCAPTUR.Registration.NT, BDA.Installation.NT, WDMAUDIO.Registration.NT, MSPCLOCK.Installation
AddReg = Cinergy.AddReg, Crossbar.AddReg, Tuner.AddReg
CopyFiles = Cinergy.CopySys
[Cinergy.CopySys]
Cinergy_HT_PCI_MKII.sys
CinergyHTPCI.rom
;===============================================================
; R e g i s t r y
;===============================================================
[Cinergy.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,Cinergy_HT_PCI_MKII.sys
HKR,,OkToHibernate ,3,1
HKR,,PageOutWhenUnopened ,3,0
HKR,,DontSuspendIfStreamsAreRunning,3,1
; Register pin names
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%PinNameGuid.AnalogAudioIn% ,"Name",,%PinName.AnalogAudioIn%
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%PinNameGuid.AudioOut% ,"Name",,%PinName.AudioOut%
HKLM,System\CurrentControlSet\Control\MediaCategories\%PinNameGuid.TsOut% ,"Name",,%PinName.TsOut%
HKLM,System\CurrentControlSet\Control\MediaCategories\%PinNameGuid.TsOut% ,"Display",1, 00,00,00,00
; Wave in audio device registration
HKR,Drivers,SubClasses,,"wave"
HKR,Drivers\wave\wdmaud.drv, Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%DShow.AudioCapture%
; Copy protection method enforced by driver
HKR,"DriverData","CpMethod",0x00010001, 0xFE, 0x00, 0x00, 0x00
HKR,"DriverData","WWAudioPrimaryChannel",0x00010001, 0x01,0x00,0x00,0x00
;-------------------------------------------------------------------
; Crossbar AddReg sections
;-------------------------------------------------------------------
; Note: For each pin on the crossbar, specify the following:
; (1) Pin type
; 0 - SVideo, 1 - Tuner, 2 - Composite, 3 - 656,
; 4 - audio tuner in, 5 - audio line in
; (2) InputMux (optional) - input mux to use for the selected pin
; (3) RelatedPinIndex: -1 if none
; (4) GPIOMask (optional) - Mask specifying which GPIO bits to set or clear
; (5) GPIOSettings (optional) - Settings for GPIO bits specified in the mask
;-------------------------------------------------------------------
[Crossbar.AddReg]
;Pin 0 - Tuner In
HKR,"DriverData\XBarPin0","PinType" , 0x00010001, 0x01,0x00,0x00,0x00
HKR,"DriverData\XBarPin0","InputMux" , 0x00010001, 0x00,0x00,0x00,0x00
HKR,"DriverData\XBarPin0","RelatedPinIndex", 0x00010001, 0x03,0x00,0x00,0x00
;Pin 1 - Composite in
HKR,"DriverData\XBarPin1","PinType" , 0x00010001, 0x02,0x00,0x00,0x00
HKR,"DriverData\XBarPin1","InputMux" , 0x00010001, 0x01,0x00,0x00,0x00
HKR,"DriverData\XBarPin1","RelatedPinIndex", 0x00010001, 0x04,0x00,0x00,0x00
;Pin 2 - S-Video in
HKR,"DriverData\XBarPin2","PinType" , 0x00010001, 0x00,0x00,0x00,0x00
HKR,"DriverData\XBarPin2","InputMux" , 0x00010001, 0x02,0x00,0x00,0x00
HKR,"DriverData\XBarPin2","RelatedPinIndex", 0x00010001, 0x04,0x00,0x00,0x00
;Pin 3 - Tuner Audio
HKR,"DriverData\XBarPin3","PinType" , 0x00010001, 0x04,0x00,0x00,0x00
HKR,"DriverData\XBarPin3","RelatedPinIndex", 0x00010001, 0x00,0x00,0x00,0x00
;Pin 4 - Audio Line in
HKR,"DriverData\XBarPin4","PinType" , 0x00010001, 0x05,0x00,0x00,0x00
HKR,"DriverData\XBarPin4","RelatedPinIndex", 0x00010001, 0x01,0x00,0x00,0x00
[Tuner.AddReg]
; Tuner Type:
; 1A => XCeive 3028
; TunerModel:
; 0x8888 => XCeive 3028 + Zarlink MT352
HKR,"DriverData","TunerType" , 0x00010001, 0x1A, 0x00, 0x00, 0x00
HKR,"DriverData","DemodType" , 0x00010001, 0x00, 0x00, 0x00, 0x00
HKR,"DriverData","TunerI2CAddress" , 0x00010001, 0xC2, 0x00, 0x00, 0x00
HKR,"DriverData","Tuner2IFAddress" , 0x00010001, 0x86, 0x00, 0x00, 0x00
HKR,"DriverData","TunerModel" , 0x00010001, 0x88, 0x88, 0x00, 0x00
HKR,"DriverData","UseFreqOffsetDVBT" , 0x00010001, 0x00, 0x00, 0x00, 0x00
; IR receiver: 0 - disabled, 1 - NEC, 2 - RC5
HKR,"DriverData","IRStandard" , 0x00010001, 0x01, 0x00, 0x00, 0x00
; Analog video config
; PAL B - 0x00000010
HKR,"DriverData","VideoStandard" , 0x00010001, 0x10, 0x00, 0x00, 0x00
HKR,"DriverData","ColorKillEnable" , 0x00010001, 0x01, 0x00, 0x00, 0x00
; Country code is Germany = 49
HKR,"DriverData","WWAudioCountryCode" , 0x00010001, 0x31, 0x00, 0x00, 0x00
HKR,"DriverData","WWAudioLineInToI2sIn", 0x00010001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData","BlackbirdType" , 0x00010001, 0x00, 0x00, 0x00, 0x00
; TS config (BDA receiver)
HKR,"DriverData","dwTS_GEN_CNTRL" , 0x00010001, 0x04, 0x00, 0x00, 0x00
HKR,"DriverData","dwIsTSStream" , 0x00010001, 0x00, 0x00, 0x00, 0x00
HKR,"DriverData","dwTP_PACKET_SIZE" , 0x00010001, 0xBC, 0x00, 0x00, 0x00
;===============================================================
; I n t e r f a c e s
;===============================================================
;
[Cinergy.Interfaces]
AddInterface=%KSCATEGORY_AUDIO% ,%REFGUID_AUDIO% ,Audio_Interface
AddInterface=%KSCATEGORY_CAPTURE% ,%REFGUID_AUDIO% ,Audio_Interface
AddInterface=%KSCATEGORY_VIDEO% ,%REFGUID_CAPTURE% ,AnalogCapture_Interface
AddInterface=%KSCATEGORY_CAPTURE% ,%REFGUID_CAPTURE% ,AnalogCapture_Interface
AddInterface=%KSCATEGORY_TVTUNER% ,%REFGUID_TVTUNER% ,AnalogTvTuner_Interface
AddInterface=%KSCATEGORY_CROSSBAR% ,%REFGUID_CROSSBAR% ,AnalogCrossbar_Interface
AddInterface=%KSCATEGORY_TVAUDIO% ,%REFGUID_TVAUDIO% ,AnalogTvAudio_Interface
AddInterface=%KSCATEGORY_BDA_RECEIVER%,%REFGUID_BDA_RECEIVER% ,BdaReceiver_Interface
AddInterface=%KSCATEGORY_BDA_TUNER% ,%REFGUID_BDA_TUNER% ,BdaTuner_Interface
[Cinergy.NT.Interfaces]
AddInterface=%KSCATEGORY_AUDIO% ,%REFGUID_AUDIO% ,Audio_Interface
AddInterface=%KSCATEGORY_CAPTURE% ,%REFGUID_AUDIO% ,Audio_Interface
AddInterface=%KSCATEGORY_VIDEO% ,%REFGUID_CAPTURE% ,AnalogCapture_Interface
AddInterface=%KSCATEGORY_CAPTURE% ,%REFGUID_CAPTURE% ,AnalogCapture_Interface
AddInterface=%KSCATEGORY_TVTUNER% ,%REFGUID_TVTUNER% ,AnalogTvTuner_Interface
AddInterface=%KSCATEGORY_CROSSBAR% ,%REFGUID_CROSSBAR% ,AnalogCrossbar_Interface
AddInterface=%KSCATEGORY_TVAUDIO% ,%REFGUID_TVAUDIO% ,AnalogTvAudio_Interface
AddInterface=%KSCATEGORY_BDA_RECEIVER%,%REFGUID_BDA_RECEIVER% ,BdaReceiver_Interface
AddInterface=%KSCATEGORY_BDA_TUNER% ,%REFGUID_BDA_TUNER% ,BdaTuner_Interface
;---------------------------------------------------------------
; WDM streaming interfaces (audio)
;---------------------------------------------------------------
[Audio_Interface]
AddReg=Audio_Interface.AddReg
[Audio_Interface.AddReg]
HKR,,CLSID,,%PROXY_CAPTURE%
HKR,,FriendlyName,,%DShow.AudioCapture%
;---------------------------------------------------------------
; WDM streaming interfaces (analog TV/capture)
;---------------------------------------------------------------
[AnalogCapture_Interface]
AddReg=AnalogCapture_Interface.AddReg
[AnalogCapture_Interface.AddReg]
HKR,,CLSID,,%PROXY_CAPTURE%
HKR,,FriendlyName,,%DShow.AnalogCapture%
[AnalogTvTuner_Interface]
AddReg=AnalogTvTuner_Interface.AddReg
[AnalogTvTuner_Interface.AddReg]
HKR,,CLSID,,%PROXY_TVTUNER%
HKR,,FriendlyName,,%DShow.AnalogTvTuner%
[AnalogCrossbar_Interface]
AddReg=AnalogCrossbar_Interface.AddReg
[AnalogCrossbar_Interface.AddReg]
HKR,,CLSID,,%PROXY_CROSSBAR%
HKR,,FriendlyName,,%DShow.AnalogCrossbar%
[AnalogTvAudio_Interface]
AddReg=AnalogTvAudio_Interface.AddReg
[AnalogTvAudio_Interface.AddReg]
HKR,,CLSID,,%PROXY_TVAUDIO%
HKR,,FriendlyName,,%DShow.AnalogTvAudio%
;---------------------------------------------------------------
; BDA interfaces
;---------------------------------------------------------------
[BdaReceiver_Interface]
AddReg=BdaReceiver_Interface.AddReg
[BdaReceiver_Interface.AddReg]
HKR,,CLSID,,%PROXY_CAPTURE%
HKR,,FriendlyName,,%DShow.DigitalCapture%
[BdaTuner_Interface]
AddReg=BdaTuner_Interface.AddReg
[BdaTuner_Interface.AddReg]
HKR,,CLSID,,%PROXY_CAPTURE%
HKR,,FriendlyName,,%DShow.DigitalTuner%
;===============================================================
; S e r v i c e s
;===============================================================
; This section is irrelevant for Windows 9x/Me installations.
[Cinergy.NT.Services]
;FMB TEST
;AddService = CinergyHTPCI, 0x00000002, Cinergy.ServiceInstall
AddService = Cinergy_HT_PCI_MKII, 0x00000002, Cinergy.ServiceInstall
[Cinergy.ServiceInstall]
DisplayName = %Service.FriendlyName%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
;TODO: Replace driver file name
ServiceBinary = %12%\Cinergy_HT_PCI_MKII.sys
;===============================================================
; S t r i n g s
;===============================================================
[Strings]
;---------------------------------------------------------------
; Non-localizable (Windows)
;---------------------------------------------------------------
; Registry types
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
; Service: ServiceType values
SERVICE_KERNEL_DRIVER = 0x00000001
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
SERVICE_ADAPTER = 0x00000004
SERVICE_RECOGNIZER_DRIVER = 0x00000008
SERVICE_WIN32_OWN_PROCESS = 0x00000010
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
SERVICE_INTERACTIVE_PROCESS = 0x00000100
SERVICE_INTERACTIVE_SHARE_PROCESS= 0x00000120
; Service: StartType values
SERVICE_BOOT_START = 0x00000000
SERVICE_SYSTEM_START = 0x00000001
SERVICE_AUTO_START = 0x00000002
SERVICE_DEMAND_START = 0x00000003
SERVICE_DISABLED = 0x00000004
; Service: ErrorControl values
SERVICE_ERROR_IGNORE = 0x00000000
SERVICE_ERROR_NORMAL = 0x00000001
SERVICE_ERROR_SEVERE = 0x00000002
SERVICE_ERROR_CRITICAL = 0x00000003
; DirectShow filter categories DirectShow category name
KSCATEGORY_AUDIO = "{6994AD04-93EF-11D0-A3CC-00A0C9223196}"
KSCATEGORY_RENDER = "{65E8773E-8F56-11D0-A3B9-00A0C9223196}" ; Audio Renderers
KSCATEGORY_TOPOLOGY = "{DDA54A40-1E4C-11D1-A050-405705C10000}" ; Audio Mixer Devices
KSCATEGORY_VIDEO = "{6994AD05-93EF-11D0-A3CC-00A0C9223196}" ;
KSCATEGORY_CAPTURE = "{65E8773D-8F56-11D0-A3B9-00A0C9223196}" ; WDM Streaming capture Devices (audio & video)
KSCATEGORY_TVTUNER = "{A799A800-A46D-11D0-A18C-00A02401DCD4}" ; WDM Streaming TV Tuner Devices
KSCATEGORY_CROSSBAR = "{A799A801-A46D-11D0-A18C-00A02401DCD4}" ; WDM Streaming Crossbar Devices
KSCATEGORY_TVAUDIO = "{A799A802-A46D-11D0-A18C-00A02401DCD4}" ; WDM Streaming TV Audio Devices
KSCATEGORY_ENCODER = "{19689BF6-C384-48fd-AD51-90E58C79F70B}" ; WDM Streaming Encoder Devices
KSCATEGORY_MULTIPLEXER = "{7A5DE1D3-01A1-452c-B481-4FA2B96271E8}" ; WDM Streaming Multiplexer Devices
KSCATEGORY_BDA_RECEIVER = "{FD0A5AF4-B41D-11D2-9C95-00C04F7971E0}" ; BDA Receiver Component
KSCATEGORY_BDA_TUNER = "{71985F48-1CA1-11D3-9CC8-00C04F7971E0}" ; BDA Source Filters
; Proxy CLSIDs (KsProxy.ax)
PROXY_CAPTURE = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
PROXY_TVTUNER = "{266EEE40-6C63-11cf-8A03-00AA006ECB65}"
PROXY_CROSSBAR = "{71F96460-78F3-11D0-A18C-00A0C9118956}"
PROXY_TVAUDIO = "{71F96462-78F3-11D0-A18C-00A0C9118956}"
;---------------------------------------------------------------
; Non-localizable (this driver)
;---------------------------------------------------------------
; Reference guids
REFGUID_AUDIO = "{9B365890-165F-11D0-A195-0020AFD156E4}"
REFGUID_CAPTURE = "{9B365890-165F-11D0-A195-0020AFD156E4}"
REFGUID_TVTUNER = "{5618011C-A4DA-455b-A448-EC2AF3DCCB02}"
REFGUID_CROSSBAR = "{77F656DA-696D-407c-BA1C-50E4457C12E8}"
REFGUID_TVAUDIO = "{991182D5-71A2-4b5c-9817-F551FBBC8232}"
REFGUID_BDA_RECEIVER = "{5ea9c066-1dfe-41c5-a2de-bf766e83c98e}"
REFGUID_BDA_TUNER = "{91B0CC87-9905-4d65-A0D1-5861C6F22CBF}"
; Pin name GUIDS
PinNameGuid.AnalogAudioIn = "{04394D28-52A7-4c46-AED0-65D62CC64DA6}"
PinNameGuid.AudioOut = "{9DA02733-7910-40f2-95DD-0441676C9A9B}"
PinNameGuid.TsOut = "{5237C937-0A21-4f7e-B338-DE0D0793D03F}"
; Pin names
PinName.AnalogAudioIn = "Analog Audio In"
PinName.AudioOut = "Audio Out"
PinName.TsOut = "TS Out"
;---------------------------------------------------------------
; Localizable
;---------------------------------------------------------------
Provider = "TerraTec"
DiskName = "Cinergy Driver CD"
; Service strings
Service.FriendlyName = "Cinergy HT PCI (MKII) service"
; Device Manager
Cinergy.DeviceDesc = "Cinergy HT PCI (MKII)"
Cinergy_Cap.DeviceDesc = "Cinergy HT PCI (MKII) - Capture"
Cinergy_Audio.DeviceDesc = "Cinergy HT PCI (MKII) - Audio"
Cinergy_TS.DeviceDesc = "Cinergy HT PCI (MKII) - TS"
;DirectShow filter names
DShow.AudioCapture = "Cinergy HT PCI (MKII) Audio" ; KSCATEGORY_AUDIO
DShow.AnalogCapture = "Cinergy HT PCI (MKII) Analog Capture" ; KSCATEGORY_CAPTURE
DShow.AnalogTvTuner = "Cinergy HT PCI (MKII) Analog TV Tuner" ; KSCATEGORY_TVTUNER
DShow.AnalogCrossbar = "Cinergy HT PCI (MKII) Analog Crossbar" ; KSCATEGORY_CROSSBAR
DShow.AnalogTvAudio = "Cinergy HT PCI (MKII) Analog TV Audio" ; KSCATEGORY_TVAUDIO
DShow.DigitalCapture = "Cinergy HT PCI (MKII) Digital Capture" ; KSCATEGORY_BDA_RECEIVER(BDA Receiver Component)
DShow.DigitalTuner = "Cinergy HT PCI (MKII) Digital Tuner" ; KSCATEGORY_BDA_TUNER (BDA Source Filters)
Download Driver Pack
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.