A16C.inf Driver File Contents (A16C_WHQL_DRV_X86_V3.6.0.07.ZIP)

;*****************************************************************************
;
; Copyright 2000 - 2006, Philips Semiconductors GmbH
;
;   All rights are reserved. Reproduction in whole or in part is prohibited
;   without the written consent of the copyright owner.
; 
;   Philips reserves the right to make changes without notice at any time.
;   Philips makes no warranty, expressed, implied or statutory, including but
;   not limited to any implied warranty of merchantability or fitness for any
;   particular purpose, or that the use will not infringe any third party
;   patent, copyright or trademark. Philips must not be liable for any loss
;   or damage arising from its use.
;
;  SAA713x Based - BDA TV Capture Driver
;  Supports: 32 bit
;
;*****************************************************************************

[Version]
signature     = "$CHICAGO$" ;All Windows OS
Class         = MEDIA
ClassGUID     = {4d36e96c-e325-11ce-bfc1-08002be10318}
Provider      = %AVer%
CatalogFile   = AVerBDA3x.cat

;---------------------mm/dd/yyyy,version--------------------
DriverVer           =11/17/2006,3.6.0.07
;                   -> Release
;-----------------------------------------------------------


[Manufacturer]
%AVer%  = AVerMedia, NTx86

;---> 32 BIT SUPPORT <---
[AVerMedia.NTx86]
;******** Generic ID's, used for testing purposes only !!! ***
%AVerMedia.DeviceDesc% = AVerBDA.NTx86,PCI\VEN_1131&DEV_7133&SUBSYS_2D011461	;A16C


[SourceDisksNames]
1 = %INSTALLATION_DISK%,,


[SourceDisksFiles]
AVerBDA3x.sys           = 1
34CoInstaller.dll      	= 1
MVDetection.ax  				= 1


[DestinationDirs]
SectionX32.CopyDll.NTx86      = 11
SectionX32.CopyDriver.NTx86   = 10,system32\drivers
AVerA16B.CopyFilters.NTx86		= 11


[SectionX32.CopyDll.NTx86]
34CoInstaller.dll


[SectionX32.CopyDriver.NTx86]
AVerBDA3x.sys

[AVerA16B.CopyFilters.NTx86]
MVDetection.ax



;======================================
;
;       Initialization Entries
;
;======================================

;******** SAA7130 x32 ***
[AVerBDA.NTx86.CoInstallers]
CopyFiles     = SectionX32.CopyDll.NTx86
AddReg        = SectionX32.DllAddReg.NTx86

[AVerBDA.NTx86]
Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
Needs         = KS.Registration.NT, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
CopyFiles     = SectionX32.CopyDriver.NTx86, SectionX32.CopyDll.NTx86, AVerA16B.CopyFilters.NTx86
AddReg        = SectionX32.AddReg.NTx86, AVerBDA.AddReg
RegisterDlls  = DSFilters.RegFiles

[AVerBDA.NTx86.Services]
AddService    = %SERVICE_NAME_X32%, 0x00000002, SectionX32.ServiceInstall.NTx86



;******** GENERAL x32 ***
[SectionX32.ServiceInstall.NTx86]
DisplayName   = %DISPLAY_NAME%
Description   = %SERVICE_DESCRIPTION%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\AVerBDA3x.sys


[DSFilters.RegFiles]
11,,MVDetection.ax, 1


;======================================
;
;           Registry Entries
;
;======================================
; [StartName=driver-object-name]
; [AddReg=add-registry-section[, add-registry-section] ...]
; [DelReg=del-registry-section[, del-registry-section] ...]
; [BitReg=bit-registry-section[,bit-registry-section] ...]
; [LoadOrderGroup=load-order-group-name]
; [Dependencies=depend-on-item-name[,depend-on-item-name]...]

;
;******** General DLL Registry Entries ***
;

[SectionX32.DllAddReg.NTx86]
HKR,,CoInstallers32,0x00010000,"34CoInstaller.dll, CoInstallerEntry"


;
;******** General Driver Registry Entries ***
;

[SectionX32.AddReg.NTx86]

HKR,,DevLoader,,*NTKERN
HKR,,NTMPDriver,,AVerBDA3x.sys

; --- Registry Entries For Audio Capture ---

HKR,,Driver,,AVerBDA3x.sys
HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"

HKR,Drivers,SubClasses,,"wave,mixer"
HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
HKR,Drivers\wave\wdmaud.drv,Description,,%AVerMedia.AudioDeviceDesc%
HKR,Drivers\mixer\wdmaud.drv,Description,,%AVerMedia.AudioDeviceDesc%

; add audio input and output pinnames
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_AES_PIN%,"Name",,"MPEG Audio ES"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_VES_PIN%,"Name",,"MPEG Video ES"
HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_PS_PIN%,"Name",, "MPEG2 Program"

