BTAdo4.INF Driver File Contents (hicap.zip)

;------------------------------------------------------------------------------
; BTAudio.INF
;------------------------------------------------------------------------------

[Version]
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Msft%

[ControlFlags]
;ExcludeFromSelect=*

[Manufacturer]
%MsftMfg%=Microsoft

[DestinationDirs]
BTAudio_C.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio_C.CopyFilters=11

BTAudio_D.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio_D.CopyFilters=11

BTAudio_E.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio_E.CopyFilters=11

BTAudio_F.CopyDrivers=10,system32\drivers   ; would 12 do this? (docs say not for win9x)
BTAudio_F.CopyFilters=11

;------------------------------------------------------------------------------
; Device ID List
;------------------------------------------------------------------------------
;
; ID Number     Device
; 0x36E         Bt878 (Video Section)
; 0x878         Bt878 (Audio Section)

[Microsoft]
;------------------------------------------------------------------------------
; These are the Rockwell versions of our cards
;------------------------------------------------------------------------------

%BTAudio_C.AudioDeviceDesc%=AudioSection,PCI\VEN_109E&DEV_0878&SUBSYS_146cAA0c
;%BTAudio_C.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878

%BTAudio_D.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_146dAA0d

%BTAudio_E.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_146eAA0e

%BTAudio_F.AudioDeviceDesc%=AudioSection, PCI\VEN_109E&DEV_0878&SUBSYS_146fAA0f

[AudioSection]

[AudioSection.Services]
AddService = , 2  ; null service install

;------------------------------------------------------------------------------
; These are the files we need installed
;------------------------------------------------------------------------------

[BTAudio_C.CopyDrivers]
BTADO_C.sys
stream.sys

[BTAudio_C.CopyFilters]
;mvfilter.ax

[BTAudio_C.KnownFiles]
BTADO_C.sys=safe

[BTAudio_C.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio_C.AddReg
CopyFiles=  BTAudio_C.CopyDrivers,BTAudio_C.CopyFilters
KnownFiles= BTAudio_C.KnownFiles

[BTAudio_C.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_C.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture_C]
AddReg=VideoCapture_C.AddReg

[VideoTvAudio_C]
AddReg=VideoTvAudio_C.AddReg

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

[VideoTvAudio_C.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio_C.TvAudio%

[BTAudio_C.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture_C,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio_C,

[BTAudio_C.NoTuner.Services]
AddService = BTAudio_C,0x00000002,BTAudio_C.ServiceInstall

[BTAudio_C.ServiceInstall]
DisplayName   = %BTAudio_C.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_C.sys

[Strings]
Msft=                   "Conexant"
MsftMfg=                "Conexant"
RunOnce=                "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"

BTAudio_C.AudioDeviceDesc=  "BT878, WDM Audio Capture C"
BTAudio_C.Capture=          "BT878 Audio Capture C"
BTAudio_C.TvAudio=          "BT878 Audio TvAudio C"

BTAudio_D.AudioDeviceDesc=  "BT878, WDM Audio Capture D"
BTAudio_D.Capture=          "BT878 Audio Capture D"
BTAudio_D.TvAudio=          "BT878 Audio TvAudio D"

BTAudio_E.AudioDeviceDesc=  "BT878, WDM Audio Capture E"
BTAudio_E.Capture=          "BT878 Audio Capture E"
BTAudio_E.TvAudio=          "BT878 Audio TvAudio E"

BTAudio_F.AudioDeviceDesc=  "BT878, WDM Audio Capture F"
BTAudio_F.Capture=          "BT878 Audio Capture F"
BTAudio_F.TvAudio=          "BT878 Audio TvAudio F"

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_ERROR_NORMAL=1

;******************************************************************************
;BT878_1 ==>

[BTAudio_D.CopyDrivers]
BTADO_D.sys
stream.sys

[BTAudio_D.CopyFilters]
;mvfilter.ax

[BTAudio_D.KnownFiles]
BTADO_D.sys=safe


[BTAudio_D.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio_D.AddReg
CopyFiles=  BTAudio_D.CopyDrivers,BTAudio_D.CopyFilters
KnownFiles= BTAudio_D.KnownFiles

[BTAudio_D.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_D.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture_D]
AddReg=VideoCapture_D.AddReg

[VideoTvAudio_D]
AddReg=VideoTvAudio_D.AddReg

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

[VideoTvAudio_D.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio_D.TvAudio%

[BTAudio_D.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture_D,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio_D,

[BTAudio_D.NoTuner.Services]
AddService = BTAudio_D,0x00000002,BTAudio_D.ServiceInstall

[BTAudio_D.ServiceInstall]
DisplayName   = %BTAudio_D.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_D.sys


;****************************************************************************
;BT878_2 ==>

[BTAudio_E.CopyDrivers]
BTADO_E.sys
stream.sys

[BTAudio_E.CopyFilters]
;mvfilter.ax

[BTAudio_E.KnownFiles]
BTADO_E.sys=safe

[BTAudio_E.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio_E.AddReg
CopyFiles=  BTAudio_E.CopyDrivers,BTAudio_E.CopyFilters
KnownFiles= BTAudio_E.KnownFiles

[BTAudio_E.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_E.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture_E]
AddReg=VideoCapture_E.AddReg

[VideoTvAudio_E]
AddReg=VideoTvAudio_E.AddReg

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

[VideoTvAudio_E.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio_E.TvAudio%

[BTAudio_E.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture_E,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio_E,

[BTAudio_E.NoTuner.Services]
AddService = BTAudio_E,0x00000002,BTAudio_E.ServiceInstall

[BTAudio_E.ServiceInstall]
DisplayName   = %BTAudio_E.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_E.sys


;***************************************************************************
;BT878_3 ==>

[BTAudio_F.CopyDrivers]
BTADO_F.sys
stream.sys

[BTAudio_F.CopyFilters]
;mvfilter.ax

[BTAudio_F.KnownFiles]
BTADO_F.sys=safe

[BTAudio_F.NoTuner]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     BTAudio_F.AddReg
CopyFiles=  BTAudio_F.CopyDrivers,BTAudio_F.CopyFilters
KnownFiles= BTAudio_F.KnownFiles

[BTAudio_F.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,BTADO_F.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01

[VideoCapture_F]
AddReg=VideoCapture_E.AddReg

[VideoTvAudio_F]
AddReg=VideoTvAudio_E.AddReg

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

[VideoTvAudio_F.AddReg]
HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%BTAudio_F.TvAudio%

[BTAudio_F.NoTuner.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture_F,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio_F,

[BTAudio_F.NoTuner.Services]
AddService = BTAudio_F,0x00000002,BTAudio_F.ServiceInstall

[BTAudio_F.ServiceInstall]
DisplayName   = %BTAudio_F.AudioDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_AUTO_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\BTADO_F.sys


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: web5, load: 0.81