cxavsts.inf Driver File Contents (PTV-352_Drivers.exe)

;------------------------------------------------------------------------
;
;   Copyright and Disclaimer:
;
;       ---------------------------------------------------------------
;       This software is provided "as is" without warranty of any kind,
;       either expressed or implied, including but not limited to the
;       implied warranties of merchantability and/or fitness for a
;       particular purpose.
;
;       Copyright (c) 1999-2000 Conexant Systems, Inc.
;       All Rights Reserved.
;       ---------------------------------------------------------------
;
;   File Revision Id:
;
;       $Header$
;
;   Abstract:
;
;       This is the CX23880 AVStream transport stream capture inf file.
;
;------------------------------------------------------------------------

[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider="Conexant"
DriverVer=12/26/2005,4.1.025.0
CatalogFile.ntx86=cxavsts.cat

[Manufacturer]
"Conexant"=Conexant

[SourceDisksNames]
1="Conexant Cx23880 Drivers",,,""

[SourceDisksFiles]
cxavsts.sys=1

[Conexant]
%XC3028DVBT.DeviceDesc%=XC3028DVBT,PCI\VEN_14F1&DEV_8802&SUBSYS_302814F1
%MT352DVBT.DeviceDesc%=MT352DVBT,PCI\VEN_14F1&DEV_8802&SUBSYS_035214F1
%MT352PCI.DeviceDesc%=MT352DVBT,PCI\VEN_14F1&DEV_8802&SUBSYS_885214F1

[XC3028DVBT]
Include=    ks.inf, kscaptur.inf, bda.inf
Needs=      KS.Registration
AddReg=     CX880.AddReg,XC3028DVBT.AddReg
CopyFiles=  CX880.CopyDrivers

[MT352DVBT]
Include=    ks.inf, kscaptur.inf, bda.inf
Needs=      KS.Registration
AddReg=     CX880.AddReg,MT352DVBT.AddReg
CopyFiles=  CX880.CopyDrivers

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

[CX880.CopyDrivers]
cxavsts.sys

[CX880.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,cxavsts.sys
HKR,,OkToHibernate,3,01
; Disable driver page out
HKR,,PageOutWhenUnopened,3,0
;HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKLM,System\CurrentControlSet\Control\MediaCategories\%TSPinID%,Display,1, 00,00,00,00
HKLM,System\CurrentControlSet\Control\MediaCategories\%TSPinID%,Name,,%TSPinName%

;
; Driver Configuration Registry Entries
;
[XC3028DVBT.AddReg]
HKR,"DriverData","dwTS_GEN_CNTRL",0x00010001,     0x04,0x00,0x00,0x00
HKR,"DriverData","dwIsTSStream",0x00010001,       0x00,0x00,0x00,0x00
HKR,"DriverData","dwTP_PACKET_SIZE",0x00010001,   0xBC,0x00,0x00,0x00

HKR,"DriverData","TunerModel",0x00010001, 0x07,0x00,0x00,0x00
HKR,"DriverData","UseFreqOffsetDVBT",0x00010001, 0x00, 0x00, 0x00, 0x00

[MT352DVBT.AddReg]
HKR,"DriverData","dwTS_GEN_CNTRL",0x00010001,     0x04,0x00,0x00,0x00
HKR,"DriverData","dwIsTSStream",0x00010001,       0x00,0x00,0x00,0x00
HKR,"DriverData","dwTP_PACKET_SIZE",0x00010001,   0xBC,0x00,0x00,0x00

HKR,"DriverData","TunerModel",0x00010001, 0x08,0x00,0x00,0x00
HKR,"DriverData","UseFreqOffsetDVBT",0x00010001, 0x00, 0x00, 0x00, 0x00

;
; Interfaces installation
;


[XC3028DVBT.Interfaces]
AddInterface={FD0A5AF4-B41D-11d2-9C95-00C04F7971E0},%KsNameFilter%,TS_Interface,
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, CXBDATUNE.XC3028DVBT.Filter

[MT352DVBT.Interfaces]
AddInterface={FD0A5AF4-B41D-11d2-9C95-00C04F7971E0},%KsNameFilter%,TS_Interface,
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, CXBDATUNE.XC3028DVBT.Filter


[CXBDATUNE.XC3028DVBT.Filter]
AddReg = CXBDATUNE.XC3028DVBT.Filter.AddReg

[CXBDATUNE.XC3028DVBT.Filter.AddReg]
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%CXBDATUNE.FilterDescXC3028DVBT%


[TS_Interface]
AddReg=TS_Interface.AddReg

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

;
; Services installation
;


[XC3028DVBT.Services]
AddService = CXAVSTS,2,TS.ServiceInstall

[MT352DVBT.Services]
AddService = CXAVSTS,2,TS.ServiceInstall

[TS.ServiceInstall]
DisplayName   = %CX23880.DeviceDesc%
ServiceType   = 1
StartType     = 3
ErrorControl  = 1
ServiceBinary = %10%\system32\drivers\cxavsts.sys


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

[Strings]
KsNameFilter        =   "{5ea9c066-1dfe-41c5-a2de-bf766e83c98e}"
KSCATEGORY_BDATUNER = "{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
KSSTRING_BdaSWTunerFilter="{91B0CC87-9905-4d65-A0D1-5861C6F22CBF}"
Proxy.CLSID         =   "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"


CX23880.DeviceDesc  = 	"Conexant 2388x AVStream TS Capture"
;;;XC3028DVBT.DeviceDesc= "Conexant 2388x AVStream TS Capture (XC3028)"

XC3028DVBT.DeviceDesc= "X8000T DVB-T Capture(CX22702)"
MT352DVBT.DeviceDesc = "CardBus 88x DVB-T Capture"
MT352PCI.DeviceDesc = "PCI 88x DVB-T Capture"

CXBDATUNE.FilterDescXC3028DVBT   ="Conexant BDA DVB-T Tuner/Demod (XC3028)"
TSFriendlyName      = 	"Conexant 2388x AVStream TS Capture"


TSPinID             =   "{5237C937-0A21-4f7e-B338-DE0D0793D03F}"
TSPinName           =   "TS Out"
CX23880.null        = 	"Conexant 2388x (unused device function)"
CX23881.null        = 	"Conexant 2388x (unused device function)"
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.46