;****************************************************************************
;
; Efficient Networks USB Ethernet network driver
; 98, SE, ME, 2k, XP
;
; Copyright (c) 2002, Efficient Networks Ltd
;****************************************************************************
[Version]
Signature = "$Chicago$"
Compatible = 1 ; Support Win98 and Win2000 for Net class installs
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Efficient%
;CatalogFile = enethusb.cat
DriverVer=01/31/2003, 2.1.0.60
[Manufacturer]
%Efficient% = Efficient
[Efficient]
; DisplayName Section DeviceID
; ----------- ------- --------
%ENIPCGatewayDeviceDesc% = ENIGateway.ndi, USB\VID_067c&PID_E240
%ENIPCGatewayDeviceDesc% = ENIGateway.ndi, USB\VID_067c&PID_E540
%ENIPCGatewayDeviceDesc% = ENIGateway.ndi, USB\VID_067c&PID_E270
%ENIPCGatewayDeviceDesc% = ENIGateway.ndi, USB\VID_067c&PID_E670
[ControlFlags]
ExcludeFromSelect = *
;*****************************************************************************
; ENI USB ETHERNET driver (Windows 98)
;*****************************************************************************
[ENIGateway.ndi]
AddReg = ENIGateway.ndi.AddReg, ENIEthCommon.ndi.AddReg
CopyFiles = ENIEth.ndi.NTx86.CopyFiles
[ENIGateway.ndi.AddReg]
HKR, Ndi, DeviceID, 0, "USB\VID_067c&PID_E240"
[ENIEthCommon.ndi.AddReg]
HKR, , DeviceVxDs, 0, "enethusb.sys"
HKR, , NTMPDriver, 0, "enethusb.sys"
HKR, , DevLoader, 0, "*NDIS"
HKR, NDIS, LogDriverName, 0, "ENETHUSB"
HKR, NDIS, MajorNdisVersion, 1, 04
HKR, NDIS, MinorNdisVersion, 1, 00
HKR, Ndi\Interfaces, DefUpper, 0, "ndis5, ndis3"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5, ndis3"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;*****************************************************************************
; ENI USB ETHERNET driver (Windows 2000)
;*****************************************************************************
[ENIGateway.ndi.NTx86]
Characteristics = 0x1
AddReg = ENIEth.ndi.NTx86.AddReg
CopyFiles = ENIEth.ndi.NTx86.CopyFiles
DriverVer=01/31/2003, 2.1.0.60
[ENIGateway.ndi.NTx86.Services]
AddService = ENETHUSB, 2, ENIEth.NTx86.Service
[ENIEth.ndi.NTx86.AddReg]
HKR, Ndi, Service, 0, "ENETHUSB"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[ENIEth.ndi.NTx86.CopyFiles]
enethusb.sys
[ENIEth.NTx86.Service]
DisplayName = %ENIEth.ServiceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\enethusb.sys
LoadOrderGroup = NDIS
;*****************************************************************************
; Files and Directories
;*****************************************************************************
[DestinationDirs]
DefaultDestDir = 10, system32\drivers
ENIEth.ndi.NTx86.CopyFiles = 10, system32\drivers
[SourceDisksNames]
1=%Disk1%,enethusb.sys,,
[SourceDisksFiles]
enethusb.sys=1
;*****************************************************************************
; Localised strings
;*****************************************************************************
[Strings]
Efficient = "Efficient Networks"
Disk1="Efficient Networks driver disk"
ENIPCGatewayDeviceDesc = "Speedstream Ethernet USB Adapter"
ENIEth.ServiceDesc = "Speedstream Ethernet USB Adapter"
;*****************************************************************************
; End
;*****************************************************************************
Download 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.