; Copyright 2004, Philips Semiconductors GmbH
; OS:
; - Win2000
; - WinXP
; - Media Center 2005
[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Msft%
DriverVer=06/29/2005,4.7.5.1
CatalogFile=PTuneDVB.cat
[Manufacturer]
%MfgName%=Philips
[Philips]
%PTDVB_0.Name%=PTDVB_0.Device,AVSTREAM\PTDVB_0 ; Philips CU1216
%PTDVB_1.Name%=PTDVB_1.Device,AVSTREAM\PTDVB_1 ; Philips CU1216 +
%PTDVB_2.Name%=PTDVB_2.Device,AVSTREAM\PTDVB_2 ; Philips TU1216
%PTDVB_3.Name%=PTDVB_3.Device,AVSTREAM\PTDVB_3 ; Philips TU1216 +
%PTDVB_4.Name%=PTDVB_4.Device,AVSTREAM\PTDVB_4 ; Philips SU1200
%PTDVB_5.Name%=PTDVB_5.Device,AVSTREAM\PTDVB_5 ; Philips SU1200 SH2
%PTDVB_6.Name%=PTDVB_6.Device,AVSTREAM\PTDVB_6 ; Philips SU1200 SH2 +
%PTDVB_7.Name%=PTDVB_7.Device,AVSTREAM\PTDVB_7 ; Philips SU1200 X4
%PTDVB_8.Name%=PTDVB_8.Device,AVSTREAM\PTDVB_8 ; Philips SU1200 X4 +
;
;***************************** Generic ******** ************************
;
[ControlFlags]
ExcludeFromSelect=*
ExcludeFromSelect.NT=*
;
;******************** Generic for all BDA/DVB Tuner Drivers ****************
;
[DestinationDirs]
CopyDrivers = 10,system32\drivers ; be aware not to use 12 as the drivers directory,
; as driver will not work anymore in W98
[SourceDisksNames]
1 = %INSTALLATION_DISK%,,
[SourceDisksFiles]
PTuneDVB.sys = 1
[CopyDrivers]
PTuneDVB.sys
;
;
;****************************************************************
;*************** 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:
; 0: Philips "CU1216" 0x002x1894: DVB-C
; 1: Philips "TU1216" 0x003x1894: DVB-T
; 2: Philips "SU1200" 0x4f5x1131: DVB-S (SU1200)
; 3: PHILIPS "SU1200_SH2" 0x001x1894: DVB-S (SU1200-SH2)
; 4: PHILIPS "SU1200_TDA8261" 0x00xx1894: DVB-S (SU1200-TDA8261)
;
; Noise Reference:
; HKR,,NoiseReference,0x00010001,6000
;
; DVB-System (0: DVB-C, 1: DVB-T, 2: DVB-S)
; HKR,,DVB-System,0x00010001,2
;
;************************************************************************
;
;
;
;
;
; ************ PTuneDVB_0 DVB-C PHILIPS CU1216 **************************
;
[PTDVB_0.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_0.AddReg
[PTDVB_0.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_0.AddService
[PTDVB_0.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_0.Interfaces,
[PTDVB_0.Interfaces]
AddReg=PTDVB_0.Interface.AddReg
[PTDVB_0.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_0.Name%
[PTDVB_0.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_0.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
HKR,,Frequency,0x00010001,498000
HKR,,SymbolRate,0x00010001,6000000
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,0
HKR,,NoiseReference,0x00010001,0
HKR,,DVB-System,0x00010001,0
;
;
;
; ************ PTuneDVB_1 DVB-C+ PHILIPS CU1216 **************************
;
[PTDVB_1.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_1.AddReg
[PTDVB_1.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_1.AddService
[PTDVB_1.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_1.Interfaces,
[PTDVB_1.Interfaces]
AddReg=PTDVB_1.Interface.AddReg
[PTDVB_1.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_1.Name%
[PTDVB_1.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_1.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
HKR,,Frequency,0x00010001,498000
HKR,,SymbolRate,0x00010001,6000000
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,0
HKR,,NoiseReference,0x00010001,0
HKR,,DVB-System,0x00010001,0
;
;
;
; ************ PTuneDVB_2 DVB-T Philips TU1216 *******************************
;
[PTDVB_2.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_2.AddReg
[PTDVB_2.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_2.AddService
[PTDVB_2.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_2.Interfaces,
[PTDVB_2.Interfaces]
AddReg=PTDVB_2.Interface.AddReg
[PTDVB_2.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_2.Name%
[PTDVB_2.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_2.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
HKR,,Frequency,0x00010001,762000 ; Input Frequency of the channel in kHz
HKR,,TunerType,,"DVB-Tuner"
HKR,,FrontEndID,0x00010001,1
HKR,,NoiseReference,0x00010001,0
HKR,,DVB-System,0x00010001,1
;
;
;
; ************ PTuneDVB_3 DVB-T+ Philips TU1216 *******************************
;
[PTDVB_3.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_3.AddReg
[PTDVB_3.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_3.AddService
[PTDVB_3.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_3.Interfaces,
[PTDVB_3.Interfaces]
AddReg=PTDVB_3.Interface.AddReg
[PTDVB_3.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_3.Name%
[PTDVB_3.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_3.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
HKR,,Frequency,0x00010001,762000 ; Input Frequency of the channel in kHz
HKR,,TunerType,,"DVB-Tuner"
HKR,,FrontEndID,0x00010001,1
HKR,,NoiseReference,0x00010001,0
HKR,,DVB-System,0x00010001,1
;
;
;
; ********************* PTDVB_4 - SU1200 ***********************************
;
[PTDVB_4.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_4.AddReg
[PTDVB_4.Device.NT.Services]
Addservice = PTDVB, 0x00000002, PTDVB_4.AddService
[PTDVB_4.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_4.Interfaces,
[PTDVB_4.Interfaces]
AddReg=PTDVB_4.Interface.AddReg
[PTDVB_4.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_4.Name%
[PTDVB_4.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_4.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
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,2
HKR,,NoiseReference,0x00010001,6000; reference value for noise
HKR,,DVB-System,0x00010001,2
;
; ********************* PTDVB_5 - SU1200 (SH2) ***********************************
;
[PTDVB_5.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_5.AddReg
[PTDVB_5.Device.NT.Services]
;Addservice = PTDVB_5, 0x00000002, PTDVB_5.AddService
Addservice = PTDVB, 0x00000002, PTDVB_5.AddService
[PTDVB_5.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_5.Interfaces,
[PTDVB_5.Interfaces]
AddReg=PTDVB_5.Interface.AddReg
[PTDVB_5.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_5.Name%
[PTDVB_5.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_5.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
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,3
HKR,,NoiseReference,0x00010001,6000; reference value for noise
HKR,,DVB-System,0x00010001,2
;
;
;
; ********************* PTDVB_6 - SU1200 (SH2) + ***********************************
;
[PTDVB_6.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_6.AddReg
[PTDVB_6.Device.NT.Services]
;Addservice = PTDVB_6, 0x00000002, PTDVB_6.AddService
Addservice = PTDVB, 0x00000002, PTDVB_6.AddService
[PTDVB_6.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_6.Interfaces,
[PTDVB_6.Interfaces]
AddReg=PTDVB_6.Interface.AddReg
[PTDVB_6.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_6.Name%
[PTDVB_6.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_6.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
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,3
HKR,,NoiseReference,0x00010001,6000; reference value for noise
HKR,,DVB-System,0x00010001,2
;
;
;
; ********************* PTDVB_7 - SU1200 (NEW PLL) ***********************************
;
[PTDVB_7.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_7.AddReg
[PTDVB_7.Device.NT.Services]
;Addservice = PTDVB_7, 0x00000002, PTDVB_7.AddService
Addservice = PTDVB, 0x00000002, PTDVB_7.AddService
[PTDVB_7.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_7.Interfaces,
[PTDVB_7.Interfaces]
AddReg=PTDVB_7.Interface.AddReg
[PTDVB_7.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_7.Name%
[PTDVB_7.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_7.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
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,4
HKR,,NoiseReference,0x00010001,6000; reference value for noise
HKR,,DVB-System,0x00010001,2
;
;
;
; ********************* PTDVB_8 - SU1200 (NEW PLL) + ***********************************
;
[PTDVB_8.Device.NT]
Include = ks.inf, bda.inf
Needs = KS.Registration.NT, BDA.Installation.NT
CopyFiles = CopyDrivers
AddReg = PTDVB_8.AddReg
[PTDVB_8.Device.NT.Services]
;Addservice = PTDVB_8, 0x00000002, PTDVB_8.AddService
Addservice = PTDVB, 0x00000002, PTDVB_8.AddService
[PTDVB_8.Device.NT.Interfaces]
AddInterface=%BDAcatID%,%KSNAME_Filter%,PTDVB_7.Interfaces,
[PTDVB_8.Interfaces]
AddReg=PTDVB_8.Interface.AddReg
[PTDVB_8.Interface.AddReg]
HKR,,CLSID,,%PTDVB.CLSID%
HKR,,FriendlyName,,%PTDVB_8.Name%
[PTDVB_8.AddService]
DisplayName = %PTDVB.Name%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\PTuneDVB.sys
[PTDVB_8.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PTuneDVB.sys
HKR,,PageOutWhenUnopened,3,0
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,4
HKR,,NoiseReference,0x00010001,6000; reference value for noise
HKR,,DVB-System,0x00010001,2
;
;************************************************************************
;
[Strings]
INSTALLATION_DISK = "KNC TV-Station (BDA) Tuner Driver Installation Disk"
Msft = "Philips Sc. & ODSoft multimedia"
MfgName = "Philips"
PTDVB.CLSID ="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
KSNAME_Filter = "{9B365890-165F-11D0-A195-0020AFD156E4}"
;BDAcatID ="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
BDAcatID ="{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
PTDVB.Name = "KNC TV-Station Tuner"
PTDVB_0.Name = "KNC TV-Station DVB-C Tuner"
PTDVB_1.Name = "KNC TV-Station DVB-C+ Tuner"
PTDVB_2.Name = "KNC TV-Station DVB-T Tuner"
PTDVB_3.Name = "KNC TV-Station DVB-T+ Tuner"
PTDVB_4.Name = "KNC TV-Station DVB-S Tuner"
PTDVB_5.Name = "KNC TV-Station DVB-S Tuner"
PTDVB_6.Name = "KNC TV-Station DVB-S+ Tuner"
PTDVB_7.Name = "KNC TV-Station DVB-S Tuner"
PTDVB_8.Name = "KNC TV-Station DVB-S+ Tuner"
;END
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.