IBMVWA.INF Driver File Contents (IBMVWA95.EXE)

;===============================================================;
; IBMVWA.INF (Windows 95 Only):                                 ;
; IBM VoiceType Dictation Adapter Wave Audio Driver             ;
; Copyright 1996-1997 IBM Corporation                           ;
;                                                               ;
; Last Update: 04/08/97                                         ;
;                                                               ;
; Description:                                                  ;
;    This file contains the setup information for the VoiceType ;
; Wave Audio Driver software.  The driver has built-in support  ;
; for "Wave-Out", "Wave-In", "Auxilary", and "Mixer" devices.   ;
; It supports all basic sampling rates 11KHz, 22KHz, and 44KHz. ;
; It supports 8-bit and 16-bit sample sizes.                    ;
; It supports Mono or Stereo channels.                          ;
; It supports input from Microphone or Line-Input jacks.        ;
;                                                               ;
; To Install:                                                   ;
;    (1) Open Control Panel window in Windows 95.               ;
;    (2) Open "Add New Hardware" applet.                        ;
;    (3) Select "No" for automatic hardware detection.          ;
;    (4) Select "Sound, video and game controllers" from list.  ;
;    (5) Select "Have Disk" and press "OK".                     ;
;    (6) Select type of VoiceType Adapter you have.             ;
;    (7) Select "Finish" and resolve any resouce conflicts that ;
;        might be in the system (I/O Address or IRQ).           ;
;    (8) Done.                                                  ;
;                                                               ;
;===============================================================;


;---------------------------------------------------------------;
;                      GENERAL SECTIONS                         ;
;---------------------------------------------------------------;
[Version]
Signature="$CHICAGO$"
Class=MEDIA
provider=%IBMCORP%

[ControlFlags]

[SourceDisksNames]
1=%DisketteName%,,0

[SourceDisksFiles]
ibmvwa.vxd=1
ibmvwa.drv=1
ibmvwa.pmd=1

[ClassInstall]
AddReg=Class.AddReg

[Class.AddReg]
HKR,,,,%MediaClassName%
HKR,,Icon,,"-1"
HKR,,Installer,,mmci.dll

[Manufacturer]
%MfgName%=IBM


;---------------------------------------------------------------;
;               GENERIC DEVICE DESCRIPTION SECTIONS             ;
;---------------------------------------------------------------;

[IBM]
%*IBMVDA0.DeviceDesc%=IBMVWA0, *IBMVWA0     ; ISA Adapter
%*IBMVDA1.DeviceDesc%=IBMVWA1, *IBMVWA1     ; MCA Adapter
; PCMCIA Adapter Rev 2
%*IBMVDA2.DeviceDesc%=IBMVWA2, *IBMVWA2,PCMCIA\IBM-VOICETYPE_DICTATION-F4FC    
; PCMCIA Adapter Rev 1
%*IBMVDA3.DeviceDesc%=IBMVWA2, *IBMVWA2,PCMCIA\IBM-VOICETYPE_DICTATION-BBF0



;---------------------------------------------------------------;
;
; The .Det sections are added to the devnode at detection time
; only.  The PreCopySection is simply setting the NoSetupUI
; flag so that the critical pieces (such as logical
; configurations) are in place at the time the device is started
; during first boot.
;
;---------------------------------------------------------------;

;[*IBMVWA.Det]
;AddReg=PreCopySection

;---------------------------------------------------------------;
;                     FILE COPY LIST SECTION                    ;
;---------------------------------------------------------------;

[IBMVWA.CopyList]
ibmvwa.vxd,,
ibmvwa.drv,,
ibmvwa.pmd,,


;---------------------------------------------------------------;
;                 GENERIC REGISTRY SECTIONS                     ;
;---------------------------------------------------------------;

[IBMVWA.AddReg]
HKR,,Driver,,ibmvwa.vxd
HKR,Drivers\wave\ibmvwa.drv,Driver,,ibmvwa.drv
HKR,Drivers\aux\ibmvwa.drv,Driver,,ibmvwa.drv
HKR,Drivers\mixer\ibmvwa.drv,Driver,,ibmvwa.drv
HKR,,EnumPropPages,,"ibmvwa.drv,EnumPropPages"
HKR,Drivers,SubClasses,,"wave,aux,mixer"


