3054BDATune.inf Driver File Contents (TwinhanDTV_2.65_Build_01-02.zip)

;------------------------------------------------------------------------
;
;   BDA tuner/demod. driver Install Information File
;
;       V1.0.1.8 2005/12/06 00:00:00
;
;   Copyright (c) 2005 DTV-DVB Technology Inc.
;   All Rights Reserved.
;
;------------------------------------------------------------------------

[Version]
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider="DTV-DVB"
DriverVer=12/06/2005,1.0.1.8
CatalogFile.ntx86=3054BDATune.cat

[Manufacturer]
"DTV-DVB"=DTV-DVB

[SourceDisksNames]
1="DTV-DVB PCI Drivers",,,""

[SourceDisksFiles]
3054BDATune.sys=1

[DTV-DVB]
; Device models section.
;
; This section should have a line for each device PnP ID that this INF
; installs.  Note that, for the Sample BDA Tuner, the PnP ID matches
; the child device specified in the Sample BDA Capture driver's INF.
; Since the Sample BDA Capture driver is an AVStream mini-driver, the PnP
; ID starts with "AVSTREAM\".  If the Sample BDA Capture driver had been
; a Stream Class mini-driver the PnP ID would start with "STREAM\".
;
; Uncomment the following line when actual PCI receiver hardware is used.
; %BdaTuner.DeviceDesc%=BdaTuner,AVSTREAM\BdaTuner ; used when capture is written as AVSTREAM driver

%THBDATUNE.DeviceDescMT352FMD1216%=THBDATUNE.MT352FMD1216,STREAM\THBDATUNE.VEN_14F1.MT352FMD1216

[THBDATUNE.MT352FMD1216]
Include=ks.inf, kscaptur.inf, bda.inf
Needs=KS.Registration, KSCAPTUR.Registration, BDA.Registration, bda.Installation
AddReg=THBDATUNE.AddReg,MT352FMD1216.AddReg
CopyFiles=THBDATUNE.CopyDrivers

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

[THBDATUNE.AddReg]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,3054BDATune.sys
HKR,,OkToHibernate,3,01
HKR,,PageOutWhenUnopened,3,00

[DestinationDirs]
DefaultDestDir=10,system32\drivers

[THBDATUNE.CopyDrivers]
3054BDATune.sys

[MT352FMD1216.AddReg]
HKR,"DriverData","TunerModel",0x00010001, 0x10,0x00,0x00,0x00
HKR,"DriverData","UseFreqOffsetDVBT",0x00010001, 0x00, 0x00, 0x00, 0x00

; For MCE channel scan - For DVB-T
; Normal - 0: As it is, no change
HKR,"DriverData","MCE_FreqTranslate",0x00010001, 0x00,0x00,0x00,0x00
; 6 Mhz Freq table
;HKR,"DriverData","MCE_FreqTranslate",0x00010001, 0x06,0x00,0x00,0x00
; 7 Mhz Freq table
;HKR,"DriverData","MCE_FreqTranslate",0x00010001, 0x07,0x00,0x00,0x00
; 8 Mhz Freq table
;HKR,"DriverData","MCE_FreqTranslate",0x00010001, 0x08,0x00,0x00,0x00

; Fixed bandwidth setting for DVB-T
; Normal - 0: As it is, no change
HKR,"DriverData","FixedBandwidth",0x00010001, 0x00,0x00,0x00,0x00
; Fixed as VHF 7MHz, UHF 8MHz
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x01,0x00,0x00,0x00
; Fixed as 6 MHz
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x06,0x00,0x00,0x00
; Fixed as 7 MHz
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x07,0x00,0x00,0x00
; Fixed as 8 MHz
;HKR,"DriverData","FixedBandwidth",0x00010001, 0x08,0x00,0x00,0x00

