NETDLKTX.INF Driver File Contents (dfe540tx.zip)

;
;   NETDLKTX.INF (for Windows 95OSR2/98/2000 Beta2)
;
;   Copyright 1993-1998, Microsoft Corporation.
;   Copyright 1996-1999, D-Link.
;

[version]
Signature   = "$CHICAGO$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_MS%
LayoutFile  = layout.inf
;CatalogFile=NETDLKTX.cat
;DriverVer=04/09/1999, 2.60.08.0000
;;;CatalogFile = dlktx.cat

[Manufacturer]
%V_IHV%     = Vendor

[ControlFlags]
ExcludeFromSelect = \
    PCI\VEN_10d9&DEV_0531&SUBSYS_12001186

[Vendor]
;DisplayName        Section  DeviceID
;----------------   -------- -------------------------------------
%MX531.DeviceDesc% = MX531.ndi,PCI\VEN_10d9&DEV_0531&SUBSYS_12001186

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

[MX531.ndi.NT.Services]
AddService = DLKTX, 2, MX531.Service, common.EventLog

;
;   Windows 95/98
;
[MX531.ndi]
CopyFiles = win9x.inf.CopyFiles, MX531.win9x.CopyFiles  ;;, Network.setup.CopyFiles
AddReg = MX531.ndi.reg, MX531.win9x.reg, MX531.param.reg, MX531.flags.reg  ;;, Network.setup.reg

;-----------------------------------------------------------------------------
; Common registry sections
; These are needed by both Win9x and NT
;

[MX531.ndi.reg]
HKR,, AdapterCFID,, 053110d9
HKR,, MediaType,, 1
HKR,, AdapterType,, 5

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

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

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

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

[MX531.nt.CopyFiles]
DLKTX.sys,,,2


;-----------------------------------------------------------------------------
; Win9x registry section
; These are not needed by NT
;

[MX531.win9x.reg]
HKR, Ndi, DeviceID,, "PCI\VEN_10d9&DEV_0531"
HKR,, BusType,, 5
HKR,, DevLoader,, *ndis
HKR,, DeviceVxDs,, DLKTX.sys
HKR, NDIS, LogDriverName,, DLKTX
HKR, NDIS, MajorNdisVersion, 1, 04
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, NDIS, MajorDriverVersion, 1, 2
HKR, NDIS, MinorDriverVersion, 1, 60
;HKR, Ndi\Install, ndis3,, "MX531.ndis.install
HKR, Ndi\Interfaces, DefLower,, "ethernet"
HKR, Ndi\Interfaces, LowerRange,, "ethernet"
HKR, Ndi\Interfaces, DefUpper,, "ndis3"
HKR, Ndi\Interfaces, UpperRange,, "ndis3"

[MX531.ndis.install]
CopyFiles = MX531.win9x.CopyFiles

[MX531.win9x.CopyFiles]
DLKTX.sys,,,2

[win9x.inf.CopyFiles]
NETDLKTX.inf,,,2

;[Network.setup.CopyFiles]
;DLINK.exe,,,2

;[Network.setup.reg]
;;HKLM, %RunOnce%, NetworkSetup,,"%10%\TEMP\DLink\SETUP.EXE"
;HKLM, %Run%, NetworkSetup,,"%10%\DLink.exe"

;-----------------------------------------------------------------------------
; Common parameters for driver
; The flags sections are not needed by NT.
;
[MX531.param.reg]
; Connection Type
HKR, Ndi\params\ConnectionType,         ParamDesc,      0, %ConnectionType%
HKR, Ndi\params\ConnectionType,         default,        0, 0
HKR, Ndi\params\ConnectionType,         type,           0, enum
HKR, Ndi\params\ConnectionType\enum,    0,              0, %AutoSense%
HKR, Ndi\params\ConnectionType\enum,    4,              0, %100BaseTxFD%
HKR, Ndi\params\ConnectionType\enum,    3,              0, %100BaseTx%
HKR, Ndi\params\ConnectionType\enum,    2,              0, %10BaseTFD%
HKR, Ndi\params\ConnectionType\enum,    1,              0, %10BaseT%
; Store And Forward
HKR, Ndi\params\StoreAndForward,        ParamDesc,      0, %StoreAndForward%
HKR, Ndi\params\StoreAndForward,        default,        0, 1
HKR, Ndi\params\StoreAndForward,        type,           0, enum
HKR, Ndi\params\StoreAndForward\enum,   0,              0, %Disabled%
HKR, Ndi\params\StoreAndForward\enum,   1,              0, %Enabled%
; Network Address
HKR, Ndi\params\NetworkAddress,         ParamDesc,      0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress,         type,           0, edit
HKR, Ndi\params\NetworkAddress,         LimitText,      0, 12
HKR, Ndi\params\NetworkAddress,         UpperCase,      0, 1
HKR, Ndi\params\NetworkAddress,         default,        0, ""
HKR, Ndi\params\NetworkAddress,         optional,       0, 1

[MX531.flags.reg]
HKR, Ndi\params\ConnectionType,         flags,          1, 20,00,00,00
HKR, Ndi\params\StoreAndForward,        flags,          1, 20,00,00,00
HKR, Ndi\params\NetworkAddress,         flags,          1, 20,00,00,00

;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
MX531.nt.CopyFiles      = 12 ; Drivers directory.
;Network.setup.CopyFiles = 10 ; LDID_WIN
MX531.win9x.CopyFiles   = 11 ; LDID_SYS
win9x.inf.CopyFiles     = 17 ; INF file directory.

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

[SourceDisksFiles]
NETDLKTX.inf = 50
DLKTX.sys    = 50
;DLINK.exe    = 50,..
;;DLKTX.cat    = 50


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

ConnectionType  = "Connection Type"
AutoSense       = "AutoSense"
100BaseTxFD     = "100Base-Tx Full Duplex"
100BaseTx       = "100Base-Tx"
10BaseTFD       = "10Base-T Full Duplex"
10BaseT         = "10Base-T"
StoreAndForward = "Store And Forward"
Disabled        = "Disabled"
Enabled         = "Enabled"
NetworkAddress  = "Network Address"

MX531.DeviceDesc       = "D-Link DFE-540TX ProFAST 10/100 Adapter"
MX531.Service.DispName = "D-Link DFE-540TX ProFAST 10/100 Adapter"

DriverDisketteName     = "D-Link DFE-540TX ProFAST 10/100 Adapter Drivers Diskette"

;;RunOnce              = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
;Run                  = "Software\Microsoft\Windows\CurrentVersion\Run"

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.52