DUBE100.INF Driver File Contents (dubE100_driver_10.exe)

;**********************************************************************
; DUBE100.INF for Win 98, Win 2000, Win ME and Windows XP             *
;                                                                     *
; D-Link DUB-E100 USB 2.0 Fast Ethernet Adapter                       *
;                                                                     *
;**********************************************************************

[Version]
Signature  = "$Chicago$"
Class      = Net
Compatible = 1
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %USB%
LayoutFile = layout.inf
DriverVer=04/16/2002,1.0.0.0

[Manufacturer]
%USB%   = USB

[ControlFlags]
ExcludeFromSelect = USB\VID_2001&PID_1A00

[USB]
%DUBE100.DeviceDesc% = DUBE100.Ndi,USB\VID_2001&PID_1A00

;**********************************************************************
; Win98 main sections                                                 *
;**********************************************************************
[DUBE100.Ndi]
AddReg   = DUBE100.Reg, DUBE100.Params, DUBE100.Con.Reg
DeviceID = USB\VID_2001&PID_1A00
CopyFiles=CopyFile.Sys


;**********************************************************************
; NT main sections                                                    *
;**********************************************************************
[DUBE100.Ndi.NT]
AddReg          = DUBE100.NT.Reg, DUBE100.Params, DUBE100.Con.Reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 0 ; USB
CopyFiles       = CopyFile.NT.Sys

[DUBE100.Ndi.NT.Services]
AddService = DUBE100, 2, DUBE100.Service, Common.EventLog


;**********************************************************************
; Windows 98 section                                                  *
;**********************************************************************
[DUBE100.Reg]
HKR,Ndi,DeviceID,,USB\VID_2001&PID_1A00
HKR,Ndi,CardType,,"PNP"

HKR,,AdapterName,,DUBE100
HKR,,OS,,1

HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,DUBE100.sys

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,DUBE100

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"

; Install sections
HKR,Ndi\Install,ndis3,,"DUBE100.Install"

HKR,Ndi,HelpText,,"D-Link DUB-E100 USB 2.0 Fast Ethernet Adapter"


;**********************************************************************
; Driver parameters                                                   *
;**********************************************************************

[DUBE100.Params]
HKR, ,TxPacketDesc,    0, "20"   ; 0x32
HKR, ,RxPacketDesc,    0, "20"   ; 0x78

[DUBE100.Con.Reg]
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,8,,"100BaseTx"
HKR,Ndi\params\ConnectionType\enum,9,,"100BaseTx Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,2,,"10BaseT (Twisted_Pair)"
HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Full_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

HKR,Ndi\params\PowerManagement,ParamDesc,,"Power Management"
HKR,Ndi\params\PowerManagement,default,,0
HKR,Ndi\params\PowerManagement,type,,enum
HKR,Ndi\params\PowerManagement\enum,0,,"Disable"
HKR,Ndi\params\PowerManagement\enum,1,,"Enable"
HKR,NDI\params\PowerManagement,flag,1,20,00,00,00

HKR,Ndi\params\FlowControl,ParamDesc,,"Flow Control"
HKR,Ndi\params\FlowControl,default,,1
HKR,Ndi\params\FlowControl,type,,enum
HKR,Ndi\params\FlowControl\enum,0,,"Disable"
HKR,Ndi\params\FlowControl\enum,1,,"Enable"
HKR,NDI\params\FlowControl,flag,1,20,00,00,00
;**********************************************************************
; Install section for OSR2 and Windows 98                             *
;**********************************************************************

[DUBE100.Install]
;CopyFiles=CopyFile.Inf,CopyFile.Sys

[CopyFile.Inf]
DUBE100.inf

[CopyFile.Sys]
DUBE100.sys


;**********************************************************************
; Install section for Windows NT 5                                    *
;**********************************************************************

[DUBE100.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi,            Service,    0, "DUBE100"

[DUBE100.Service]
DisplayName    = %DUBE100.DeviceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\DUBE100.sys
LoadOrderGroup = NDIS
AddReg         = TextModeFlags.Reg

[Common.EventLog]
AddReg = Common.AddEventLog.Reg

[Common.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported  , 0x00010001, 7

[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

[CopyFile.NT.Sys]
DUBE100.sys,,,2


;**********************************************************************
; Destination directories                                             *
;**********************************************************************

[DestinationDirs]
CopyFile.Sys    = 11
CopyFile.Inf    = 17
CopyFile.NT.Sys = 12

[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
50=%DriverDisketteName%,, 0

[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
DUBE100.sys=50,.,DUBE100.sys,10000
DUBE100.inf=50,.,DUBE100.inf,10000


;**********************************************************************
; Localizable strings                                                 *
;**********************************************************************

[Strings]
USB = "D-Link Corporation"
DUBE100.DeviceDesc = "D-Link DUB-E100 USB 2.0 Fast Ethernet Adapter"
DriverDisketteName = "D-Link DUB-E100 Drivers Disk"

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: web5, load: 0.98