[WAVE.AddReg]
HKR,,DevLoader,,mmdevldr.vxd
HKR,Drivers,MIGRATED,,0
HKR,Drivers\wave,,,
HKR,Drivers\mixer,,,
HKR,Drivers\aux,,,


;---------------------------------------------------------------;
;                HARDWARE-DEPENDENT SECTIONS                    ;
;---------------------------------------------------------------;

;---------------------------------------------------------------;
;                VoiceType ISA Adapter Driver                   ;
;---------------------------------------------------------------;

; This is the ISA adapter information
[IBMVWA0]
LogConfig=IBMVWA0.LogConfig
CopyFiles=IBMVWA.CopyList
AddReg=WAVE.AddReg, IBMVWA.AddReg, IBMVWA0.AddReg
UpdateInis=IBMVWA.UpdateInis

[IBMVWA0.LogConfig]
ConfigPriority=HARDRECONFIG
IOConfig=180-1A0, 200-220, 280-2A0, 300-320, 800-820, 2800-2820, 4800-4820, 8800-8820
IRQConfig=10, 11, 15

[IBMVWA0.AddReg]
HKR,Drivers\wave\ibmvwa.drv,Description,,%*IBMVDA0.DeviceDesc%
HKR,Drivers\aux\ibmvwa.drv,Description,,%*IBMVDA0.DeviceDesc%
HKR,Drivers\mixer\ibmvwa.drv,Description,,%*IBMVDA0.DeviceDesc%

;---------------------------------------------------------------;
;               VoiceType MCA Adapter Driver                    ;
;---------------------------------------------------------------;

; This is the MCA adapter information
[IBMVWA1]
LogConfig=IBMVWA1.LogConfig
CopyFiles=IBMVWA.CopyList
AddReg=WAVE.AddReg, IBMVWA.AddReg, IBMVWA1.AddReg
UpdateInis=IBMVWA.UpdateInis

[IBMVWA1.LogConfig]
ConfigPriority=HARDRECONFIG
IOConfig=180-1A0, 200-220, 280-2A0, 300-320, 800-820, 2800-2820, 4800-4820, 8800-8820
; IRQ 12 cannot be shared because the Microsoft mouse driver won't handle it.
IRQConfig=S: 10, 12, 15

[IBMVWA1.AddReg]
HKR,Drivers\wave\ibmvwa.drv,Description,,%*IBMVDA1.DeviceDesc%
HKR,Drivers\aux\ibmvwa.drv,Description,,%*IBMVDA1.DeviceDesc%
HKR,Drivers\mixer\ibmvwa.drv,Description,,%*IBMVDA1.DeviceDesc%


;---------------------------------------------------------------;
;               VoiceType PCMCIA Adapter Driver                 ;
;---------------------------------------------------------------;

; This is the PC Card (PCMCIA Adapter) information
[IBMVWA2]
CopyFiles=IBMVWA.CopyList
AddReg=WAVE.AddReg, IBMVWA.AddReg, IBMVWA2.AddReg
UpdateInis=IBMVWA.UpdateInis

