HCWBT8XA.INF Driver File Contents (whql331_20262.exe)

;
; Copyright (c)2001 - Hauppauge Computer works
; HCWBT8XX.INF  -- This file contains installation information for 
;               the Hauppauge WinTV family of video capture cards
;               
;*** Modified 10/24/2001
; This file allows the WHQL-ed drivers to be installed on non-WHQL-ed boards.
; Some boards may still not work, due to special HW considerations (WinTV-D, WinTV-PVR PCI)
; But at least they will be "seen".
;
; Of course, in all cases, the drivers will complain about be "unsigned".
;
    
[Version]
DriverVer=09/03/2002,3.31.20061WDM 
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%HCWProvider%
;CatalogFile=hcwbt8xx.cat
    
[ControlFlags]
ExcludeFromSelect=*
    
[Manufacturer]
%MsftMfg%=Hauppauge
    
[DestinationDirs]
DefaultDestDir=11
HCWBT8XX.CopyDrivers=10,system32\drivers
stream.CopyDrivers=10,system32\drivers
    
;---------------------------------------------------------------
;           HAUPPAUGE COMPUTER WORKS
;
;            BT 848/9,  BT 878/9
;---------------------------------------------------------------


[Hauppauge]
; add 848 cards, and other Non-signed cards here
%HCWBT8XX.VideoDeviceDesc1%=HCWBT8XX.Device,PCI\VEN_109E&DEV_0350

%HCWBT8XX.VideoDeviceDesc1%=HCWBT8XX.Device,PCI\VEN_109E&DEV_036E
%HCWBT8XX.AudioDeviceDesc%=AudioSection,PCI\VEN_109E&DEV_0878

%HCWBT8XX.VideoDeviceDesc1%=HCWBT8XX.Device,PCI\VEN_109E&DEV_036F
%HCWBT8XX.AudioDeviceDesc%=AudioSection,PCI\VEN_109E&DEV_0879


[AudioSection]
CopyFiles=  HCWBT8XX.CopyDrivers

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

[HCWBT8XX.Device]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration
AddReg=     HCWBT8XX.AddReg,Default.addreg
DelReg=     Default.DelReg
CopyFiles=  HCWBT8XX.CopyDrivers, stream.CopyDrivers

[HCWBT8XX.Device.NT]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      KS.Registration,KSCAPTUR.Registration.NT
AddReg=     HCWBT8XX.AddReg,Default.addreg
DelReg=     Default.DelReg
CopyFiles=  HCWBT8XX.CopyDrivers

[HCWBT8XX.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,HCWBT8XX.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKR,"DriverData","XTal0",0x00010001, 0x1c, 0x00, 0x00, 0x00
;HKR,"DriverData","XTal1",0x00010001, 0x23, 0x00, 0x00, 0x00


[HCWBT8XX.CopyDrivers]
;HCWBT8XX.sys

[stream.CopyDrivers]
stream.sys

;[HCWBT8XX.KnownFiles]
;HCWBT8XX.sys=safe

[HCWBT8XX.Device.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,

[HCWBT8XX.Device.NT.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,

[VideoCapture]
AddReg=VideoCapture.AddReg

[VideoTvTuner]
AddReg=VideoTvTuner.AddReg

[VideoCrossbar]
AddReg=VideoXBar.AddReg

[VideoTvAudio]
AddReg=VideoTvAudio.AddReg

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

[VideoTvTuner.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%HCWBT8XX.TvTuner%

[VideoXBar.AddReg]
HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%HCWBT8XX.Crossbar%

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

[HCWBT8XX.Device.Services]
AddService = HCWBT8XX,0x00000002,HCWBT8XX.ServiceInstall

[HCWBT8XX.Device.NT.Services]
AddService = HCWBT8XX,0x00000002,HCWBT8XX.ServiceInstall

[HCWBT8XX.ServiceInstall]
DisplayName   = %HCWBT8XX.VideoDeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
;;ServiceBinary = %10%\system32\drivers\HCWBT8XX.sys
ServiceBinary = %12%\HCWBT8XX.sys

    
[SourceDisksNames]
1 = %DriverFlop%,,
 
[SourceDisksFiles]
HCWBT8XX.sys=1



[Default.DelReg]
HKLM,Software\Hauppauge\hcwTVWnd\VCapFilter
HKLM,Software\Hauppauge\hcwTVWnd\VXbarFilter
HKLM,Software\Hauppauge\hcwTVWnd\TunerFilter
HKLM,Software\Hauppauge\hcwTVWnd\TVAudioFilter
HKLM,Software\Hauppauge\hcwTVWnd\PinPreview
HKLM,Software\Hauppauge\hcwTVWnd\Use_USB
HKLM,Software\Hauppauge\hcwTVWnd\Use_SmartTee


[Default.AddReg]
; save our driver version for reference
HKLM,Software\Hauppauge\WDM\Version,,0,"3.17.19297"

; Following keys for 878 support (HCW)
; Force 878 EN_TBFX bit - Intel FX motherboard fix (prevent lockups) on if 1
HKLM,Software\Hauppauge\HCWBT8XX,EN_TBFX,0x00010001, 0x01, 0x00, 0x00, 0x00
; Force 878 EN_VSFX bit - VIA/SIS chipset fix on if 1
HKLM,Software\Hauppauge\HCWBT8XX,EN_VSFX,0x00010001, 0x01, 0x00, 0x00, 0x00




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

[Strings]

;----------------
; Non-Localizable
;----------------

SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1


;----------------
; Localizable
;----------------

MsftMfg=                   "Hauppauge"
HCWProvider=               "Hauppauge"
HCWBT8XX.VideoDeviceDesc=  "Hauppauge WinTV 848/9 WDM Video Driver"
HCWBT8XX.VideoDeviceDesc1= "Hauppauge WinTV 878/9 WDM Video Driver" 
HCWBT8XX.AudioDeviceDesc=  "Hauppauge WinTV 878/9 WDM Aux Driver"
HCWBT8XX.Capture=          "Hauppauge WinTV Capture"
HCWBT8XX.TvTuner=          "Hauppauge WinTV TvTuner"
HCWBT8XX.Crossbar=         "Hauppauge WinTV Crossbar"
HCWBT8XX.TvAudio=          "Hauppauge WinTV TvAudio"
DriverFlop=                "Hauppauge WinTV WDM Driver Floppy"
;DriverDisk=                "Hauppauge WinTV WDM Driver CD"

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: web3, load: 3.53