OmTVDtun.inf Driver File Contents (ZAP-TV2100_r12.zip)

;-----------------------------------------------------------------------
;	OmniTV BDA Tuner driver inf file
;	Version 2.0.0.4
;
;       Copyright (c) YUAN High Tech Development Co. Ltd. 
;       All Rights Reserved.
;------------------------------------------------------------------------


[Version]
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Company%
DriverVer=06/23/2005,2.0.0.4


CatalogFile.ntx86=OmTVDtun.cat

[DestinationDirs]
OmTVDTun.CopyDrivers=10,system32\drivers

[Manufacturer]
%Company%=YUAN

[SourceDisksNames]
1=%DISK_NAME%,,,""

[SourceDisksFiles]
OmTVDTun.sys=1

[YUAN]
%OmTVDTun.DeviceDescPG700%=OmTVDTun.PG700,STREAM\OmTVDTun.VEN_12AB.PG700
%OmTVDTun.DeviceDescPG300%=OmTVDTun.PG300,STREAM\OmTVDTun.VEN_12AB.PG300

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


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

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

[OmTVDTun.CopyDrivers]
OmTVDTun.sys

[PG700.AddReg]
; XCeive XC3028
HKR,"DriverData","TunerModel",0x00010001, 0x1221
;HKR,"DriverData","TunerModel",0x00010001, 0x1222
HKR,"DriverData","UseFreqOffsetDVBT",0x00010001, 0x00, 0x00, 0x00, 0x00

[PG300.AddReg]
; THOMSON DTT 757x
HKR,"DriverData","TunerModel",0x00010001, 0x02,0x00,0x00,0x00
HKR,"DriverData","UseFreqOffsetDVBT",0x00010001, 0x00, 0x00, 0x00, 0x00



[OmTVDTun.PG700.NT.Interfaces]
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, OmTVDTun.PG700.Filter

[OmTVDTun.PG300.NT.Interfaces]
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, OmTVDTun.PG300.Filter


[OmTVDTun.PG700.Filter]
AddReg = OmTVDTun.PG700.Filter.AddReg

[OmTVDTun.PG700.Filter.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%OmTVDTun.FilterDescDVBTPG700%

[OmTVDTun.PG300.Filter]
AddReg = OmTVDTun.PG300.Filter.AddReg

[OmTVDTun.PG300.Filter.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%OmTVDTun.FilterDescDVBSPG300%


[OmTVDTun.PG700.NT.Services]
AddService=OmTVDTun,0x00000002,OmTVDTun.ServiceInstall

[OmTVDTun.PG300.NT.Services]
AddService=OmTVDTun,0x00000002,OmTVDTun.ServiceInstall


[OmTVDTun.ServiceInstall]
; This is the service install section for the BDA tuner driver.
; (OmTVDTun.sys)
;
DisplayName=%SERVICE_DISPLAYNAME%
Description=%SERVICE_DESCRIPTION%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_NORMAL%
ServiceBinary=%10%\system32\drivers\OmTVDTun.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="{91B0CC87-9905-4d65-A0D1-5861C6F22CBF}"
;
; Specify the GUID for the tuner device's SW PnP ID
;
BdaSWTuner.DeviceId="{828B00F0-9A04-4692-8573-535B05DFF3F4}"


SERVICE_DESCRIPTION     = "OmniTV BDA Tuner/Demod driver"
SERVICE_DISPLAYNAME		= "OmniTV BDA Tuner/Demod"

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

OmTVDTun.DeviceDesc            ="OmniTV BDA Tuner/Demod"
OmTVDTun.DeviceDescPG700       ="PG700 BDA DVB-T Tuner/Demod"
OmTVDTun.DeviceDescPG300       ="ZAP-TV2100 BDA DVB-T Tuner/Demod"

OmTVDTun.FilterDesc            ="YUAN BDA DVB Tuner/Demod"
OmTVDTun.FilterDescDVBTPG700   ="PG700 BDA DVB-T Tuner/Demod"
OmTVDTun.FilterDescDVBSPG300   ="PG300 BDA DVB-T Tuner/Demod"

;----------------
; Localizable
;----------------
Company						= "Club 3D"
DISK_NAME					= "OmniTV Driver Setup Disk"

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: 1.58