; Skip scan shift frequency (+-167) - For DVB-T
; Normal: +- 167KHz will be scanned
HKR,"DriverData","ShiftFreqScan",0x00010001, 0x00,0x00,0x00,0x00
; Don't scan +-167KHz, just return lock failure
;HKR,"DriverData","ShiftFreqScan",0x00010001, 0x01,0x00,0x00,0x00

; Device/Driver information
;HKR,"DriverData","SupportHWInfo",0x00010000, "PCI DVB CX-88x 3054 A+D"
;HKR,"DriverData","Device_Name",0x00010000, "3054"


; Add an interface for each type of filter exposed by this device driver.
; The format of each line is as follows
;
; AddInterface = DSHOW_CATEGORY, FILTER_REFERENCE_GUID, INSTALLATION_SECTION
;
; DSHOW_CATEGORY is the GUID for the Direct Show category in which the
; filter should appear.  A filter that appears in multiple categories should
; have a line for each category.
;
; FILTER_REFERENC_GUID should be the same as the ReferenceGuid in the
; the KSFILTER_DESCRIPTOR for the filter.
;
; INSTALLATION_SECTION specifies the section that the installer should call
; to add the ring 3 filter class to the registry.  Except for legacy analog
; tuner and crossbar, all BDA filters should specify KSProxy as the ring 3
; filter class.
;

[THBDATUNE.MT352FMD1216.Interfaces]
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, THBDATUNE.MT352FMD1216.Filter

[THBDATUNE.MT352FMD1216.NT.Interfaces]
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, THBDATUNE.MT352FMD1216.Filter

[THBDATUNE.MT352FMD1216.Filter]
AddReg = THBDATUNE.MT352FMD1216.Filter.AddReg

[THBDATUNE.MT352FMD1216.Filter.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%THBDATUNE.FilterDescMT352FMD1216%

; Add the service (driver) for this device.
;
; NOTE!  A single .SYS file can only be used for one service at a time.
;        If multiple board types use the same driver, they should all
;        reference the same service install section.
;

[THBDATUNE.MT352FMD1216.NT.Services]
AddService=THBDATUNE,0x00000002,THBDATUNE.ServiceInstall

[THBDATUNE.ServiceInstall]
; This is the service install section for the BDA tuner driver.
; (3054BDATune.sys)
;
DisplayName=%THBDATUNE.DeviceDesc%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%10%\system32\drivers\3054BDATune.sys
LoadOrderGroup=ExtendedBase


[Strings]
;----------------
; non-localizeable
;----------------

SERVICE_KERNEL_DRIVER=1
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
REG_EXPAND_SZ=0x00020000
REG_DWORD=0x00010001

; Specify the GUID for the Ksproxy plugin..
;
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"

; Specify the GUID for the BDA Source Filters category in GraphEdit.
;
KSCATEGORY_BDATUNER="{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"

; Specify the GUID for the digital tuner Filter.
;
; NOTE!  This must match the reference guid specified in the driver's filter
;        descriptor.
;
KSSTRING_BdaSWTunerFilter="{36E5E5FB-5190-4eaf-AF45-5DA22515CA17}"
;
; Specify the GUID for the tuner device's SW PnP ID
;
BdaSWTuner.DeviceId="{828B00F0-9A04-4692-8573-535B05DFF3F4}"


;----------------
; localizeable
;----------------

TH="DTV-DVB"
THBDATUNE.DeviceDesc              ="DTV-DVB 3054 Digital Tuner/Demod"
THBDATUNE.DeviceDescMT352FMD1216  ="DTV-DVB 3054 Digital Tuner/Demod"

THBDATUNE.FilterDesc              ="DTV-DVB 3054 Digital Tuner/Demod"
THBDATUNE.FilterDescMT352FMD1216  ="DTV-DVB 3054 Digital Tuner/Demod"

THBDATUNE.FriendlyName            ="DTV-DVB 3054 Digital Tuner/Demod"
THBDATUNE.FriendlyNameMT352FMD1216="DTV-DVB 3054 Digital Tuner/Demod"
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: web1, load: 0.45