NETDLH5X.INF Driver File Contents (DFE550TX.EXE)

;
;   NETDLH5X.INF  (for Windows 2000)
;
;   Copyright (c) 1993-1998, Microsoft Corporation.
;   Copyright (c) 1998-1999, D-Link Corporation.
;

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_MS%
LayoutFile  = layout.inf

[Manufacturer]
%V_IHV%     = IHVendor

[ControlFlags]
ExcludeFromSelect = PCI\VEN_1186&DEV_1002

[IHVendor]
;DisplayName        Section   DeviceID
;----------------   --------  -------------------------------------
%Alta.DeviceDesc% = alta.ndi, PCI\VEN_1186&DEV_1002

;
; Windows NT 5.0
;
[alta.ndi]
Characteristics = 0x84
BusType         = 5
AddReg          = alta.ndi.reg, alta.nt.reg, alta.param.reg
CopyFiles       = alta.nt.CopyFiles

[alta.ndi.Services]
AddService = DLH5X, 2, alta.Service, common.EventLog


;-----------------------------------------------------------------------------
; Common registry sections
; These are needed by both Win9x and NT5
;
[alta.ndi.reg]
HKR, ,                              AdapterCFID,        0,  "10021186"
HKR, ,                              AdapterType,        0,  "5"
HKR, ,                              MediaType,          0,  "1"


;-----------------------------------------------------------------------------
; NT regitry section
; These are not needed by Win9x
;
[alta.nt.reg]
HKR, Ndi,                           Service,            ,   "DLH5X"
HKR, Ndi\Interfaces,                LowerRange,         ,   "ethernet"
HKR, Ndi\Interfaces,                UpperRange,         ,   "ndis5"

[alta.Service]
DisplayName     = %Alta.Service.DispName%
ServiceType     = 1 ; %SERVICE_KERNEL_DRIVER%
StartType       = 3 ; %SERVICE_AUTO_START%
ErrorControl    = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\DLH5XND5.sys
LoadOrderGroup  = NDIS

[common.EventLog]
AddReg          = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, ,  EventMessageFile,   0x00020000, "%%SystenRoot%%\System32\netevent.dll"
HKR, ,  TypesSupported,     0x00010001, 7

[alta.nt.CopyFiles]
DLH5XND5.sys,,,2




;-----------------------------------------------------------------------------
; Common parameters for driver
; The flags sections are not needed by NT.
;

