RAFIC2.INF Driver File Contents (CEI_Raffles.zip)

;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Filename  : Rafic2.inf
; CEI       : Raffles TV/Radio Driver Version 2.30
; Brooktree : Version 1.5.0
; Comments  : Drivers with Intercast Support (for S3)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
[Version]
Signature=$CHICAGO$
Class=MEDIA
Provider=%String0%

[ClassInstall]
AddReg=Bt848.Class.Install

[DestinationDirs]
;;CEI - include cei files
DefaultDestDir=11      
CopyBt848Files=11
CopyCEIFiles=11
CopyCEIIniFiles=10

[Manufacturer]
%String1%=SECTION_0

[SECTION_0]
%String2%=Bt848.Install,PCI\VEN_109E&DEV_0350&SUBSYS_00000000&REV_01,PCI\VEN_109E&DEV_0350&SUBSYS_00000000,PCI\VEN_109E&DEV_0350&REV_01,PCI\VEN_109E&DEV_0350

[Bt848.Install]
;;CEI - add to copy cei files
DelFiles=PiscesDelFiles
CopyFiles=CopyBt848Files,CopyCEIFiles,CopyCEIIniFiles,CopyDDrawFiles
DelReg=PiscesDelDriverEntries
; INTERCAST NOTE: 2nd entry is Intercast specific 
AddReg=Bt848.AddDriverEntries,Bt848.AddIntercastReg
UpdateIniFields=AddCodec

Reboot

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; copy the Bt848 drivers to the windows\system dir
[CopyBt848Files]
;; CEI - made changes to compress files
Bt848.vxd,drv\Bt848.vx_
Bt848.drv,drv\Bt848.dr_
Bt848DDI.dll,drv\Bt848DDI.dl_
Bt848Dlg.dll,drv\Bt848Dlg.dl_
Bt848_16.dll,drv\Bt848_16.dl_
Bt84xCC.dll,drv\Bt84xCC.dl_
Bt848_32.dll,drv\Bt848_32.dl_
btvvc.drv,drv\btvvc.dr_
raffles.dll,drv\raffles.dl_

[CopyCEIFiles]
;; CEI - made changes to compress files
audio.dll,drv\audio.dl_
audio32.dll,drv\audio32.dl_
ceitv.dll,drv\ceitv.dl_
fmradio.dll,drv\fmradio.dl_
frradio.dll,drv\frradio.dl_
omradio.dll,drv\omradio.dl_
tuner.dll,drv\tuner.dl_
jpstereo.dll,drv\jpstereo.dl_
reschg32.dll,drv\reschg32.dl_
eustereo.dll,drv\eustereo.dl_

[CopyCEIIniFiles]
;; CEI - made changes to compress files
raffles.ini,drv\raffles.in_

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; install MS Direct Draw files
[CopyDDrawFiles]
;; CEI - made changes to compress files
ddraw.dll,drv\ddraw.dl_
ddraw16.dll,drv\ddraw16.dl_
ddhelp.exe,drv\ddhelp.ex_

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; add registry entries for Bt848
[Bt848.AddDriverEntries]
HKR,,DevLoader,0,mmdevldr.vxd
HKR,Drivers,MIGRATED,0,
HKR,Drivers\msvideo,,0,
HKR,Drivers\msvideo\Bt848,Driver,0,Bt848.drv
HKR,,Driver,0,Bt848.vxd

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; MORE INTERCAST STUFF HERE
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; this key is used by Intercast to know what to talk to for TV
[Bt848.AddIntercastReg]
HKLM,SOFTWARE\Intel\Intercast\TVControl,TVControlDLL,0,raffles.dll
; select proper msvideo driver for Intercast Capture
; CEI - set string3 to BrookTree Bt848 Capture Driver 
HKLM,SOFTWARE\Intel\Intercast\Drivers,CaptureDescription,0,"MSVIDEO: "%String3%
; select proper msvideo driver for Intercast Capture
HKLM,SOFTWARE\Intel\Intercast\Drivers,OverSampling,0,5
; tell Intercast how to do snapshots
HKLM,SOFTWARE\Intel\Intercast\Drivers,biCompression,0,BI_RGB
HKLM,SOFTWARE\Intel\Intercast\Drivers,biBitCount,0,24

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Windows Regisry Keys
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; subkey to force using primary surface
; 0 to try to create overlay surface first (default)
; 1 to force using primary surface
HKCR,"Bt848\Force Primary",,0,0