; CPNotify
HKLM,SYSTEM\CurrentControlSet\Control\MediaInterfaces\{d2185a40-0398-11d3-a53e-00a0c9ef506a},,,"AVerMedia Macrovision Detection Property"
HKLM,SYSTEM\CurrentControlSet\Control\MediaInterfaces\{d2185a40-0398-11d3-a53e-00a0c9ef506a},IID,1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

;
;******** Board - Specific Registry Entries ***
;

;---- SAA7130 ----
[AVerBDA.AddReg]

; Prefix will be displayed in front of the device name on every filter
HKR, "Parameters","Prefix",,%PHILIPS_CUSTOM_TUNERNAME%

; Reduces second pair of video/audio inputs
HKR, "Parameters","CrossBarType",0x00010001,0x01		;JohnWang 20060518 "SmallXBar"

;--------------------------------------------------
;    Self-defined Registry Entries 
;-------------------------JohnWang-20060522-added--

; JohnWang_0006 20060928
HKR, "Parameters", "ExhaustiveScanDisabled",0x00010001,0x00

; Support NTSC
HKR, "Parameters", "SupportNTSC",0x00010001,0x01

; Dennis 20051108
;HKR, "Parameters", "DVBTABByte",0x00010001,0x20
; Dennis 20050831
HKR, "SECAMLPFrequency", "0", 0x00010001, 55750000
HKR, "SECAMLPFrequency", "1", 0x00010001, 60500000
HKR, "SECAMLPFrequency", "2", 0x00010001, 63750000
HKR, "SECAMLPFrequency", "3", 0x00010001, 0

;======================================
;
;           Strings Defines
;
;======================================

[Strings]
;-------------------------------
; Capture Filter Pin Name GUIDs
;-------------------------------
AVSTREAM_ANLG_AUDIO_IN_PIN   = "{7BB284B9-714D-493d-A101-B1B028E782BD}"
AVSTREAM_ANLG_AUDIO_OUT_PIN  = "{5582E657-E596-42b5-9DB3-541B27A2355F}"
AVSTREAM_ANLG_VIDEO_ITU_PIN  = "{82631A2E-403C-4581-A4B0-EC173D004410}"
AVSTREAM_ANLG_AUDIO_I2S_PIN  = "{C2E46358-F032-4d88-B802-06B59D162730}"
AVSTREAM_MPEG_AES_PIN        = "{9DEC84B9-BCEF-4aac-997E-43EDD0A2D6C7}"
AVSTREAM_MPEG_VES_PIN        = "{181CF87E-7741-47ba-8629-22347E03C64C}"
AVSTREAM_MPEG_PS_PIN         = "{DDA87B83-65DB-4aec-82D0-79FBE67D2BB6}"


;--------------------
; System Defines
;--------------------
SERVICE_BOOT_START       = 0x0
SERVICE_SYSTEM_START     = 0x1
SERVICE_AUTO_START       = 0x2
SERVICE_DEMAND_START     = 0x3
SERVICE_DISABLED         = 0x4

SERVICE_KERNEL_DRIVER    = 0x1
SERVICE_ERROR_IGNORE     = 0x0
SERVICE_ERROR_NORMAL     = 0x1
SERVICE_ERROR_SEVERE     = 0x2
SERVICE_ERROR_CRITICAL   = 0x3
FLG_REGSVR_DLLREGISTER   = 0x00000001


;------------------------------------------------------------
; Customer Strings
;
; !!! MUST be changed if the driver has been customized, !!!
; !!! to not interfere with the original one.            !!!
;
;------------------------------------------------------------

;--- Driver names for 32 bit OS ---
DRIVER_NAME_X32               = "AVerBDA3x.sys"

;--- Catalog file (signature) names for 32 bit OS ---
SIGNATURE_NAME_X32            = "AVerBDA3x.cat"

;--- Coinstaller DLL name for 32 bit OS ---
COINSTALLER_NAME_X32          = "34CoInstaller.dll"

;--- Service names linked to the driver binary ---
SERVICE_NAME_X32              = "AVerBDA"
SERVICE_DESCRIPTION           = "The AVerMedia capture driver"

;--- Name displayed in the device manager ---
DISPLAY_NAME                  = "AVerBDA service"

;--- General names ---
AVer                      = "AVerMedia Technologies, Inc."						   
INSTALLATION_DISK             = "AVerMedia installation disk"


;----------------------------------------------------------
; Board Description
;
; -> Displayed within e.g. Graphedit
;
;----------------------------------------------------------

;*** Specific Names ***
;-----------------
AVerMedia.AudioDeviceDesc       = "AVerMedia audio capture device"

PHILIPS_CUSTOM_TUNERNAME      = "AVerMedia"
AVerMedia.DeviceDesc         = "AVerMedia Hybrid TV Tuner Card, A16C (DVB-T/PAL/SECAM/FM)"

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: web2, load: 0.58