;---------------------------------------------------------------------------- ; Equinox SST Multiport Serial Adapter ; ; Copyright (c) 2005, 1997-2005 Equinox Systems Inc. ; ; AsyncEqn.Inf ; ;---------------------------------------------------------------------------- [Version] signature="$Windows NT$" Class=MultiPortSerial ClassGuid={50906CB8-BA12-11D1-BF5D-0000F805F530} Provider=%EqnxSys% DriverVer=12/12/2005,5.41.0.0 Catalogfile=asynceqn.cat [ControlFlags] ExcludeFromSelect = PCI\VEN_113f&DEV_8888, PCI\VEN_113f&DEV_9090, PCI\VEN_113f&DEV_80C8, \ PCI\VEN_113f&DEV_80C0, PCI\VEN_113f&DEV_80C4, PCI\VEN_113F&DEV_0808, \ PCI\VEN_113F&DEV_1010, PCI\VEN_113f&DEV_888C, PCI\VEN_113f&DEV_88EC, \ PCI\VEN_113f&DEV_9094, PCI\VEN_113f&DEV_90F4, PCI\VEN_113f&DEV_80D0\ PCI\VEN_113f&DEV_9898, PCI\VEN_113f&DEV_989C, \ ISAPNP\EQX2400, ISAPNP\EQX0900, ISAPNP\EQX1B00,ISAPNP\EQX08f8,ISAPNP\EQX1800, \ ISAPNP\EQX1700, ISAPNP\EQX0700, ISAPNP\EQX0F00, ISAPNP\EQX0800, \ ISAPNP\EQX1000, ISAPNP\EQX3F00, ISAPNP\EQX1200 ;---------------------------------------------------------------------------- ; Available installations ;---------------------------------------------------------------------------- [Manufacturer] %EqnxSys%=Equinox [Equinox] %SST_4_PCI% = Install_EQN, PCI\VEN_113f&DEV_8888 %SST_4_PCI_UNIV% = Install_EQN, PCI\VEN_113f&DEV_88FC %SST_4_PCI_RJ% = Install_EQN, PCI\VEN_113f&DEV_888C %SST_4_PCI_PWR% = Install_EQN, PCI\VEN_113f&DEV_88EC %SST_8_PCI% = Install_EQN, PCI\VEN_113f&DEV_9090 %SST_8_PCI_RJ% = Install_EQN, PCI\VEN_113f&DEV_9094 %SST_8_PCI_PWR% = Install_EQN, PCI\VEN_113f&DEV_90F4 %SST_16_PCI% = Install_EQN, PCI\VEN_113f&DEV_80C8 %SST_16_PCI_DB% = Install_EQN, PCI\VEN_113f&DEV_80C0 %SST_16_PCI_DB9% = Install_EQN, PCI\VEN_113f&DEV_80D0 %SST_16_PCI_RJ% = Install_EQN, PCI\VEN_113f&DEV_80C4 %SST_64_PCI% = Install_EQN, PCI\VEN_113F&DEV_0808 %SST_128_PCI% = Install_EQN, PCI\VEN_113F&DEV_1010 %SST_MM4_PCI% = Install_EQN, PCI\VEN_113F&DEV_989C %SST_MM8_PCI% = Install_EQN, PCI\VEN_113F&DEV_9898 %SST_2_ISA_PNP% = Install_EQN, ISAPNP\EQX2400 %SST_4_ISA_PNP% = Install_EQN, ISAPNP\EQX0900 %SST_4_ISA_PNP_RJ% = Install_EQN, ISAPNP\EQX3F00 %SST_4_ISA_PNP_PWR% = Install_EQN, ISAPNP\EQX08f8 %SST_8_ISA_PNP% = Install_EQN, ISAPNP\EQX1B00 %SST_8_ISA_PNP_RJ% = Install_EQN, ISAPNP\EQX1200 %SST_8_ISA_PNP_PWR% = Install_EQN, ISAPNP\EQX1800 %SST_16_ISA_PNP% = Install_EQN, ISAPNP\EQX1700 %SST_16_ISA_PNP_DB% = Install_EQN, ISAPNP\EQX0700 %SST_16_ISA_PNP_RJ% = Install_EQN, ISAPNP\EQX0F00 %SST_64_ISA_PNP% = Install_EQN, ISAPNP\EQX0800 %SST_128_ISA_PNP% = Install_EQN, ISAPNP\EQX1000 ;---------------------------------------------------------------------------- ; EQN Driver Install Section ;---------------------------------------------------------------------------- [Install_EQN] AddReg = EQN_AddRegistry LogConfig = EQN_LogConfig CopyFiles = System32_Files, Drivers_Files, Mib_Agent_Files [Install_EQN.Services] AddService = eqn, 0x00000002, EQN_Service_Install, EQN_EventLog_Install AddService = eqmstart,, EQMSTART_Service_Install ;---------------------------------------------------------------------------- ; CoInstaller ;---------------------------------------------------------------------------- [Install_EQN.CoInstallers] AddReg = CoInstaller_AddRegistry CopyFiles = CoInstaller_Files ;---------------------------------------------------------------------------- ; LOG Configs ;---------------------------------------------------------------------------- [EQN_LogConfig] ConfigPriority = HARDRECONFIG IOConfig = 10@200-3e0%3e0(3ff::) MemConfig = 4000@a0000-ec000%ffffc000 [Install_EQN.FactDef] ConfigPriority = HARDRECONFIG IOConfig = 240-24F MemConfig = D0000-D3FFF ;---------------------------------------------------------------------------- ; EQN Service installation ;---------------------------------------------------------------------------- [EQN_Service_Install] DisplayName = %EqnServiceDesc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\eqn.sys LoadOrderGroup = Extended base ;---------------------------------------------------------------------------- ; EQN Event Log installation ;---------------------------------------------------------------------------- [EQN_EventLog_Install] AddReg=EQN_EventLog_AddReg [EQN_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\eqn.sys" HKR,,TypesSupported,0x00010001,7 ;---------------------------------------------------------------------------- ; EQN Registry installation ;---------------------------------------------------------------------------- [EQN_AddRegistry] ;root, subkey, valuename, flags, value HKR, Parameters, HardwareDriver, , "eqn" HKR,,EnumPropPages32,,"eqnco30.dll,EnumPropPages" ;------------------------ ; EQMSTART Service installation ;---------------------------------------------------------------------------- [EQMSTART_Service_Install] DisplayName = %EqmStartServiceDesc% ServiceType = %SERVICE_WIN32_OWN_PROCESS% StartType = %SERVICE_AUTO_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %11%\EqmStart.Exe ;---------------------------------------------------------------------------- ; Device CoInstaller Registry installation ;---------------------------------------------------------------------------- [CoInstaller_AddRegistry] HKR,,CoInstallers32,0x00010000,"eqnco30.dll,CoInstallDevice" ;---------------------------------------------------------------------------- ; COPYFILES section (Files to be copied) ; ; [System32_Files] - Files to copy to System32 directory ; [Drivers_Files] - Files to copy to drivers directory ; [Inf_Files] - FIles to copy to inf directory ; [CoInstaller_Files] - CoInstaller Files ;---------------------------------------------------------------------------- [System32_Files] evpnt50i.chm, evpnt50i.chm,,4 eqnlogr.exe, eqnlogr.exe,,4 eqnloop.exe, eqnloop.exe,,4 evpnt50p.chm, evpnt50p.chm,,4 eqndiag.exe, eqndiag.exe,,4 eqnco30.dll, eqnco30.dll,,4 eqmbrds.dat, eqmbrds.dat,,4 [Mib_Agent_Files] eqmmall.dll, eqmmall.dll,,4 eqmmalnt.dll, eqmmalnt.dll,,4 eqmagent.dll, eqmagent.dll,,4 eqmstart.exe, eqmstart.exe,,4 eqmloop.exe, eqmloop.exe,,4 eqmscope.exe, eqmscope.exe,,4 eqmatcmd.exe, eqmatcmd.exe,,4 [CoInstaller_Files] eqnco30.dll [Drivers_Files] eqn.sys ;--------------------------------------------------------------------------- ; Destination directories for COPYFILES sections ;---------------------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 12 System32_Files = 11 Drivers_Files = 12 CoInstaller_Files = 12 Mib_Agent_Files = 11 Modem_Inf_Files = 17 [SourceDisksFiles] evpnt50i.chm = 1 eqnlogr.exe = 1 eqnloop.exe = 1 evpnt50p.chm = 1 eqndiag.exe = 1 eqnco30.dll = 1 eqn.sys = 1 eqmmall.dll = 1 eqmmalnt.dll = 1 eqmagent.dll = 1 eqmstart.exe = 1 eqmloop.exe = 1 eqmatcmd.exe = 1 eqmscope.exe = 1 eqmbrds.dat = 1 [SourceDisksNames] 1 = %DISKNAME%,,, ;---------------------------------------------------------------------------- ; String substitutions ;---------------------------------------------------------------------------- [Strings] EqnxSys = "Equinox Systems Inc." EqnServiceDesc = "Equinox SST Multiport Async Driver" EqmStartServiceDesc = "Equinox EV Plus Service" DISKNAME = "Equinox Windows SST Driver Disk" SST_4_PCI = "Equinox SST-4P PCI Adapter" SST_4_PCI_UNIV = "Equinox SST-4P Universal Low Profile PCI Adapter" SST_4_PCI_RJ = "Equinox SST-4P/RJ PCI Adapter" SST_4_PCI_PWR = "Equinox SST-4P/PWR PCI Adapter" SST_8_PCI = "Equinox SST-8P PCI Adapter" SST_8_PCI_RJ = "Equinox SST-8P/RJ PCI Adapter" SST_8_PCI_PWR = "Equinox SST-8P/PWR PCI Adapter" SST_16_PCI = "Equinox SST-16P PCI Adapter" SST_16_PCI_DB = "Equinox SST-16P PCI Adapter" SST_16_PCI_DB9 = "Equinox SST-16P PCI Adapter" SST_16_PCI_RJ = "Equinox SST-16P PCI Adapter" SST_64_PCI = "Equinox SST-64P PCI Adapter" SST_128_PCI = "Equinox SST-128P PCI Adapter" SST_MM4_PCI = "Equinox SST-MM4P PCI Adapter" SST_MM8_PCI = "Equinox SST-MM8P PCI Adapter" SST_2_ISA_PNP = "Equinox SST-2I ISA/PnP Adapter" SST_4_ISA_PNP = "Equinox SST-4I ISA/PnP Adapter" SST_4_ISA_PNP_RJ = "Equinox SST-4I/RJ ISA/PnP Adapter" SST_4_ISA_PNP_PWR = "Equinox SST-4I ISA/PnP PWR Adapter" SST_8_ISA_PNP = "Equinox SST-8I ISA/PnP Adapter" SST_8_ISA_PNP_RJ = "Equinox SST-8I/RJ ISA/PnP Adapter" SST_8_ISA_PNP_PWR = "Equinox SST-8I ISA/PnP PWR Adapter" SST_16_ISA_PNP = "Equinox SST-16I ISA/PnP Adapter" SST_16_ISA_PNP_DB = "Equinox SST-16I ISA/PnP Adapter" SST_16_ISA_PNP_RJ = "Equinox SST-16I ISA/PnP Adapter" SST_64_ISA_PNP = "Equinox SST-64I ISA/PnP Adapter" SST_128_ISA_PNP = "Equinox SST-128I ISA/PnP Adapter" REG_SZ = 0x00000000 REG_DWORD = 0x00010001 REG_EXPAND_SZ = 0x00020000 SERVICE_KERNEL_DRIVER = 0x00000001 SERVICE_FILE_SYSTEM_DRIVER = 0x00000002 SERVICE_ADAPTER = 0x00000004 SERVICE_RECOGNIZER_DRIVER = 0x00000008 SERVICE_WIN32_OWN_PROCESS = 0x00000010 SERVICE_WIN32_SHARE_PROCESS = 0x00000020 SERVICE_INTERACTIVE_PROCESS = 0x00000100 SERVICE_BOOT_START = 0x00000000 SERVICE_SYSTEM_START = 0x00000001 SERVICE_AUTO_START = 0x00000002 SERVICE_DEMAND_START = 0x00000003 SERVICE_DISABLED = 0x00000004 SERVICE_ERROR_IGNORE = 0x00000000 SERVICE_ERROR_NORMAL = 0x00000001 SERVICE_ERROR_SEVERE = 0x00000002 SERVICE_ERROR_CRITICAL = 0x00000003Download Driver Pack
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.