;==============================================================================
; TerraTec Cinergy T²
; Driver Install Script
; Copyright (c) 2005, TerraTec Electronic GmbH
;------------------------------------------------------------------------------
;
; History:
;------------------------------------------------------------------------------
; 17-Mar-05 FMB 1st version
; 08-Apr-05 FMB Stop streaming in Powersave mode
; 23-May-05 C.L. renamed to TTCinergyT2BDA
;------------------------------------------------------------------------------
[Version]
Signature = "$CHICAGO$"
Class = Media
ClassGUID = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider = %PROVIDER%
CatalogFile = TTCinergyT2BDA.cat
DriverVer = 05/18/2006,2.3.0.024
[Manufacturer]
%PROVIDER% = TerraTec,NTx86,NTamd64
[SourceDisksNames]
1 = %SOURCE_DISKS%
[SourceDisksFiles]
TTCinergyT2BDA.sys = 1,,
TTCinergyT2BDA64.sys = 1,,
[DestinationDirs]
BDAcinergyT2.CopyDrivers = 12
DefaultDestDir=12
;----------------------------------------------------------------------------------------------
[TerraTec]
%DRIVER_NAME% = BDACinergyT2,USB\VID_0ccd&PID_0038
[TerraTec.NTX86]
%DRIVER_NAME% = BDACinergyT2,USB\VID_0ccd&PID_0038
[TerraTec.NTamd64]
%DRIVER_NAME% = BDACinergyT2,USB\VID_0ccd&PID_0038
[BDACinergyT2.NT]
Include = ks.inf,kscaptur.inf,bda.inf
Needs = KS.Registration.NT,KSCAPTUR.Registration.NT,BDA.Registration.NT,BDA.Installation.NT
CopyFiles = BDAcinergyT2.CopyDrivers
AddReg = BDAcinergyT2.AddReg
[BDACinergyT2.NTX86]
Include = ks.inf,kscaptur.inf,bda.inf
Needs = KS.Registration.NT,KSCAPTUR.Registration.NT,BDA.Registration.NT,BDA.Installation.NT
CopyFiles = BDAcinergyT2.CopyDrivers
AddReg = BDAcinergyT2.AddReg
[BDACinergyT2.NTamd64]
Include = ks.inf,kscaptur.inf,bda.inf
Needs = KS.Registration.NT,KSCAPTUR.Registration.NT,BDA.Registration.NT,BDA.Installation.NT
CopyFiles = BDAcinergyT2_AMD64.CopyDrivers
AddReg = BDAcinergyT2.AddReg
[BDAcinergyT2.CopyDrivers]
TTCinergyT2BDA.sys
[BDAcinergyT2_AMD64.CopyDrivers]
TTCinergyT2BDA.sys, TTCinergyT2BDA64.sys,
[BDAcinergyT2.AddReg]
;FMB TEST
HKR,,OkToHibernate,3,01
HKR,,PageOutWhenUnopened,3,00
[BDACinergyT2.NT.Interfaces]
AddInterface = %GUID_KSCATEGORY_BDATUNER% ,%BDACINERGYT2_REFERENCE_GUID%,BdaTuner,
AddInterface = %GUID_KSCATEGORY_BDARECEIVER%,%BDACINERGYT2_REFERENCE_GUID%,BdaReceiver,
[BDACinergyT2.NTX86.Interfaces]
AddInterface = %GUID_KSCATEGORY_BDATUNER% ,%BDACINERGYT2_REFERENCE_GUID%,BdaTuner,
AddInterface = %GUID_KSCATEGORY_BDARECEIVER%,%BDACINERGYT2_REFERENCE_GUID%,BdaReceiver,
[BDACinergyT2.NTamd64.Interfaces]
AddInterface = %GUID_KSCATEGORY_BDATUNER% ,%BDACINERGYT2_REFERENCE_GUID%,BdaTuner,
AddInterface = %GUID_KSCATEGORY_BDARECEIVER%,%BDACINERGYT2_REFERENCE_GUID%,BdaReceiver,
[BdaTuner]
AddReg = BdaTuner.AddReg
[BdaTuner.AddReg]
HKR,,CLSID,,%KSPROXY_CLSID%
HKR,,FriendlyName,,%BdaTuner%
[BdaReceiver]
AddReg = BdaReceiver.AddReg
[BdaReceiver.AddReg]
HKR,,CLSID,,%KSPROXY_CLSID%
HKR,,FriendlyName,,%BdaReceiver%
[BDACinergyT2.NT.Services]
AddService = TTCinergyT2,0x00000002,TTCinergyT2.AddService
[BDACinergyT2.NTX86.Services]
AddService = TTCinergyT2,0x00000002,TTCinergyT2.AddService
[BDACinergyT2.NTamd64.Services]
AddService = TTCinergyT2,0x00000002,TTCinergyT2.AddService
[TTCinergyT2.AddService]
DisplayName = %DRIVER_NAME%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\TTCinergyT2BDA.sys
LoadOrderGroup = ExtendedBase
;----------------------------------------------------------------------------------------------
[Strings]
;----------------------------------------------------------------------------------------------
; Non-localizable
;----------------------------------------------------------------------------------------------
;---- Ks/BDA GUIDs ----------------------------------------------------------------------------
;KSPROXY_CLSID = PROXY_CAPTURE (Video capture)
KSPROXY_CLSID = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
GUID_KSCATEGORY_BDATUNER = "{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
GUID_KSCATEGORY_BDARECEIVER = "{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
;---- CONSTANTS -------------------------------------------------------------------------------
SERVICE_BOOT_START = 0x0
SERVICE_SYSTEM_START = 0x1
SERVICE_AUTO_START = 0x2
SERVICE_DEMAND_START = 0x3
SERVICE_DISABLED = 0x4
SERVICE_KERNEL_DRIVER = 0x1
SERVICE_ERROR_IGNORE = 0x0
SERVICE_ERROR_NORMAL = 0x1
SERVICE_ERROR_SEVERE = 0x2
SERVICE_ERROR_CRITICAL = 0x3
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
BDACINERGYT2_REFERENCE_GUID = "{f81627da-9ace-4a83-b2d1-b78ef462bab1}"
;----------------------------------------------------------------------------------------------
; Localizable
;----------------------------------------------------------------------------------------------
PROVIDER = "TerraTec Electronic GmbH"
SOURCE_DISKS = "TerraTec Cinergy T² Setup Disk"
; FMB NOTE: We only have one filter that offers Tuner and Recevier functionality
; However, this filter appears in both BDA categories
BdaTuner = "Cinergy T2 Tuner/Demodulator"
BdaReceiver = "Cinergy T2 Tuner/Demodulator"
DRIVER_NAME = "TerraTec Cinergy T² (BDA)"
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.