;****************************************************************************
;* Module : MSI8876XBar.INF
;* Description : WDM installation file for Windows 98SE/ME/2K/XP
;* Drivers : Conexant CX23880 xBar Module
;* Version : WDM Beta 1.60 A
;* Copyright : 1990-2002, MICRO-STAR INT'L Co., Ltd.
;* Modifier : Polin.Cheng
;* Date : 7.2.2002
;****************************************************************************
[Version]
Signature="$CHICAGO$"
CatalogFile=CX88XBAR.CAT
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
[ControlFlags]
ExcludeFromSelect = STREAM\CX88XBar
[DestinationDirs]
;DefaultDestDir=10,system32\drivers
CX88XBar.CopyDrivers=10,system32\drivers
[SourceDisksNames]
1=%DiskId%,,,""
[SourceDisksFiles]
;CX88XBar.SYS=1
[Manufacturer]
%Manufacture%=DeviceList
[DeviceList]
%CX88XBarDevice%=CX88XBar,STREAM\CX88XBar
[CX88XBar]
Include = KS.inf,Kscaptur.inf
Needs = KS.Registration,Kscaptur.Registration.NT
AddReg = CX88XBar.AddReg
;CopyFiles = CX88XBar.CopyDrivers
;[CX88XBAR.CopyDrivers]
;cx88xbar.sys
[CX88XBar.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,CX88XBar.SYS
HKR,,OkToHibernate,3,01
HKR,,PageOutWhenUnopened,3,01
HKR,"DriverData","LastVideoSource", 0x10001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData","LastAudioSource", 0x10001, 0xFF, 0xFF, 0xFF, 0xFF
HKR,"DriverData","AudioType", 0x10001, 0x03, 0x00, 0x00, 0x00
;Video SVideo
HKR,"DriverData\InPin0","PinType", 0x10001, 0x03, 0x00, 0x00, 0x00
HKR,"DriverData\InPin0","RelatedPinIndex", 0x10001, 0x04, 0x00, 0x00, 0x00
HKR,"DriverData\InPin0","Medium",,%GUID_NULL%
;Video Tuner
HKR,"DriverData\InPin1","PinType", 0x10001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData\InPin1","RelatedPinIndex", 0x10001, 0x03, 0x00, 0x00, 0x00
HKR,"DriverData\InPin1","Medium",,%GUID_0%
;Video Composite
HKR,"DriverData\InPin2","PinType", 0x10001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData\InPin2","RelatedPinIndex", 0x10001, 0x04, 0x00, 0x00, 0x00
HKR,"DriverData\InPin2","Medium",,%GUID_NULL%
;Audio Tuner
HKR,"DriverData\InPin3","PinType", 0x10001, 0x00, 0x10, 0x00, 0x00
HKR,"DriverData\InPin3","RelatedPinIndex", 0x10001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData\InPin3","Medium",,%GUID_3%
;Audio Line-In
HKR,"DriverData\InPin4","PinType", 0x10001, 0x01, 0x10, 0x00, 0x00
HKR,"DriverData\InPin4","RelatedPinIndex", 0x10001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData\InPin4","Medium",,%GUID_5%
;Video Decoder
HKR,"DriverData\OutPin0","PinType", 0x10001, 0x0C, 0x00, 0x00, 0x00
HKR,"DriverData\OutPin0","RelatedPinIndex", 0x10001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData\OutPin0","Medium",,%GUID_4%
;Audio Decoder
HKR,"DriverData\OutPin1","PinType", 0x10001, 0x09, 0x10, 0x00, 0x00
HKR,"DriverData\OutPin1","RelatedPinIndex", 0x10001, 0x00, 0x00, 0x00, 0x00
HKR,"DriverData\OutPin1","Medium",,%GUID_NULL%
[CX88XBar.Services]
AddService = CX88XBAR, 0x02, CX88XBar.ServiceInstall
[CX88XBar.ServiceInstall]
DisplayName = %CX88XBarDevice%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_AUTO_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\CX88XBar.SYS
[CX88XBar.Interfaces]
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",Crossbar,
[Crossbar]
AddReg=Crossbar.AddReg
[Crossbar.AddReg]
HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%CX88XBarName%
[Strings]
InfProvider= "MICRO-STAR INT'L Co., Ltd."
Manufacture= "MICRO-STAR INT'L Co., Ltd."
DiskId= "MSI 8606 TV card driver disk"
CX88XBarName= "MSI 8606 Crossbar"
CX88XBarDevice= "MSI 8606 Crossbar"
;DiskId= "MSI 8876 TV card driver disk"
;CX88XBarName= "MSI 8876 Crossbar"
;CX88XBarDevice= "MSI 8876 Crossbar"
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1
SERVICE_KERNEL_DRIVER=1
GUID_0="{A19DC0E0-3B39-11D1-905F-0000C0CC16BA}"
GUID_3="{A19DC0E3-3B39-11D1-905F-0000C0CC16BA}"
GUID_4="{A19DC0E4-3B39-11D1-905F-0000C0CC16BA}"
GUID_5="{A19DC0E5-3B39-11D1-905F-0000C0CC16BA}"
GUID_NULL="{00000000-0000-0000-0000-000000000000}"
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.