;
; NETDLH5X.INF for (Windows 9x)
;
; Copyright (c) 1993-1998, Microsoft Corporation.
; Copyright (c) 1998-2000, D-Link Corporation.
;
[version]
Signature = "$Windows 95$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %DLink%
CatalogFile = dlh5x.cat
;LayoutFile = layout.inf
DriverVer=10/27/2000,2.5.4.0
[Manufacturer]
%DLink% = DLink
[ControlFlags]
ExcludeFromSelect = PCI\VEN_1186&DEV_1002&SUBSYS_10021186, \
PCI\VEN_1186&DEV_1002&SUBSYS_10031186, \
PCI\VEN_1186&DEV_1002&SUBSYS_10121186, \
PCI\VEN_1186&DEV_1002&SUBSYS_10401186, \
PCI\VEN_1186&DEV_1002
[DLink]
%DFE550TX.DeviceDesc% = dl5tx.ndi, PCI\VEN_1186&DEV_1002&SUBSYS_10021186 ;D-Link DFE-550TX
%DFE550FX.DeviceDesc% = dl5fx.ndi, PCI\VEN_1186&DEV_1002&SUBSYS_10031186 ;D-Link DFE-550FX
%DFE580TX.DeviceDesc% = dl5tx.ndi, PCI\VEN_1186&DEV_1002&SUBSYS_10121186 ;D-Link DFE-580TX
%DFE530TXS.DeviceDesc% = dlh5x.ndi, PCI\VEN_1186&DEV_1002&SUBSYS_10401186 ;D-Link DFE-530TXS
%DL10050.DeviceDesc% = dlh5x.ndi, PCI\VEN_1186&DEV_1002 ;D-Link DL10050
;-----------------------------------------------------------------------------
; Dlink DL10050
; Dlink DFE-530TXS
;
[dlh5x.ndi]
CopyFiles = win9x.inf.CopyFiles, alta.win9x.ndis32.CopyFiles
AddReg = dlh5x.ndi.reg, alta.win9x.reg, alta.param.reg, dlh5x.flags.reg, dlh5x.param.reg
;-----------------------------------------------------------------------------
; Dlink DFE-550TX
[dl5tx.ndi]
CopyFiles = win9x.inf.CopyFiles, alta.win9x.ndis32.CopyFiles
AddReg = dlh5x.ndi.reg, alta.win9x.reg, alta.param.reg, dlh5x.flags.reg, alta.flags.reg, dl5tx.param.reg
;-----------------------------------------------------------------------------
; Dlink DFE-550FX
[dl5fx.ndi]
CopyFiles = win9x.inf.CopyFiles, alta.win9x.ndis32.CopyFiles
AddReg = dlh5x.ndi.reg, alta.win9x.reg, alta.param.reg, dlh5x.flags.reg, alta.flags.reg, dl5fx.param.reg
;-----------------------------------------------------------------------------
; Dlink DL10050
[dlh5x.ndi.reg]
HKR, , AdapterCFID, 0, "10021186"
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi, DeviceID, , "PCI\VEN_1186&DEV_1002"
;-----------------------------------------------------------------------------
[alta.win9x.reg]
HKR, , BusType, , 5
HKR, , DevLoader, , *ndis
HKR, , DeviceVxDs, , dlh5xnd5.sys
HKR, NDIS, LogDriverName, , DLH5X
HKR, NDIS, MajorNdisVersion, 1, 04
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, NDIS, MajorDriverVersion, 1, 2
HKR, NDIS, MinorDriverVersion, 1, 5
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]
dlh5xnd5.sys,,,2
[win9x.inf.CopyFiles]
;netdlh5x.inf,,,2
;-----------------------------------------------------------------------------
; Common parameters for driver
; The flags sections are not needed by NT.
;
[dlh5x.param.reg]
; 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, , %10MBPS%
HKR, Ndi\params\ConnectionType\enum, 2, , %10MBPSFD%
HKR, Ndi\params\ConnectionType\enum, 3, , %100MBPS%
HKR, Ndi\params\ConnectionType\enum, 4, , %100MBPSFD%
[dl5tx.param.reg]
; 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%
; Enable tagging
HKR, Ndi\params\EnableTagging, ParamDesc, , %EnableTagging%
HKR, Ndi\params\EnableTagging, default, , "0"
HKR, Ndi\params\EnableTagging, type, , "enum"
HKR, Ndi\params\EnableTagging\enum, 0, , %Disabled%
HKR, Ndi\params\EnableTagging\enum, 1, , %Enabled%
; VLAN ID
HKR, Ndi\params\VLANID, ParamDesc, , %VLANID%
HKR, Ndi\params\VLANID, default, , "3"
HKR, Ndi\params\VLANID, type, , "dword"
HKR, Ndi\params\VLANID, min, , "0"
HKR, Ndi\params\VLANID, max, , "4094"
HKR, Ndi\params\VLANID, step, , "1"
; Enable GVRP
HKR, Ndi\params\EnableGVRP, ParamDesc, , %EnableGVRP%
HKR, Ndi\params\EnableGVRP, default, , "1"
HKR, Ndi\params\EnableGVRP, type, , "enum"
HKR, Ndi\params\EnableGVRP\enum, 0, , %Disabled%
HKR, Ndi\params\EnableGVRP\enum, 1, , %Enabled%
[dl5fx.param.reg]
; Connection Type
HKR, Ndi\params\ConnectionType, ParamDesc, , %ConnectionType%
HKR, Ndi\params\ConnectionType, default, , "4"
HKR, Ndi\params\ConnectionType, type, , "enum"
HKR, Ndi\params\ConnectionType\enum, 3, , %100BaseFx%
HKR, Ndi\params\ConnectionType\enum, 4, , %100BaseFxFD%
; Enable tagging
HKR, Ndi\params\EnableTagging, ParamDesc, , %EnableTagging%
HKR, Ndi\params\EnableTagging, default, , "0"
HKR, Ndi\params\EnableTagging, type, , "enum"
HKR, Ndi\params\EnableTagging\enum, 0, , %Disabled%
HKR, Ndi\params\EnableTagging\enum, 1, , %Enabled%
; VLAN ID
HKR, Ndi\params\VLANID, ParamDesc, , %VLANID%
HKR, Ndi\params\VLANID, default, , "3"
HKR, Ndi\params\VLANID, type, , "dword"
HKR, Ndi\params\VLANID, min, , "0"
HKR, Ndi\params\VLANID, max, , "4094"
HKR, Ndi\params\VLANID, step, , "1"
; Enable GVRP
HKR, Ndi\params\EnableGVRP, ParamDesc, , %EnableGVRP%
HKR, Ndi\params\EnableGVRP, default, , "1"
HKR, Ndi\params\EnableGVRP, type, , "enum"
HKR, Ndi\params\EnableGVRP\enum, 0, , %Disabled%
HKR, Ndi\params\EnableGVRP\enum, 1, , %Enabled%
[alta.param.reg]
; Receive Buffers
HKR, Ndi\params\RxBuffer, ParamDesc, , %RxBuffer%
HKR, Ndi\params\RxBuffer, default, , "16"
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, 12, , "12"
HKR, Ndi\params\RxBuffer\enum, 16, , "16"
HKR, Ndi\params\RxBuffer\enum, 20, , "20"
HKR, Ndi\params\RxBuffer\enum, 24, , "24"
HKR, Ndi\params\RxBuffer\enum, 28, , "28"
HKR, Ndi\params\RxBuffer\enum, 32, , "32"
; Transmit Buffers
HKR, Ndi\params\TxBuffer, ParamDesc, , %TxBuffer%
HKR, Ndi\params\TxBuffer, default, , "16"
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, 12, , "12"
HKR, Ndi\params\TxBuffer\enum, 16, , "16"
HKR, Ndi\params\TxBuffer\enum, 20, , "20"
HKR, Ndi\params\TxBuffer\enum, 24, , "24"
HKR, Ndi\params\TxBuffer\enum, 28, , "28"
HKR, Ndi\params\TxBuffer\enum, 32, , "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"
; Tx start threshold
HKR, Ndi\params\TxStartThreshold, ParamDesc, , %TxStartTheshold%
HKR, Ndi\params\TxStartThreshold, default, , "8188"
HKR, Ndi\params\TxStartThreshold, type, , "enum"
HKR, Ndi\params\TxStartThreshold\enum, 256, , "256"
HKR, Ndi\params\TxStartThreshold\enum, 512, , "512"
HKR, Ndi\params\TxStartThreshold\enum, 768, , "768"
HKR, Ndi\params\TxStartThreshold\enum, 1024, , "1024"
HKR, Ndi\params\TxStartThreshold\enum, 8188, , %StoreAndForward%
[alta.flags.reg]
HKR, Ndi\params\EnableTagging, flag, 1, 20,00,00,00
HKR, Ndi\params\VLANID, flag, 1, 20,00,00,00
HKR, Ndi\params\EnableGVRP, flag, 1, 20,00,00,00
[dlh5x.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
;HKR, Ndi\params\EnableTagging, flag, 1, 20,00,00,00
;HKR, Ndi\params\VLANID, flag, 1, 20,00,00,00
;HKR, Ndi\params\EnableGVRP, flag, 1, 20,00,00,00
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
alta.win9x.ndis32.CopyFiles = 11 ; LDID_SYS
alta.win9x.ndis16.CopyFiles = 26 ; LDID_WINBOOT
win9x.inf.CopyFiles = 17 ; INF file directory.
;-----------------------------------------------------------------------------
; Source Disk layout
;
[SourceDisksNames]
50=%DriverDisketteName%,"NETDLH5X.inf",0
[SourceDisksFiles]
netdlh5x.inf = 50
dlh5xnd5.sys = 50
[Strings]
V_MS = "Microsoft"
DLink = "D-Link"
RxBuffer = "Receive Buffers"
TxBuffer = "Transmit Buffers"
NoCableIndication = "No Cable Indication"
NetworkAddress = "Network Address"
ConnectionType = "Connection Type"
Disabled = "Disabled"
Enabled = "Enabled"
Autosense = "Auto-Negotiation (twisted pair)"
10BaseT = "10Base-T Half Duplex"
10BaseTFD = "10Base-T Full Duplex"
100BaseTx = "100Base-Tx Half Duplex"
100BaseTxFD = "100Base-Tx Full Duplex"
100BaseFX = "100Base-FX Half Duplex"
100BaseFXFD = "100Base-FX Full Duplex"
10MBPS = "10Mbps Half Duplex"
10MBPSFD = "10Mbps Full Duplex"
100MBPS = "100Mbps Half Duplex"
100MBPSFD = "100Mbps Full Duplex"
TxStartTheshold = "Tx Threshold"
StoreAndForward = "Store and forward"
EnableTagging = "802.1Q/1P VLAN tagging"
VLANID = "VLAN ID"
EnableGVRP = "GVRP"
DL10050.DeviceDesc = "D-Link DL10050-based FAST Ethernet Adapter (generic)"
DFE550TX.DeviceDesc = "D-Link DFE-550TX FAST Ethernet 10/100 Adapter"
DFE550FX.DeviceDesc = "D-Link DFE-550FX 100Mbps Fiber-optics Adapter"
DFE580TX.DeviceDesc = "D-Link DFE-580TX 4 Port Server Adapter"
DFE530TXS.DeviceDesc = "D-Link DFE-530TXS FAST Ethernet 10/100 Adapter"
Dlh5x.Service.DispName = "D-Link DL10050-based Adapter NT Driver"
DriverDisketteName = "D-Link LAN Adapter Driver Diskette"
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.