TTFEDVBn_W2k_XP.inf Driver File Contents (bda_1060.zip)

; TTFEDVBn_W2k_XP.INF  --  This file installs the TechnoTrend BDA DVB Tuner Filter
; OS: Win2000, WinXP
;
;
;
[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Msft%
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
DriverVer=12/12/2005,4.4.10.11

[Manufacturer]
%MfgName%=TechnoTrend

[TechnoTrend]

;***********  TechnoTrend :  DVB-S/C/T Front-End  ****************************

%PTDVB_C.Name%=PTDVB_C.Device,AVSTREAM\PTDVB_C ; TechnoTrend DVB-C:
%PTDVB_S.Name%=PTDVB_S.Device,AVSTREAM\PTDVB_S ; TechnoTrend DVB-S:
%PTDVB_T.Name%=PTDVB_T.Device,AVSTREAM\PTDVB_T ; TechnoTrend DVB-T:
;
;*****************************  Generic  *************************************
;
[ControlFlags]
;ExcludeFromSelect=*
;ExcludeFromSelect.NT=*
;
;********************  Generic for all BDA/DVB Tuner Drivers  ****************
;
[DestinationDirs]
CopyDrivers=10,System32\Drivers

[CopyDrivers]
TTFEDVBn.sys

[SourceDisksNames]
1 = %DiskName%,,

[SourceDisksFiles]
TTFEDVBn.sys=1

;***************   Registry Parameters    ************************************
;
; Input Frequency of the channel in [kHz]
; HFrange: 10.700 - 12750 GHz
; HKR,,Frequency,0x00010001,11953500
;
; SymbolRate eg.: 27.5MHz in Hz
; HKR,,SymbolRate,0x00010001,27500000
;
; Polarity: H, V, R, L  (H=0; V=1, R=, L=)
; HKR,,Polarity,0x00010001,0
;
; LNB power enable/disable (0: disabled)
; HKR,,LNB_Power,0x00010001,1
;
; ViterbiRate (0 - 7)
; 0: AUTO, 1: 1/2, 2: 2/3, 3: 3/4, ... , 7: 7/8
; HKR,,ViterbiRate,0x00010001,0
;
; Modulation Type:
; 0: NOT_DEF, 1: 16QAM, 2:32QAM, 3:64QAM, 7:128QAM, 11: 256QAM, 21: QPSK, 22BPSK
; HKR,,ModulationType,0x00010001,3 ;64QAM
;
;
; Spectral Inversion
;  0: No, 1: Yes, >1: AUTO
; HKR,,SpectralInversion,0x00010001,2
;
; DiSEqC: enable = 1, disable =0
; HKR,,DiSEqC,0x00010001,1
;
; DiSEqC information
; Default =0, 2 Satellite = 1
; HKR,,Option,0x00010001,0
;
; DiSEqC information
; Satellite A = 0  (default)
; Satellite B = 1
; HKR,,Position,0x00010001,0
;
; Local Oscillator Frequency (LOF)
;
; Low Band Frequency in [kHz]: eg.: 975000 kHz
; HKR,,LOF_LowBand,0x00010001,9750000
; High Band Frequency in [kHz]: eg.: 10600000 kHz
; HKR,,LOF_HighBand,0x00010001,10600000
; Switch Frequency between Hi/Lo Band in [kHz]: eg.: 11700000 kHz
; HKR,,LowHigh_Switch_Frequency,0x00010001,11700000
;
; Tuner Type (the only type supported)
; HKR,,TunerType,,"DVB-Tuner"
;
;
; FrontEndID for Tuner Types:
; HKR,,FrontEndID,0x00010001,0
; FEID: Vendor: Class:    SVID:           Tuner Types:
;
; 40: TT     "BSRV2_TT"   0x100313c2:     DVB-S NIM: ALSP-BSRV2 with VES1893 QPSK Demodulator
; 41: TT     "BSRU6_TT"   0x100313c2:     DVB-S NIM: ALSP-BSRU6 with ST0299 QPSK Demodulator
; 42: TT     "TDBE2_TT"   0x100413c2:     DVB-C:     ALPS-TDBE2 Tuner; VES1820 Demodulator
; 43: TT     "BSRU6_TT2"  0x100C13c2:     DVB-S NIM: ALSP-BSRU6 with ST0299 QPSK Demodulator (CI)
; 44: TT     "TDBE2_TT2"  0x100D13c2:     DVB-C:     ALPS-TDBE2 Tuner; VES1820 Demodulator (CI)
; 45: TT     "SU1278S_TT" 0x100F13c2:     DVB-S NIM: Philips-SU1278S with ST0299 QPSK Demodulator (CI)
; 46: TT     "TDM1316_TT" 0x101113c2:     DVB-T:     Philips-TDM1316 Tuner; TDA10045 Demodulator (CI)
;
; SW Switch
; Swapes OP0 and OP1 on the Demodulator
; 0: don't swap, 1: swap
; HKR,,SwapOP0_OP1,0x00010001,1
;
; Noise Reference:
; HKR,,NoiseReference,0x00010001,6000
;
; DVB-System (0: DVB-C, 1: DVB-T, 2: DVB-S)
; HKR,,DVB-System,0x00010001,2
;
;*****************************************************************************

;************* DVB-C *********************************************************

[PTDVB_C.Device.NT]
Include   = ks.inf, kscaptur.inf, bda.inf
Needs     = KS.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
AddReg    = PTDVB_C.AddReg
CopyFiles = CopyDrivers

[PTDVB_C.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_C.AddService

[PTDVB_C.Device.NT.Interfaces]
AddInterface = %BDAcatID%,%KSNAME_Filter%,PTDVB_C.Interfaces,

[PTDVB_C.Interfaces]
AddReg = PTDVB_C.Interface.AddReg

[PTDVB_C.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_C.Name%

[PTDVB_C.AddService]
DisplayName    = %PTDVB.Name%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\TTFEDVBn.sys
LoadOrderGroup = Base

[PTDVB_C.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,TTFEDVBn.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,Frequency,0x00010001,394000
HKR,,SymbolRate,0x00010001,6900000
HKR,,ModulationType,0x00010001,3 ;64QAM
HKR,,Polarity,0x00010001,0
HKR,,LNB_Power,0x00010001,0
HKR,,ViterbiRate,0x00010001,0
HKR,,SpectralInversion,0x00010001,0
HKR,,DiSEqC,0x00010001,0
HKR,,Position,0x00010001,0
HKR,,LOF_LowBand,0x00010001,0
HKR,,LOF_HighBand,0x00010001,0
HKR,,LowHigh_Switch_Frequency,0x00010001,0
HKR,,TunerType,,"DVB-Tuner"
HKR,,FrontEndID,0x00010001,42
HKR,,NoiseReference,0x00010001,0
HKR,,DVB-System,0x00010001,0
HKR, "Parameters", "MCE DVB-T Fake",0x00010001,0
HKR, "Transponder",,,

;************* DVB-S *********************************************************

[PTDVB_S.Device.NT]
Include   = ks.inf, kscaptur.inf, bda.inf
Needs     = KS.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
AddReg    = PTDVB_S.AddReg
CopyFiles = CopyDrivers

[PTDVB_S.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_S.AddService

[PTDVB_S.Device.NT.Interfaces]
AddInterface = %BDAcatID%,%KSNAME_Filter%,PTDVB_S.Interfaces,

[PTDVB_S.Interfaces]
AddReg = PTDVB_S.Interface.AddReg

[PTDVB_S.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_S.Name%

[PTDVB_S.AddService]
DisplayName    = %PTDVB.Name%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\TTFEDVBn.sys
LoadOrderGroup = Base

[PTDVB_S.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,TTFEDVBn.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,Frequency,0x00010001,11953500
HKR,,SymbolRate,0x00010001,27500000
HKR,,Polarity,0x00010001,0
HKR,,LNB_Power,0x00010001,1
HKR,,ViterbiRate,0x00010001,0
HKR,,SpectralInversion,0x00010001,2
HKR,,DiSEqC,0x00010001, 1
HKR,,Option,0x00010001,0
HKR,,Position,0x00010001,0
HKR,,LOF_LowBand,0x00010001,9750000
HKR,,LOF_HighBand,0x00010001,10600000
HKR,,LowHigh_Switch_Frequency,0x00010001,11700000
HKR,,TunerType,,"DVB-Tuner"
HKR,,FrontEndID,0x00010001,45
HKR,,NoiseReference,0x00010001,4000              ; reference value for  noise
HKR,,DVB-System,0x00010001,2
HKR, "Parameters", "MCE DVB-T Fake",0x00010001,0
HKR, "Transponder",,,

;************* DVB-T *********************************************************

[PTDVB_T.Device.NT]
Include   = ks.inf, kscaptur.inf, bda.inf
Needs     = KS.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg    = PTDVB_T.AddReg

[PTDVB_T.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_T.AddService

[PTDVB_T.Device.NT.Interfaces]
AddInterface = %BDAcatID%,%KSNAME_Filter%,PTDVB_T.Interfaces,

[PTDVB_T.Interfaces]
AddReg = PTDVB_T.Interface.AddReg

[PTDVB_T.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_T.Name%

[PTDVB_T.AddService]
DisplayName    = %PTDVB.Name%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\TTFEDVBn.sys
LoadOrderGroup = Base

[PTDVB_T.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,TTFEDVBn.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,Frequency,0x00010001,762000       ; Input Frequency of the channel in kHz
HKR,,TunerType,,"DVB-Tuner"
HKR,,FrontEndID,0x00010001,46
HKR,,NoiseReference,0x00010001,0
HKR,,DVB-System,0x00010001,1

;*****************************************************************************

[Strings]
DiskName      = "TechnoTrend installation disk"
Msft          = "TechnoTrend AG"
MfgName       = "TechnoTrend"
PTDVB.CLSID   = "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSNAME_Filter = "{9B365890-165F-11D0-A195-0020AFD156E4}"
BDAcatID      = "{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"

PTDVB.Name	= "TechnoTrend BDA/DVB Tuner"
;
;****  TechnoTrend :  DVB-S/C/T Front-End  *****
;
PTDVB_C.Name = "TechnoTrend BDA/DVB-C Tuner"
PTDVB_S.Name = "TechnoTrend BDA/DVB-S Tuner"
PTDVB_T.Name = "TechnoTrend BDA/DVB-T Tuner"
;
;END

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: web4, load: 0.68