;====================================================================
; usb4060.inf
;
; Efficient Networks SpeedStream 4060 ATM/ADSL Adapters
;
; Copyright (c) 1999-2000, Efficient Networks, Inc.
;====================================================================
[Version]
Signature = "$CHICAGO$"
Compatible = 1
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %Efnt%
DriverVer = 11/13/2000,1.0.0.33
;CatalogFile = en4060.cat
LayoutFile = layout.inf
[Manufacturer]
%Efnt% = Efficient
[Efficient]
%en4060.DeviceDesc% = en4060.usb.ndi, USB\VID_067C&PID_C060
[ControlFlags]
ExcludeFromSelect = *
;====================================================================
; Win2K Install Sections
;====================================================================
;USB 4060 Adapter WinNT
;---------------------------------------
[en4060.usb.ndi.nt]
BusType = 5
AddReg = en4060.reg.nt, en4060.reg.common, AppLaunch.reg
Characteristics = 0x81 ; NCF_VIRTUAL | NCF_HAS_UI
CopyFiles = en4060.CopyFiles.nt
[en4060.usb.ndi.nt.services]
AddService = en4060, 2, en4060.Service, en4060.AddEventLog
;WinNT Specific Registry
;---------------------------------------
[en4060.reg.nt]
HKR, Ndi, Service, 0, "en4060"
HKR, Ndi\Interfaces, UpperRange, 0, "ndisatm"
HKR, Ndi\Interfaces, LowerRange, 0, "atm"
;====================================================================
; Win98 amd WinME Install Sections
;====================================================================
;USB 4060 Adapter Win9x & ME
;---------------------------------------
[en4060.usb.ndi]
AddReg = en4060.usb.devID.reg, en4060.reg.common, en4060.reg.win, en4060.reg.CMFix, AppLaunch.reg
[en4060.usb.devID.reg]
HKR, Ndi, DeviceID, 0, "USB\VID_067C&PID_C060"
;Win98 & ME Specific Registry
;---------------------------------------
[en4060.reg.win]
HKR, , DevLoader, , *ndis
HKR, , DeviceVxDs, , en4060.sys
;HKR,,EnumPropPages,0, "netdi.dll,EnumPropPages"
;HKR,,BoardName,0,"en4060.DeviceDesc"
;HKR,,DeviceType,0,"ATM"
HKR, Ndi\Interfaces, DefUpper, , "ndisatm"
HKR, Ndi\Interfaces, UpperRange, , "ndisatm"
HKR, Ndi\Interfaces, DefLower, , "atm"
HKR, Ndi\Interfaces, LowerRange, , "atm"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR, NDIS, LogDriverName, , "EN4060"
HKR, Ndi\Install, ndis3, , "en4060.install.win"
HKR, Ndi\Compatibility, RequireAll, , "ATMUNI"
[AppLaunch.reg]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, "EFNTGo",,"%01%\efntar.exe %01%\"
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce, "EFNTGo",,"%01%\efntar.exe %01%\"
;====================================================================
;en4060 Common Registry Items
;====================================================================
[en4060.reg.common]
HKR,,MacAddrBit23,0,"0"
HKR, Ndi\params\RxSegMult, ParamDesc, 0, %RxSegMult%
HKR, Ndi\params\RxSegMult, default, 0, "1600"
HKR, Ndi\params\RxSegMult, type, 0, "enum"
HKR, Ndi\params\RxSegMult\enum, "100", 0, " 1"
HKR, Ndi\params\RxSegMult\enum, "200", 0, " 2"
HKR, Ndi\params\RxSegMult\enum, "400", 0, " 4"
HKR, Ndi\params\RxSegMult\enum, "800", 0, " 8"
HKR, Ndi\params\RxSegMult\enum, "1600", 0, "16"
HKR, Ndi\params\RxSegMult\enum, "3200", 0, "32"
HKR, Ndi\params\TxSegMult, ParamDesc, 0, %TxSegMult%
HKR, Ndi\params\TxSegMult, default, 0, "250"
HKR, Ndi\params\TxSegMult, type, 0, "enum"
HKR, Ndi\params\TxSegMult\enum, "100", 0, " 1"
HKR, Ndi\params\TxSegMult\enum, "150", 0, " 1.5"
HKR, Ndi\params\TxSegMult\enum, "200", 0, " 2"
HKR, Ndi\params\TxSegMult\enum, "250", 0, " 2.5"
HKR, Ndi\params\TxSegMult\enum, "400", 0, " 4"
HKR, Ndi\params\TxSegMult\enum, "800", 0, " 8"
HKR, Ndi\params\TxSegMult\enum, "1600", 0, "16"
HKR, Ndi\params\TxSegMult\enum, "3200", 0, "32"
HKR, Ndi\params\TxDepth, ParamDesc, 0, %TxDepth%
HKR, Ndi\params\TxDepth, default, 0, "1"
HKR, Ndi\params\TxDepth, type, 0, "enum"
HKR, Ndi\params\TxDepth\enum, "1", 0, " 1"
HKR, Ndi\params\TxDepth\enum, "2", 0, " 2"
HKR, Ndi\params\TxDepth\enum, "3", 0, " 3"
HKR, Ndi\params\TxDepth\enum, "4", 0, " 4"
HKR, Ndi\params\TxDepth\enum, "5", 0, " 5"
HKR, Ndi\params\TxDepth\enum, "6", 0, " 6"
HKR, Ndi\params\TxDepth\enum, "7", 0, " 7"
HKR, Ndi\params\TxDepth\enum, "8", 0, " 8"
HKR, Ndi\params\TxDepth\enum, "9", 0, " 9"
HKR, Ndi\params\TxDepth\enum, "10", 0, "10"
HKR, Ndi\params\TxDepth\enum, "30", 0, "30"
HKR, Ndi\params\ServiceSize, ParamDesc, 0, %ServiceSize%
HKR, Ndi\params\ServiceSize, default, 0, "131072"
HKR, Ndi\params\ServiceSize, type, 0, "enum"
HKR, Ndi\params\ServiceSize\enum, "1024", 0, " 1024"
HKR, Ndi\params\ServiceSize\enum, "2048", 0, " 2048"
HKR, Ndi\params\ServiceSize\enum, "4096", 0, " 4096"
HKR, Ndi\params\ServiceSize\enum, "8192", 0, " 8192"
HKR, Ndi\params\ServiceSize\enum, "16384", 0, " 16384"
HKR, Ndi\params\ServiceSize\enum, "32768", 0, " 32768"
HKR, Ndi\params\ServiceSize\enum, "131072", 0, "131072"
;HKR, Ndi\params\CheckLinkRate, ParamDesc, 0, %CheckLinkRate%
;HKR, Ndi\params\CheckLinkRate, default, 0, "0"
;HKR, Ndi\params\CheckLinkRate, type, 0, "enum"
;HKR, Ndi\params\CheckLinkRate\enum, "0", 0, "Disabled"
;HKR, Ndi\params\CheckLinkRate\enum, "1", 0, "Enabled"
HKR, Ndi\params\MaxMtuSize, ParamDesc, 0, %MaxMtuSize%
HKR, Ndi\params\MaxMtuSize, default, 0, "65535"
HKR, Ndi\params\MaxMtuSize, type, 0, "enum"
HKR, Ndi\params\MaxMtuSize\enum, "4096", 0, " 4096"
HKR, Ndi\params\MaxMtuSize\enum, "8192", 0, " 8192"
HKR, Ndi\params\MaxMtuSize\enum, "16384", 0, "16384"
HKR, Ndi\params\MaxMtuSize\enum, "18432", 0, "18432"
HKR, Ndi\params\MaxMtuSize\enum, "65535", 0, "65535"
HKR, Ndi\params\MaxConnections, ParamDesc, 0, %MaxConns%
HKR, Ndi\params\MaxConnections, default, 0, "16"
HKR, Ndi\params\MaxConnections, type, 0, "enum"
HKR, Ndi\params\MaxConnections\enum, "1", 0, " 1"
HKR, Ndi\params\MaxConnections\enum, "2", 0, " 2"
HKR, Ndi\params\MaxConnections\enum, "4", 0, " 4"
HKR, Ndi\params\MaxConnections\enum, "8", 0, " 8"
HKR, Ndi\params\MaxConnections\enum, "16", 0, "16"
HKR, Ndi\params\G992.2, ParamDesc, 0, %G992.2%
HKR, Ndi\params\G992.2, default, 0, "0"
HKR, Ndi\params\G992.2, type, 0, "enum"
HKR, Ndi\params\G992.2\enum, "0", 0, "Disabled"
HKR, Ndi\params\G992.2\enum, "1", 0, "Enabled"
;Win9x & ME Call Manager Fix
;---------------------------------------
[en4060.reg.CMFix]
;Win9x and WinME Can ask for a UBR connection with a tx bandwidth of zero meaning unspecified
HKR,,ZeroAsUnSpec,0,"1"
;WinNT Service and EventLog
;---------------------------------------
[en4060.Service]
DisplayName = %en4060.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_MANUAL_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\en4060.sys
LoadOrderGroup = NDIS
[en4060.AddEventLog]
AddReg = en4060.AddEventLog.reg
[en4060.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;Copy Files for installation
;---------------------------------------
; ME and 9x
[en4060.install.win]
CopyFiles = en4060.CopyFiles.win
[en4060.CopyFiles.win]
en4060.sys,en4060.sys
atmuni.sys,atmuni.sys
;WinNT
[en4060.CopyFiles.nt]
en4060.sys,,,2
[DestinationDirs]
DefaultDestDir = 11 ;Default drivers directory
en4060.CopyFiles.win = 11
en4060.CopyFiles.nt = 12
;Media
;---------------------------------------
[SourceDisksNames]
1 = %DiskName%,,
[SourceDisksFiles]
en4060.sys = 1
atmuni.sys = 1
;Strings
;---------------------------------------
[Strings]
Efnt = "Efficient Networks, Inc."
Msft = "Microsoft"
RxSegMult = "Receive Segment Multiplier"
TxSegMult = "Transmit Segment Multiplier"
TxDepth = "Transmit FIFO Depth (Cells)"
ServiceSize = "Service Size"
;CheckLinkRate = "Check Link Rate"
MaxMtuSize = "Maximum Mtu Size"
MaxConns = "Maximum Connections"
G992.2 = "G.992.2 Support"
en4060.DeviceDesc = "SpeedStream 4060 Miniport ATM/ADSL Adapter"
en4060.Service.DispName = "SpeedStream 4060 ATM/ADSL Driver"
DiskName = "SpeedStream DSL Media"
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.