;------------------------------------------------------------------------
;
; 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 audio capture driver inf file.
;
;------------------------------------------------------------------------
[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%InfProvider%
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
DriverVer=08/28/2003,2.79.1.65
CatalogFile.ntx86=cx88aud.cat
[Manufacturer]
"Conexant"=Conexant
[SourceDisksNames]
1="Conexant Cx23880 Drivers",,,""
;1=%DiskId%,,,""
[SourceDisksFiles]
cx88aud.sys=1
[Conexant]
%CX23880.DeviceDesc%=AUD, PCI\VEN_14F1&DEV_8801
%CX23880.DeviceDesc%=AUD, PCI\VEN_14F1&DEV_8811
; Conexant TV/FM
;%CX23880.DeviceDesc%=AUD, PCI\VEN_14F1&DEV_8801&SUBSYS_006614F1
;%CX23880.DeviceDesc%=AUD, PCI\VEN_14F1&DEV_8811&SUBSYS_006614F1
; NEC PVR1
;%CX23880.null%=NullSection, PCI\VEN_14F1&DEV_8801&SUBSYS_81961033
;%CX23880.null%=NullSection, PCI\VEN_14F1&DEV_8811&SUBSYS_81961033
; Include swapped SSVIDs
;%CX23880.null%=NullSection, PCI\VEN_14F1&DEV_8801&SUBSYS_10338196
;%CX23880.null%=NullSection, PCI\VEN_14F1&DEV_8811&SUBSYS_10338196
[AUD]
Include= ks.inf
Needs= KS.Registration
AddReg= CX880.AddReg,AUD.AddReg
CopyFiles= CX880.CopyDrivers
;CopyFiles= CX880.CopyDrivers,CX880.CopyInf
[NECPVR1]
Include= ks.inf
Needs= KS.Registration
AddReg= CX880.AddReg,NECPVR1.AddReg
CopyFiles= CX880.CopyDrivers
[NullSection]
[NullSection.Services]
AddService = , 2 ; null service install
[DestinationDirs]
CX880.CopyDrivers=10,system32\drivers
CX880.CopyInf=10,inf
[CX880.CopyDrivers]
cx88aud.sys
;[CX880.CopyInf]
;cx88aud.inf
[CX880.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,cx88aud.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\%AudioPinID%,Display,1, 00,00,00,00
HKLM,System\CurrentControlSet\Control\MediaCategories\%AudioPinID%,Name,,%AudioPinName%
;
; Driver Configuration Registry Entries
;
[AUD.AddReg]
; Default to tuner input
HKR,"DriverData","InputSelect",0x00010001, 0x00,0x00,0x00,0x00
; 48 KHz operation
HKR,"DriverData","SampleRate" ,0x00010001, 0x80,0xBB,0x00,0x00
;
; Interfaces installation
;
;
; Audio
;
[AUD.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",AUD_Interface,
[AUD_Interface]
AddReg=AUD_Interface.AddReg
[AUD_Interface.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%AUDFriendlyName%
;
; Services installation
;
[AUD.Services]
AddService = CX88AUD,2,AUD.ServiceInstall
[AUD.ServiceInstall]
DisplayName = %CX23880.DeviceDesc%
ServiceType = 1
StartType = 2
ErrorControl = 1
ServiceBinary = %10%\system32\drivers\cx88aud.sys
;
; Driver Configuration Registry Entries
;
[NECPVR1.AddReg]
; Default to I2S input
HKR,"DriverData","InputSelect",0x00010001, 0x01,0x00,0x00,0x00
; 48 KHz operation
HKR,"DriverData","SampleRate" ,0x00010001, 0x80,0xBB,0x00,0x00
;
; Interfaces installation
;
;
; Audio
;
[NECPVR1.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",NECPVR1_Interface,
[NECPVR1_Interface]
AddReg=NECPVR1_Interface.AddReg
[NECPVR1_Interface.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
HKR,,FriendlyName,,%AUDFriendlyName%
;
; Services installation
;
[NECPVR1.Services]
AddService = CX88AUD,2,NECPVR1.ServiceInstall
[NECPVR1.ServiceInstall]
DisplayName = %CX23880.DeviceDesc%
ServiceType = 1
StartType = 2
ErrorControl = 1
ServiceBinary = %10%\system32\drivers\cx88aud.sys
;---------------------------------------------------------------
; S t r i n g s
;---------------------------------------------------------------
[Strings]
InfProvider= "Conexant"
CX23880.DeviceDesc= "MSI 8606 Audio Capture"
AUDFriendlyName= "Conexant 2388x Audio Capture"
DiskId= "MSI 8606 TV card driver disk"
;CX23880.DeviceDesc= "MSI 8876 Audio Capture"
;AUDFriendlyName= "MSI 8876 Audio Capture"
;DiskId= "MSI 8876 TV card driver disk"
AudioPinID = "{27C304E1-80F6-11d5-AFD4-0001032B6C31}"
AudioPinName = "MSI 8606 Audio"
CX23880.null = "Conexant (unused device function)"
CX23881.null = "Conexant (unused device function)"
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.