cxtscap.inf Driver File Contents (TV_2k_xp_Driver.zip)

;**************************************************************************************************
;
; DSTREAM.INF  -- Cn878A MPEG-2 TS WDM data driver installation script
;
; This file installs the MPEG-2 TS WDM driver for the following reference boards:
;
; "Meatloaf"    - Oren/Sony based ATSC receiver board
; "Foghorn"     - NxtWave/Philips 1236 ATSC receiver board designed by Conexant
; "ChickenHawk" - Cn1221/Cn1821 based DVB-S receiver board
;
; This version supports the registry-configured version of the Bt878A WDM driver.
;
; (C) Copyright 2001 Conexant Systems
;
; Windows 98/2000/XP Version
;
;**************************************************************************************************

[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider="VastVision"
DriverVer=10/12/2001,5.0.0.24
CatalogFile.ntx86=cxtscap.cat

[SourceDisksNames]
1="VastVision Fusion 878A Drivers",,,""

[SourceDisksFiles]
cxtscap.sys=1

[Manufacturer]
"VastVision"=VastVision

;------------------------------------------------------------------------------
; Vendor ID List
; ID Number     Manufacturer
; 0x109E        Conexant
;------------------------------------------------------------------------------
; Device ID List
; ID Number     Device
; 0x878         Bt878 (Streaming MPEG-2 TS Section)
;------------------------------------------------------------------------------
; SubSystem Vendor ID List
; ID Number     Manufacturer
; 0x1589        VastVision
;------------------------------------------------------------------------------
; SubSystem ID List
; ID Number  Board                     Assy Drwg No.   Notes
; 0x4800     HDTV No Remocon
; 0x4801     HDTV Remocon
; 0x4802     HDTV No Remocon and Analog TV
; 0x4803     HDTV Remocon and Analog TV
; 0x5300     Sat TV no Remocon
; 0x5301     Sat TV Remocon
;------------------------------------------------------------------------------

[VastVision]
%VastHDTV.DeviceDesc%=     VastHDTV,        PCI\VEN_109E&DEV_0878&SUBSYS_48001589
%VastHDTV.DeviceDesc%=     VastHDTV,        PCI\VEN_109E&DEV_0878&SUBSYS_48011589
%VastHDTV.DeviceDesc%=     VastHDTV,        PCI\VEN_109E&DEV_0878&SUBSYS_48021589
%VastHDTV.DeviceDesc%=     VastHDTV,        PCI\VEN_109E&DEV_0878&SUBSYS_48031589
%VastSatTV.DeviceDesc%=    VastSatTV,       PCI\VEN_109E&DEV_0878&SUBSYS_53001589
%VastSatTV.DeviceDesc%=    VastSatTV,       PCI\VEN_109E&DEV_0878&SUBSYS_53011589

[VastHDTV]
Include=    ks.inf
Needs=      KS.Registration
AddReg=     BT878.AddReg,VastHDTV.AddReg
CopyFiles=  BT878.CopyDrivers
KnownFiles= BT878.KnownFiles

[VastSatTV]
Include=    ks.inf
Needs=      KS.Registration
AddReg=     BT878.AddReg,VastSatTV.AddReg
CopyFiles=  BT878.CopyDrivers
KnownFiles= BT878.KnownFiles

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

[BT878.CopyDrivers]
cxtscap.sys

[BT878.KnownFiles]
cxtscap.sys=safe

[BT878.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,cxtscap.sys
HKR,,OkToHibernate,3,01
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

; Set this value to 1 to disable driver based packetization
HKR,"DriverData","BypassPacketizer",0x00010001,0x00,0x00,0x00,0x00

; DirectShow Filter output pin names
HKLM,System\CurrentControlSet\Control\MediaCategories\%TPPinID%,Display,1, 00,00,00,00
HKLM,System\CurrentControlSet\Control\MediaCategories\%TPPinID%,Name,,%TPpinName%

HKLM,System\CurrentControlSet\Control\MediaCategories\%DiagPinID%,Display,1, 00,00,00,00
HKLM,System\CurrentControlSet\Control\MediaCategories\%DiagPinID%,Name,,%DiagPinName%

;
; Driver Configuration Registry Entries
;
; Key: DriverData\I2S8BitMode
; 8BitMode: 0 - 16-bit transfers, 1 - 8-bit transfer (normal use)
;
; Key: DriverData\I2SClockEdge
; Clock edge to latch data: 0 - Rising edge, 1 - Falling edge
;
; Key: DriverData\I2SMSBLSB
; MSBLSB: 0 - MSB first, 1 - LSB first
;
; Key: DriverData\I2SPacketMode
; PacketMode: 0 - Low speed I2S, 1 - High speed (40+ MB) I2S
;
; Key: DriverData\I2SUseI2SPort
; UseI2SPort: 0 - Use GPIO port, 1 - Use I2S port
;

[VastHDTV.AddReg]
HKR,"DriverData","I2S8BitMode",0x00010001,   0x01,0x00,0x00,0x00
HKR,"DriverData","I2SClockEdge",0x00010001,  0x01,0x00,0x00,0x00
HKR,"DriverData","I2SMSBLSB",0x00010001,     0x00,0x00,0x00,0x00
HKR,"DriverData","I2SPacketMode",0x00010001, 0x00,0x00,0x00,0x00
HKR,"DriverData","I2SUseI2SPort",0x00010001, 0x00,0x00,0x00,0x00

[VastSatTV.AddReg]
HKR,"DriverData","I2S8BitMode",0x00010001,   0x01,0x00,0x00,0x00
HKR,"DriverData","I2SClockEdge",0x00010001,  0x01,0x00,0x00,0x00
HKR,"DriverData","I2SMSBLSB",0x00010001,     0x00,0x00,0x00,0x00
HKR,"DriverData","I2SPacketMode",0x00010001, 0x00,0x00,0x00,0x00
HKR,"DriverData","I2SUseI2SPort",0x00010001, 0x00,0x00,0x00,0x00

;
; Interfaces installation
;

;
; Vast HD TV
;

[VastHDTV.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VastHDTV_Interface,

[VastHDTV_Interface]
AddReg=VastHDTV_Interface.AddReg

[VastHDTV_Interface.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%FriendlyName%

;
; Vast Sat TV
;

[VastSatTV.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VastSatTV_Interface,

[VastSatTV_Interface]
AddReg=VastSatTV_Interface.AddReg

[VastSatTV_Interface.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%FriendlyName%

;
; Services installation
;

;
; Vast HD TV
;

[VastHDTV.Services]
AddService = BT878,2,VastHDTV.ServiceInstall

[VastHDTV.ServiceInstall]
DisplayName   = %VastHDTV.DeviceDesc%
ServiceType   = 1
StartType     = 2
ErrorControl  = 1
ServiceBinary = %10%\system32\drivers\cxtscap.sys

;
; Vast Sat TV
;

[VastSatTV.Services]
AddService = BT878,2,VastSatTV.ServiceInstall

[VastSatTV.ServiceInstall]
DisplayName   = %DBS_A.DeviceDesc%
ServiceType   = 1
StartType     = 2
ErrorControl  = 1
ServiceBinary = %10%\system32\drivers\cxtscap.sys

;---------------------------------------------------------------
;                S t r i n g s
;---------------------------------------------------------------

[Strings]

BT878.DeviceDesc =    "VastVision, WDM MPEG-2 TS Capture"
VastHDTV.DeviceDesc=     "VastVision, WDM MPEG-2 TS Capture (HDTV)"
VastSatTV.DeviceDesc=     "VastVision, WDM MPEG-2 TS Capture (SatTV)"
FriendlyName=         "VastVision, Transport Stream Capture"
TPPinID =             "{1649D2C1-435E-11d3-A94B-00A0C9D8B34E}"
TPPinName =           "MPEG-2 TS"
DiagPinID =           "{1649D2C4-435E-11d3-A94B-00A0C9D8B34E}"
DiagPinName =         "CN878A Diagnostics"

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: ftp, load: 2.19