NxpCap.inf Driver File Contents (knc_bda_driver.zip)

; Copyright 2009 KNC One GmbH

[Version]
signature           = "$CHICAGO$" ;all windows os
Class               = MEDIA
ClassGUID           = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider            = %PROVIDER%
DriverVer           = 08/18/2010,1.3.1018.0
CatalogFile.NTX86   = NxpCap32.cat
CatalogFile.NTAMD64 = NxpCap64.cat

[Manufacturer]
%PROVIDER% = SupportedBoards, NTx86, NTamd64

;---> 32 BIT SUPPORT <---
[SupportedBoards.NTx86]
%60Hybrid.DeviceDesc% = NxpCap,PCI\VEN_1131&DEV_7160
%60KNCDUALS.DeviceDesc%  = NxpCap,PCI\VEN_1131&DEV_7160&SUBSYS_01101894 ;DVB-S/DVB-S2
%60KNCDUALS2.DeviceDesc% = NxpCap,PCI\VEN_1131&DEV_7160&SUBSYS_02101894 ;DVB-S2/DVB-S2
%60KNCDUALC.DeviceDesc%  = NxpCap,PCI\VEN_1131&DEV_7160&SUBSYS_03101894 ;DVB-T/DVB-C

;---> 64 BIT SUPPORT <---
[SupportedBoards.NTAMD64]
%60Hybrid.DeviceDesc% = NxpCap,PCI\VEN_1131&DEV_7160
%60KNCDUALS.DeviceDesc%  = NxpCap,PCI\VEN_1131&DEV_7160&SUBSYS_01101894 ;DVB-S/DVB-S2
%60KNCDUALS2.DeviceDesc% = NxpCap,PCI\VEN_1131&DEV_7160&SUBSYS_02101894 ;DVB-S2/DVB-S2
%60KNCDUALC.DeviceDesc%  = NxpCap,PCI\VEN_1131&DEV_7160&SUBSYS_03101894 ;DVB-T/DVB-C

[SourceDisksNames]
1 = %AVSTRM_INSTALLATION_DISK%,,

[SourceDisksFiles]
716xCoInstaller.dll  = 1
NXPMV32.dll          = 1
NXPMV64.dll          = 1
NxpCap32.sys       = 1
NxpCap64.sys       = 1

[DestinationDirs]
NxpCap.CopyCoInst.NTx86   = 11
NxpCap.CopyDll.NTx86      = 11
NxpCap.CopyFiles.NTx86    = 10,system32\drivers
NxpCap.CopyFiles.NTAMD64  = 10,system32\drivers
NxpCap.CopyDll.NTAMD64    = 11

[NxpCap.CopyCoInst.NTx86]
716xCoInstaller.dll

[NxpCap.CopyFiles.NTx86]
NxpCap32.sys

[NxpCap.CopyFiles.NTAMD64]
NxpCap64.sys

[NxpCap.CopyDll.NTx86]
NXPMV32.dll

[NxpCap.CopyDll.NTAMD64]
NXPMV64.dll
;
;*** initialization and registry entries
;

[NxpCap.ntx86.CoInstallers]
CopyFiles = NxpCap.CopyCoInst.NTx86
AddReg    = NxpCap.CoInstaller_AddReg.NTx86

[NxpCap.CoInstaller_AddReg.NTx86]
HKR,,CoInstallers32,0x00010000,"716xCoInstaller.dll, CoInstallerEntry"

[NxpCap.NTx86]
Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf, machine.inf
Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT, PciASPMOptOut
CopyFiles     = NxpCap.CopyFiles.NTx86, NxpCap.CopyDll.NTx86
AddReg        = NxpCap.AddReg.NTx86
RegisterDlls  = NxpCap.Register.NTx86

[NxpCap.NTAMD64]
Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf, machine.inf
Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT, PciASPMOptOut
CopyFiles     = NxpCap.CopyFiles.NTAMD64, NxpCap.CopyDll.NTAMD64
AddReg        = NxpCap.AddReg.NTAMD64
RegisterDlls  = NxpCap.Register.NTAMD64

[NxpCap.NTx86.Services]
AddService = NxpCap32, 0x00000002, NxpCap.ServiceInstall.NTx86, NxpCap.EventInstall.NTx86

[NxpCap.NTAMD64.Services]
AddService = NxpCap64, 0x00000002, NxpCap.ServiceInstall.NTAMD64, NxpCap.EventInstall.NTAMD64

[NxpCap.ServiceInstall.NTx86]
DisplayName   = %DISPLAY_NAME%
Description   = %SERVICE_DESCRIPTION%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\NxpCap32.sys

