RRIF0001.INF Driver File Contents (FA-101_WinXP_v100.zip)

;
; EDIROL FA-101 SUB Driver Setup Information file
; Copyright (c) 2004 Roland Corporation
;

;******************************************************************************
; Version Section
;------------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=61883
ClassGUID={7ebefbc0-3200-11d2-b4c2-00a0C9697d07}
Provider=%S_Provider%
DriverVer=03/29/2004,1.12.0.0
CatalogFile=rrxx0001.cat

;******************************************************************************
; Manufacturer
;------------------------------------------------------------------------------
[Manufacturer]
%S_Provider%=_Devices

;******************************************************************************
; Device section
;------------------------------------------------------------------------------
[_Devices]
; $$$wizard_scan_begin$$$
%S_DeviceDesc%=_Install, 1394\EDIROL&EDIROL_FA-101
; $$$wizard_scan_end$$$


;******************************************************************************
; Install Sections
;------------------------------------------------------------------------------
[_Install.NTx86]
CopyFiles=_CopyFiles_sys

[_Install.NTx86.Services]
AddService = %S_DriverName%, 0x00000002, _NT_AddService, _NT_EventLog

[_Install.NTx86.HW]
AddReg=_AddReg_ChildDev, _AddReg_DevSpecCfg


[_NT_AddService]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\%S_DriverName%.sys
AddReg=_AddReg_DevInterfaces, _AddReg_ConfigDB

[_NT_EventLog]
AddReg=_NT_EventLog_AddReg

[_NT_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\%S_DriverName%.sys"
HKR,,TypesSupported,  %REG_DWORD%, 7


;******************************************************************************
; child device identifier, identifies the WDM audio driver instance
;------------------------------------------------------------------------------
[_AddReg_ChildDev]
; HKR,  , ChildEnable, %REG_DWORD%, 1
HKR, , ChildDeviceEnumerator,   %REG_SZ%,  "RRAU0001_ENUM"
; HKR, , ChildDeviceId,           %REG_SZ%,  "RRAU0001"
HKR, , ChildDeviceDescription,  %REG_SZ%,  "EDIROL FA-101"

;******************************************************************************
; device interface identifiers
;------------------------------------------------------------------------------
[_AddReg_DevInterfaces]
HKR, , VendorSpecificInterfaceGuid,  %REG_SZ%,  "{DC7A0CBE-1971-41d0-9023-FBC3CA4F6EC7}"
HKR, , RegisterDefaultDeviceInterface,  %REG_DWORD%,  0


;******************************************************************************
; Device specific static settings
;------------------------------------------------------------------------------
[_AddReg_DevSpecCfg]

HKR, "In&SPDIF-PCM&00",  SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 In $I"
HKR, "In&Line2C&00",     SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 In $I"
HKR, "In&Line2C&01",     SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 In $I"
HKR, "In&Line2C&02",     SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 In $I"
HKR, "In&Line2C&03",     SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 In $I"
HKR, "In&Line2C&04",     SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 In $I"
HKR, "In&MIDI&06",       SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 MIDI IN"
HKR, "In&MIDI&10",       SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 MIDI IN"

HKR, "Out&SPDIF-PCM&00", SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 Out $I"
HKR, "Out&Line2C&00",    SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 Out $I"
HKR, "Out&Line2C&01",    SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 Out $I"
HKR, "Out&Line2C&02",    SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 Out $I"
HKR, "Out&Line2C&03",    SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 Out $I"
HKR, "Out&Line2C&04",    SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 Out $I"
HKR, "Out&MIDI&06",      SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 MIDI OUT"
HKR, "Out&MIDI&10",      SoundDeviceName,  %REG_SZ%,  "EDIROL FA-101 MIDI OUT"

;******************************************************************************
; Static settings in ConfigDB
;------------------------------------------------------------------------------
[_AddReg_ConfigDB]

HKR, "ConfigDB\Settings", "IsoStreamBufferDepth[us]",   %REG_DWORD%, 3000
HKR, "ConfigDB\Settings", "AsioBufferDepth[us]",        %REG_DWORD%, 9900
HKR, "ConfigDB\Settings", "KsBufferDepth[us]",          %REG_DWORD%, 6000
HKR, "ConfigDB\Settings", "SynchMode",                  %REG_DWORD%, 1
HKR, "ConfigDB\Settings", "SampleRate[Hz]",             %REG_DWORD%, 44100


;******************************************************************************
; Copy file sections
;------------------------------------------------------------------------------
[_CopyFiles_sys]
rrwd0001.sys


;******************************************************************************
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir  = 11    ; SYSTEM directory
_CopyFiles_sys = 10,System32\Drivers


;******************************************************************************
; Disk Layout
;------------------------------------------------------------------------------
[SourceDisksNames]
1=%S_DiskName%,,

[SourceDisksFiles]
rrwd0001.sys=1


;******************************************************************************
; Text Strings
;------------------------------------------------------------------------------
[Strings]
;
; Non-Localizable Strings
;
REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001


;
; Localizable Strings
;
S_Provider="Roland"
S_DeviceDesc="EDIROL FA-101 Sub"
S_DiskName="EDIROL FA-101 Driver Installation disk"
S_DriverName="rrwd0001"
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.18