[alta.param.reg]
; Receive Buffers
HKR, Ndi\params\RxBuffer,                   ParamDesc,  ,   %RxBuffer%
HKR, Ndi\params\RxBuffer,                   default,    ,   10
HKR, Ndi\params\RxBuffer,                   type,       ,   enum
HKR, Ndi\params\RxBuffer\enum,              4,          ,   "4"
HKR, Ndi\params\RxBuffer\enum,              8,          ,   "8"
HKR, Ndi\params\RxBuffer\enum,              0C,         ,   "12"
HKR, Ndi\params\RxBuffer\enum,              10,         ,   "16"
HKR, Ndi\params\RxBuffer\enum,              14,         ,   "20"
HKR, Ndi\params\RxBuffer\enum,              18,         ,   "24"
HKR, Ndi\params\RxBuffer\enum,              1C,         ,   "28"
HKR, Ndi\params\RxBuffer\enum,              20,         ,   "32"
; Transmit Buffers
HKR, Ndi\params\TxBuffer,                   ParamDesc,  ,   %TxBuffer%
HKR, Ndi\params\TxBuffer,                   default,    ,   10
HKR, Ndi\params\TxBuffer,                   type,       ,   enum
HKR, Ndi\params\TxBuffer\enum,              4,          ,   "4"
HKR, Ndi\params\TxBuffer\enum,              8,          ,   "8"
HKR, Ndi\params\TxBuffer\enum,              0C,         ,   "12"
HKR, Ndi\params\TxBuffer\enum,              10,         ,   "16"
HKR, Ndi\params\TxBuffer\enum,              14,         ,   "20"
HKR, Ndi\params\TxBuffer\enum,              18,         ,   "24"
HKR, Ndi\params\TxBuffer\enum,              1C,         ,   "28"
HKR, Ndi\params\TxBuffer\enum,              20,         ,   "32"
; No Cable Indication
HKR, Ndi\params\NoCableIndication,          ParamDesc,  ,   %NoCableIndication%
HKR, Ndi\params\NoCableIndication,          default,    ,   0
HKR, Ndi\params\NoCableIndication,          type,       ,   enum
HKR, Ndi\params\NoCableIndication\enum,     0,          ,   %Disabled%
HKR, Ndi\params\NoCableIndication\enum,     1,          ,   %Enabled%
; Network Address
HKR, Ndi\params\NetworkAddress,             ParamDesc,  ,   %NetworkAddress%
HKR, Ndi\params\NetworkAddress,             type,       ,   edit
HKR, Ndi\params\NetworkAddress,             LimitText,  ,   12
HKR, Ndi\params\NetworkAddress,             UpperCase,  ,   1
HKR, Ndi\params\NetworkAddress,             default,    ,   ""
HKR, Ndi\params\NetworkAddress,             optional,   ,   1
; Connection Type
HKR, Ndi\params\ConnectionType,             ParamDesc,  ,   %ConnectionType%
HKR, Ndi\params\ConnectionType,             default,    ,   0
HKR, Ndi\params\ConnectionType,             type,       ,   enum
HKR, Ndi\params\ConnectionType\enum,        0,          ,   %Autosense%
HKR, Ndi\params\ConnectionType\enum,        1,          ,   %10BaseT%
HKR, Ndi\params\ConnectionType\enum,        2,          ,   %10BaseTFD%
HKR, Ndi\params\ConnectionType\enum,        3,          ,   %100BaseTx%
HKR, Ndi\params\ConnectionType\enum,        4,          ,   %100BaseTxFD%
; Tx Start Threshold
HKR, Ndi\params\TxStartThreshold,           ParamDesc,  ,   %TxStartTheshold%
HKR, Ndi\params\TxStartThreshold,           default,    ,   100
HKR, Ndi\params\TxStartThreshold,           type,       ,   enum
HKR, Ndi\params\TxStartThreshold\enum,      100,        ,   "256"
HKR, Ndi\params\TxStartThreshold\enum,      200,        ,   "512"
HKR, Ndi\params\TxStartThreshold\enum,      300,        ,   "768"
HKR, Ndi\params\TxStartThreshold\enum,      400,        ,   "1024"
HKR, Ndi\params\TxStartThreshold\enum,      1FFC,       ,   %StoreAndForward%


;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
alta.nt.CopyFiles           = 12   ; Drivers directory.

;-----------------------------------------------------------------------------
; Source Disk layout
;
[SourceDisksNames]
50=%DriverDisketteName%,"NETDLH5X.inf",0

[SourceDisksFiles]
NETDLH5X.inf = 50
DLH5XND5.sys = 50,..\NDIS32


[Strings]
V_MS    = "Microsoft"
V_IHV   = "D-Link"

RxBuffer            = "Receive Buffers"
TxBuffer            = "Transmit Buffers"
NoCableIndication   = "No Cable Indication"
NetworkAddress      = "Network Address"
ConnectionType      = "Connection Type"
Disabled            = "Disabled"
Enabled             = "Enabled"
Autosense           = "AutoSense"
10BaseT             = "10Base-T Half Duplex"
10BaseTFD           = "10Base-T Full Duplex"
100BaseTx           = "100Base-Tx Half Duplex"
100BaseTxFD         = "100Base-Tx Full Duplex"
TxStartTheshold     = "Tx Threshold"
StoreAndForward     = "Store and forward"

Alta.DeviceDesc       = "D-Link DFE-550TX 10/100 Adapter"
Alta.Service.DispName = "D-Link DFE-550TX 10/100 Adapter"
DriverDisketteName    = "D-Link DFE-550TX 10/100 Adapter Drivers Diskette"

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: web2, load: 1.31