[NxpCap.ServiceInstall.NTAMD64]
DisplayName   = %DISPLAY_NAME%
Description   = %SERVICE_DESCRIPTION%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\NxpCap64.sys

[NxpCap.Register.NTx86]
11,,NXPMV32.dll,1 ;FLG_REGSVR_DLLREGISTER

[NxpCap.Register.NTAMD64]
11,,NXPMV64.dll,1 ;FLG_REGSVR_DLLREGISTER

[NxpCap.AddReg.NTx86]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,NxpCap32.sys

HKR, "Parameters","Prefix",,%FILTER_PREFIX_NAME%

;flag for hardware test mode
HKR, "Parameters","TestMode",0x00010001,0

; Audio capture registry entries
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
HKR,,Driver,,NxpCap32.SYS

HKR,Drivers,SubClasses,,"wave,mixer"

HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv

HKR,Drivers\wave\wdmaud.drv,Description,,"SAA716x audio capture device"
HKR,Drivers\mixer\wdmaud.drv,Description,,"SAA716x audio capture device"

; add audio input and output pinnames
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_PIN%,"Name",,"~Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_PIN%,"Name",,"~Capture"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_PS_PIN%,"Name",, "MPEG2 Program"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_RDS_PIN%,"Name",,"RDS"

[NxpCap.AddReg.NTAMD64]
HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,NxpCap64.sys

HKR, "Parameters","Prefix",,%FILTER_PREFIX_NAME%

;flag for hardware test mode
HKR, "Parameters","TestMode",0x00010001,0

; Audio capture registry entries
HKR,,Driver,,NxpCap64.SYS
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"

HKR,Drivers,SubClasses,,"wave,mixer"

HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv

HKR,Drivers\wave\wdmaud.drv,Description,,"SAA716x Audio Capture Device"
HKR,Drivers\mixer\wdmaud.drv,Description,,"SAA716x Audio Capture Device"

; add audio input and output pinnames
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_PIN%,"Name",,"Capture"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_PIN%,"Name",,"~Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_PIN%,"Name",,"~Capture"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_PS_PIN%,"Name",, "MPEG2 Program"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_RDS_PIN%,"Name",,"RDS"

[NxpCap.EventInstall.NTx86]
AddReg = NxpCapEvent_AddReg.NTx86

[NxpCap.EventInstall.NTAMD64]
AddReg = NxpCapEvent_AddReg.NTAMD64

[NxpCapEvent_AddReg.NTx86]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\NxpCap32.sys"
HKR,,TypesSupported,0x00010001,7

[NxpCapEvent_AddReg.NTAMD64]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\NxpCap64.sys"
HKR,,TypesSupported,0x00010001,7

;
;*** strings, GUIDs and names
;

[Strings]
; Our Pin Name GUIDs

AVSTREAM_ANLG_AUDIO_IN_PIN   = "{7BB284B9-714D-493d-A101-B1B028E782BD}"
AVSTREAM_ANLG_AUDIO_OUT_PIN  = "{5582E657-E596-42b5-9DB3-541B27A2355F}"
AVSTREAM_ANLG_VIDEO_ITU_PIN  = "{82631A2E-403C-4581-A4B0-EC173D004410}"
AVSTREAM_ANLG_AUDIO_I2S_PIN  = "{C2E46358-F032-4d88-B802-06B59D162730}"
AVSTREAM_ANLG_VIDEO_PIN      = "{16FFBD0A-F770-4692-A2FF-DD394DFE9564}"
AVSTREAM_ANLG_AUDIO_PIN      = "{BA9E27B1-CF44-490e-8EAB-5F662E5FFE74}"
AVSTREAM_MPEG_PS_PIN         = "{DDA87B83-65DB-4aec-82D0-79FBE67D2BB6}"
AVSTREAM_ANLG_RDS_PIN        = "{900337FB-8ED4-4d4e-B056-318DA76C72FF}"

; system defines

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 

FLG_REGSVR_DLLREGISTER = 0x00000001

;Our strings

FILTER_PREFIX_NAME       = "7160 KNC"
PROVIDER                 = "KNC One GmbH"
60KNCDUALS.DeviceDesc    = "TV-Station DVB-S Twin"
60KNCDUALS2.DeviceDesc   = "TV-Station DVB-S2 Twin"
60KNCDUALC.DeviceDesc    = "TV-Station DVB-C Twin"
60Hybrid.DeviceDesc      = "TV-Station NO-EEPROM"
AVSTRM_INSTALLATION_DISK = "TV-Station Installation Disk"
DISPLAY_NAME             = "KNC One GmbH Customer Service"
SERVICE_DESCRIPTION      = "TV-Station PCIe Capture Driver"
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: 1.87