;
; netdlh5x.inf
;
; Copyright (c) 1993-2000, Microsoft Corporation.
; Copyright (c) 1998-2000, D-Link Corporation.
;
[version]
Signature = "$Windows NT$"
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
;------------------------------------------------------------------------------
; D-Link DL10050-based 10/100Mbps (generic)
;
[dlh5x.ndi]
AddReg = dlh5x.reg, alta.reg, PARAMS.reg, alta.PARAMS.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
CopyFiles = alta.CopyFiles
[dlh5x.ndi.Services]
AddService = DLH5X, 2, dlh5x.Service, common.EventLog
;------------------------------------------------------------------------------
; D-Link DFE-550TX/DFE-580TX 10/100Mbps
;
[dl5tx.ndi]
AddReg = dlh5x.reg, alta.reg, PARAMS.reg, dl5tx.PARAMS.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
CopyFiles = alta.CopyFiles
[dl5tx.ndi.Services]
AddService = DLH5X, 2, dlh5x.Service, common.EventLog
;------------------------------------------------------------------------------
; D-Link DFE-550FX 100Mbps (fiber-optics)
;
[dl5fx.ndi]
AddReg = dlh5x.reg, alta.reg, PARAMS.reg, dl5fx.PARAMS.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
CopyFiles = alta.CopyFiles
[dl5fx.ndi.Services]
AddService = DLH5X, 2, dlh5x.Service, common.EventLog
;-----------------------------------------------------------------------------
; DL10050 based 10/100mbps
;
[dlh5x.reg]
HKR, , AdapterCFID, 0, "10021186"
[dl5tx.PARAMS.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%
; VLAN 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%
; Default 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.PARAMS.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%
; VLAN 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%
; Default 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.PARAMS.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%
[PARAMS.reg]
; Receive Buffers
HKR, Ndi\params\RxBuffer, ParamDesc, , %RxBuffer%
HKR, Ndi\params\RxBuffer, default, , "16"
HKR, Ndi\params\RxBuffer, type, , "dword"
HKR, Ndi\params\RxBuffer, min, , "4"
HKR, Ndi\params\RxBuffer, max, , "32"
HKR, Ndi\params\RxBuffer, step, , "4"
; Transmit Buffers
HKR, Ndi\params\TxBuffer, ParamDesc, , %TxBuffer%
HKR, Ndi\params\TxBuffer, default, , "16"
HKR, Ndi\params\TxBuffer, type, , "dword"
HKR, Ndi\params\TxBuffer, min, , "4"
HKR, Ndi\params\TxBuffer, max, , "32"
HKR, Ndi\params\TxBuffer, step, , "4"
; 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%
;-----------------------------------------------------------------------------
; Install and Service Section
;
[alta.reg]
HKR, , AdapterType, 0, "5"
HKR, , MediaType, 0, "1"
HKR, Ndi, Service, , "DLH5X"
HKR, Ndi\Interfaces, LowerRange, , "ethernet"
HKR, Ndi\Interfaces, UpperRange, , "ndis5"
[dlh5x.Service]
DisplayName = %dlh5x.Service.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_AUTO_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\dlh5xnd5.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystenRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
[alta.CopyFiles]
dlh5xnd5.sys,,,2
[DestinationDirs]
DefaultDestDir = 12
alta.CopyFiles = 12
;-----------------------------------------------------------------------------
; Source Disk Layout
;
[SourceDisksNames]
50=%DriverDisketteName%,"NETDLH5X.inf"
[SourceDisksFiles]
netdlh5x.inf = 50
dlh5xnd5.sys = 50
;-----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
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.