[IBMVWA2.AddReg]
HKR,Drivers\wave\ibmvwa.drv,Description,,%*IBMVDA2.DeviceDesc%
HKR,Drivers\aux\ibmvwa.drv,Description,,%*IBMVDA2.DeviceDesc%
HKR,Drivers\mixer\ibmvwa.drv,Description,,%*IBMVDA2.DeviceDesc%
; Follows is the tuple data overrides for the PC Card to cover
; older, first revision, versions.
HKR,Override,0000,1,00,04,00,00,00,20,00,00,24,00,00,00,02,00,00,00,01,00,0c,00,00,00,00,00,00,00,00,00,c0,ff,21,00,00,02,20,02,00,00,00,00,c5,00,00,00,14,00,00,00,04,00,00,00,00,00,00,00,ff,ff,00,00,f0,00,00,00,19,00,00,00,7c,89,00,00,01,00,02,00,32,32,32,02,00,01,00,00,00,00,00,01,0b,00,00,00,00
HKR,Override,0001,1,00,04,00,00,00,20,00,00,24,00,00,00,02,00,00,00,01,00,0c,00,00,00,00,00,00,00,00,00,c0,ff,21,00,40,02,60,02,00,00,00,00,c5,00,00,00,14,00,00,00,04,00,00,00,00,00,00,00,ff,ff,00,00,f0,00,00,00,19,00,00,00,7c,89,00,00,01,00,02,00,32,32,32,02,00,01,00,00,00,00,00,02,0b,00,00,00,00
HKR,Override,0002,1,00,04,00,00,00,20,00,00,24,00,00,00,02,00,00,00,01,00,0c,00,00,00,00,00,00,00,00,00,c0,ff,21,00,80,02,a0,02,00,00,00,00,c5,00,00,00,14,00,00,00,04,00,00,00,00,00,00,00,ff,ff,00,00,f0,00,00,00,19,00,00,00,7c,89,00,00,01,00,02,00,32,32,32,02,00,01,00,00,00,00,00,03,0b,00,00,00,00
HKR,Override,0003,1,00,04,00,00,00,20,00,00,24,00,00,00,02,00,00,00,01,00,0c,00,00,00,00,00,00,00,00,00,c0,ff,21,00,00,03,20,03,00,00,00,00,c5,00,00,00,14,00,00,00,04,00,00,00,00,00,00,00,ff,ff,00,00,f0,00,00,00,19,00,00,00,7c,89,00,00,01,00,02,00,32,32,32,02,00,01,00,00,00,00,00,04,0b,00,00,00,00
HKR,Override,0004,1,00,04,00,00,00,20,00,00,24,00,00,00,02,00,00,00,01,00,0c,00,00,00,00,00,00,00,00,00,c0,ff,21,00,60,03,80,03,00,00,00,00,c5,00,00,00,14,00,00,00,04,00,00,00,00,00,00,00,ff,ff,00,00,f0,00,00,00,19,00,00,00,7c,89,00,00,01,00,02,00,32,32,32,02,00,01,00,00,00,00,00,05,0b,00,00,00,00
HKR,Override,0005,1,00,04,00,00,00,20,00,00,24,00,00,00,02,00,00,00,01,00,0c,00,00,00,00,00,00,00,00,00,c0,ff,21,00,00,08,20,08,00,00,00,00,c5,00,00,00,14,00,00,00,04,00,00,00,00,00,00,00,ff,ff,00,00,f0,00,00,00,19,00,00,00,7c,89,00,00,01,00,02,00,32,32,32,02,00,01,00,00,00,00,00,06,0b,00,00,00,00


;---------------------------------------------------------------;
;           DESTINATION DIRECTORY FOR DRIVER FILES              ;
;---------------------------------------------------------------;

[DestinationDirs]
DefaultDestDir = 11     ; LDID_SYS


;---------------------------------------------------------------;
;                    DRIVER STRING SECTIONS                     ;
;---------------------------------------------------------------;

[Strings]
;
; Non-localized strings
;

KEY_WARNVER="SYSTEM\CurrentControlSet\Control\SessionManager\WarnVerDLLs"
KEY_CHKVER="SYSTEM\CurrentControlSet\Control\SessionManager\CheckVerDLLs"
KEY_MEDIARES="SYSTEM\CurrentControlSet\Control\MediaResources"
KEY_FIL="SYSTEM\CurrentControlSet\Control\MediaResources\FilterList"
KEY_IOC="SYSTEM\CurrentControlSet\Control\MediaResources\InstallOptionalComponents"


;
; Localized strings (for translation).
;

IBMCORP="IBM Corporation"
MfgName="IBM"
DisketteName="IBM VoiceType Dictation Adapters Wave Audio Support"
*IBMVDA0.DeviceDesc="IBM VoiceType Dictation ISA Adapter"
*IBMVDA1.DeviceDesc="IBM VoiceType Dictation Micro Channel Adapter"
*IBMVDA2.DeviceDesc="IBM VoiceType Dictation PCMCIA Adapter Rev 2"
*IBMVDA3.DeviceDesc="IBM VoiceType Dictation PCMCIA Adapter Rev 1"
MediaClassName="Sound, video and game controllers"
V_CLSWAVEFORM="Audio"
V_CLSMIXER="Mixer"

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: 0.69