netdlh5x.inf Driver File Contents (dfe550tx.exe)

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

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

[Manufacturer]
%V_IHV%     = Vendor

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

;
;   Windows 95(OSR2)/98
;
[alta.ndi]
CopyFiles   = win9x.inf.CopyFiles, alta.win9x.ndis32.CopyFiles
AddReg      = alta.ndi.reg, alta.win9x.reg, alta.param.reg, alta.flags.reg


;-----------------------------------------------------------------------------
; 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"


;------------------------------------------------------------------------------
; Win9x registry section
; These are not needed by NT5
;
[alta.win9x.reg]
HKR, Ndi,                           DeviceID,           ,   "PCI\VEN_1186&DEV_1002"
HKR, ,                              BusType,            ,   5
HKR, ,                              DevLoader,          ,   *ndis
HKR, ,                              DeviceVxDs,         ,   DLH5XND3.sys
HKR, NDIS,                          LogDriverName,      ,   DLH5X
HKR, NDIS,                          MajorNdisVersion,   1,  04
HKR, NDIS,                          MinorNdisVersion,   1,  0
HKR, NDIS,                          MajorDriverVersion, 1,  1
HKR, NDIS,                          MinorDriverVersion, 1,  0
HKR, Ndi\Interfaces,                DefLower,           ,   "ethernet"
HKR, Ndi\Interfaces,                LowerRange,         ,   "ethernet"
HKR, Ndi\Interfaces,                DefUpper,           ,   "ndis3"
HKR, Ndi\Interfaces,                UpperRange,         ,   "ndis3"

[alta.ndis32.install]
CopyFiles = alta.win9x.ndis32.CopyFiles

[alta.win9x.ndis32.CopyFiles]
DLH5XND3.sys,,,2

[win9x.inf.CopyFiles]
NETDLH5X.inf,,,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%

[alta.flags.reg]
HKR, Ndi\params\RxBuffer,                   flag,       1,  20,00,00,00
HKR, Ndi\params\TxBuffer,                   flag,       1,  20,00,00,00
HKR, Ndi\params\NoCableIndication,          flag,       1,  20,00,00,00
HKR, Ndi\params\NetworkAddress,             flag,       1,  20,00,00,00
HKR, Ndi\params\ConnectionType,             flag,       1,  20,00,00,00
HKR, Ndi\params\TxStartThreshold,           flag,       1,  20,00,00,00

;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
alta.win9x.ndis32.CopyFiles = 11   ; LDID_SYS
win9x.inf.CopyFiles         = 17   ; INF file directory.


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

[SourceDisksFiles]
NETDLH5X.inf = 50
DLH5XND3.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 Driver 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: web3, load: 1.87