; subkey for Virge chip
; 0 for a Non-Virge chip (default)
; 1 for Virge chip
HKCR,Bt848\Virge,,0,1

; subkey for the number of crystals intalled on your board (1 or 2)
 HKCR,Bt848\NumXTAL,,0,1

; subkey for the video standard associated with crystal 
; attached to XT0 (NTSC,PAL,NONE)
HKCR,Bt848\XT0,,0,NTSC

; subkey for the video standard associated with crystal
; attached to XT1 (NTSC,PAL,NONE)
 HKCR,Bt848\XT1,,0,NONE

; subkey to enable/disable error dialogs
; 1 to display error dialogs (default),
; 0 do not display error dialogs
HKCR,Bt848\ErrorDialog,,0,1

; subkey for availability of Video Display Dialog
; 1 for Video Display Dialog is available (default),
; 0 for Video Display Dialog is unavailable
HKCR,Bt848\VideoDisplayDialog,,0,1

; subkey to force using Preview
; 0 to create and use overlay surface (default),
; 1 to use Preview without creating overlay surface
HKCR,Bt848\PreviewOnly,,0,0

; subkey to use alternate way to control contrast
; 0 original way (default),
; 1 to compensate brightness when contrast changes
; First Implementation with Raffles Driver Version 2.21
HKCR,Bt848\AltContrast,,0,0

; subkeys to set VBI HDelay and VBI Packet Size registers
; The VBI Hdelay register is a 6 bit register with a range of 0x0 to 0x3f
; The VBI Packet Size register is a 9 bit register with a range of 0x0 to 0x1ff
; Defaults:
;   HDelay 0x7
;   Packet Size 0x184
; First Implementation with Raffles Driver Version 2.21
HKCR,Bt848\VBI_HDelay,,0,0x7
HKCR,Bt848\VBI_PacketSize,,0,0x184

[Bt848.Class.Install]
HKR,,Icon,0,-1
HKR,,,0,%MediaClassName%
HKR,,Installer,0,mmci.dll

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[AddCodec]
system.ini,drivers,VIDC.Y41P,,btvvc.drv

[ControlFlags]

[SourceDisksNames]
1=Raffles Installation,DISK1,0000-0001

[SourceDisksFiles]
Bt848.vxd=1
btvvc.drv=1
Bt848DDI.dll=1
Bt848Dlg.dll=1
Bt848_16.dll=1
Bt848_32.dll=1
Bt84xCC.dll=1
Bt848.drv=1
ddraw.dll=1
ddraw16.dll=1
ddhelp.exe=1
raffles.dll=1
audio.dll=1
audio32.dll=1
ceitv.dll=1
fmradio.dll=1
frradio.dll=1
omradio.dll=1
tuner.dll=1
jpstereo.dll=1
eustereo.dll=1
reschg32.dll=1
raffles.ini=1

[Strings]
String0="G&I"
;;String1="Brooktree Corporation"
;;String2="Bt848 Video Capture Device"
String1="CEI"
String2="Raffles TV/Radio Drivers with Intercast (Solution for S3 Virge and ATI RageII+)"
String3="Brooktree Bt848 Capture Driver"

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[PiscesDelFiles]
; LOOK HERE !
; this section DELETES old drivers files that used Bt internal names
; THIS SHOULD NOT APPEAR IN YOUR PRODUCTION CODE
pisces.vxd
pisces.drv
ddiface.dll
ps_dlgs.dll

[PiscesDelDriverEntries]
; LOOK HERE !
; this section DELETES old registry entries that used Bt internal names
; THIS SHOULD NOT APPEAR IN YOUR PRODUCTION CODE
HKLM,"System\CurrentControlSet\control\InstalledFiles","pisces.drv"
HKLM,"System\CurrentControlSet\control\InstalledFiles","pisces.vxd"
HKLM,"System\CurrentControlSet\control\InstalledFiles","ddiface.dll"
HKLM,"System\CurrentControlSet\control\InstalledFiles","PS_DLGS.DLL"
HKR,Drivers\msvideo\pisces
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
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: web1, load: 1.31