Dsbh3etx.inf Driver File Contents (dsbh3ETX_winxp_driver_112.zip)

;*******************************************************************************
; Copyright 2000.
;
; INF for Windows 98 and Windows NT 5.0


[Version]
Signature  = "$Windows NT$"
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %V_MS%
;LayoutFile = layout.inf
DriverVer   = 03/15/2000,1.12.0000.0000

[Manufacturer]
%D-Link%   = D-Link

[ControlFlags]
ExcludeFromSelect = USB\VID_07A6&PID_0986

[D-Link]
%DSBH3ETX.DeviceDesc% = DSBH3ETX.Ndi,USB\VID_07A6&PID_0986


;*******************************************************************************
; Win98 main sections

[DSBH3ETX.Ndi]
AddReg   = DSBH3ETX.Reg, DSBH3ETX.Params, DSBH3ETX.Con.Reg
DeviceID = USB\VID_07A6&PID_0986


;*******************************************************************************
; NT main sections

[DSBH3ETX.Ndi.NT]
AddReg          = DSBH3ETX.NT.Reg, DSBH3ETX.Params, DSBH3ETX.Con.Reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 0 ; USB
CopyFiles       = CopyFile.NT.Sys

[DSBH3ETX.Ndi.NT.Services]
AddService = DSBH3ETX, 2, DSBH3ETX.Service, Common.EventLog


;*******************************************************************************
; Windows 98 section
;*******************************************************************************

[DSBH3ETX.Reg]
HKR,Ndi,DeviceID,,USB\VID_07A6&PID_0986
HKR,,AdapterName,,DSBH3ETX
HKR,Ndi,CardType,,"PNP"

HKR,,AdapterName,,DSBH3ETX

HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,DSBH3ETX.sys

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,DSBH3ETX

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"

; Install sections
HKR,Ndi\Install,,,"DSBH3ETX.Install"

HKR,Ndi,HelpText,,"USB to Fast Ethernet Lan Converter"


;*******************************************************************************
; Driver parameters
;*******************************************************************************

[DSBH3ETX.Params]
HKR, ,TxPacketDesc,    0, "20"   ; 0x32
HKR, ,RxPacketDesc,    0, "20"   ; 0x78
HKR, ,MediaSel,  0, "1" ;

[DSBH3ETX.Con.Reg]
HKR,Ndi\Params\MediaType,ParamDesc,,"Media Type"
HKR,Ndi\Params\MediaType,default,,0
HKR,Ndi\Params\MediaType,type,,enum
HKR,Ndi\Params\MediaType\enum,0,,"AutoSense"
HKR,Ndi\Params\MediaType\enum,1,,"10BaseT"
HKR,Ndi\Params\MediaType\enum,2,,"10BaseT Full_Duplex"
HKR,Ndi\Params\MediaType\enum,3,,"100BaseTX"
HKR,Ndi\Params\MediaType\enum,4,,"100BaseTX Full_Duplex"
HKR,Ndi\Params\MediaType,flag,1,20,00,00,00

;HKR,Ndi\Params\MediaSel,ParamDesc,,"Select Media"
;HKR,Ndi\Params\MediaSel,default,,0
;HKR,Ndi\Params\MediaSel,type,,enum
;HKR,Ndi\Params\MediaSel\enum,0,,"AutoSense"
;HKR,Ndi\Params\MediaSel\enum,1,,"Ethernet"
;HKR,Ndi\Params\MediaSel\enum,2,,"Home Lan"
;HKR,Ndi\Params\MediaSel,flag,1,20,00,00,00

HKR,Ndi\Params\MagicPkt,ParamDesc,,"Magic Packet"
HKR,Ndi\Params\MagicPkt,default,,0
HKR,Ndi\Params\MagicPkt,type,,enum
HKR,Ndi\Params\MagicPkt\enum,0,,"Enable"
HKR,Ndi\Params\MagicPkt\enum,1,,"Disable"
HKR,Ndi\Params\MagicPkt,flag,1,20,00,00,00
;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************

[DSBH3ETX.Install]
CopyFiles=CopyFile.Inf,CopyFile.Sys

[CopyFile.Inf]
DSBH3ETX.inf

[CopyFile.Sys]
DSBH3ETX.sys


;*******************************************************************************
; Install section for Windows NT 5
;*******************************************************************************

[DSBH3ETX.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi,            Service,    0, "DSBH3ETX"

[DSBH3ETX.Service]
DisplayName    = %DSBH3ETX.DeviceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\DSBH3ETX.sys
LoadOrderGroup = NDIS,NTKERN,NDIS
AddReg         = TextModeFlags.Reg

[Common.EventLog]
AddReg = Common.AddEventLog.Reg

[Common.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported  , 0x00010001, 7

[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

[CopyFile.NT.Sys]
DSBH3ETX.sys,,,2


;*******************************************************************************
; Destination directories
;*******************************************************************************

[DestinationDirs]
CopyFile.Sys    = 11
CopyFile.Inf    = 17
CopyFile.NT.Sys = 12

[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
50="D-Link DSB-H3ETX Driver Diskette",, 0

[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
DSBH3ETX.sys=50,.,DSBH3ETX.sys,10000
DSBH3ETX.inf=50,.,DSBH3ETX.inf,10000


;*******************************************************************************
; Localizable strings
;*******************************************************************************

[Strings]
V_MS = "D-Link Corporation"
D-Link = "D-Link Corporation"
DSBH3ETX.DeviceDesc = "D-Link DSB-H3ETX"


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: ftp, load: 0.76