F5D5000.INF Driver File Contents (Belkin_F5D500.zip)

;;*****************************************************************************
;;  F5D5000.INF for win98se, WinME, Win2000, WinXP
;;*****************************************************************************
;;
;; Copyright 2004, Belkin Corporation
;;

[version]
Signature      = "$Chicago$"
Compatible     = 1
Class          = Net
ClassGUID      = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider       = %Realtek%                               
CatalogFile.NT    = f5d5000n.cat                        ;;for WHQL certified
DriverVer      = 04/13/2004,5.612.0413.2004

[Manufacturer]
%Realtek%   = Realtek, NT.5.1

[ControlFlags]
ExcludeFromSelect = PCI\VEN_10EC&DEV_8139&SUBSYS_50001799

[Realtek]
; DisplayName            Section            DeviceID
; -----------            -------            --------
%RTL8139.DeviceDesc%    = RTL8139.ndi,      PCI\VEN_10EC&DEV_8139&SUBSYS_50001799

[Realtek.NT.5.1]; This section will only be installed by Windows XP
%RTL8139.DeviceDesc%	= RTL8139x.ndi,     PCI\VEN_10EC&DEV_8139&SUBSYS_50001799

;;****************************************************************************
;; Windows 98/ME
;;****************************************************************************
[rtl8139.ndi]
DriverVer       = 04/13/2004,612
AddReg          = rtl8139.id.reg, RTLnic.all.reg, RTL39.common.reg, RTL39.only.reg
CopyFiles       = Rtlnic.CopyFiles9x

;;****************************************************************************
;; Windows 2000
;;****************************************************************************
[RTL8139.ndi.NT]
DelReg          = PreParams.DelReg
AddReg          = RTL8023.reg, RTLnic.all.reg, RTL39.common.reg, RTL39.only.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = Rtlnic.CopyFiles

[RTL8139.ndi.NT.Services]
AddService = RTL8023, 2, rtsnt.Service, common.EventLog

[Rtlnic.CopyFiles]
F5D5000.sys,,,2

[Rtlnic.CopyFiles9x]
F5D5000.sys,,,2

;;****************************************************************************
;; Windows XP
;;****************************************************************************
;----------------
; RTL8139 Family
;----------------
[RTL8139x.ndi.NT]
DelReg          = PreParams.DelReg
AddReg          = RTL8023xp.reg, RTLnic.all.reg, RTL39.common.reg, RTL39.only.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = Rtlnic.CopyFilesXP

[RTL8139x.ndi.NT.Services]
AddService = RTL8023xp, 2, rtsntxp.Service, common.EventLog

[Rtlnic.CopyFilesXP]
F5D5000x.sys,,,2

;;***************************************************************************
;; Windows 9x parameters
;;***************************************************************************
[rtl8139.id.reg]
HKR,,                 MediaType,          0,    1
HKR,,                 AdapterType,        0,    5
HKR,,                 BusType,            0,    5
HKR,,                 DevLoader,          0,    "*ndis"
HKR,,                 DeviceVxDs,         0,    "F5D5000.sys"
HKR,,                 EnumPropPages,      0,    "netdi.dll,EnumPropPages"
HKR,NDIS,             MajorNdisVersion,   1,    03
HKR,NDIS,             MinorNdisVersion,   1,    0A
HKR,NDIS,             LogDriverName,      0,    "RTL8023"
HKR,Ndi,              DeviceID,           0,    "PCI\VEN_10EC&DEV_8139"
HKR,Ndi\Install,      ndis3,              0,    "rtl139.ndis5"
HKR,Ndi\Interfaces,   DefLower,            ,    "ethernet"
HKR,Ndi\Interfaces,   LowerRange,          ,    "ethernet"
HKR,Ndi\Interfaces,   DefUpper,            ,    "ndis3"
HKR,Ndi\Interfaces,   UpperRange,          ,    "ndis3"

;;****************************************************************************
;; common parameters
;;****************************************************************************
[RTLnic.all.reg]
HKR,Ndi\params\NetworkAddress,	ParamDesc,	0, %NetworkAddress%
HKR,Ndi\params\NetworkAddress,	type,		0, "edit"
HKR,Ndi\params\NetworkAddress,	default,	0, "000000000000"
HKR,Ndi\params\NetworkAddress,	LimitText,	0, "12"
HKR,Ndi\params\NetworkAddress,	UpperCase,	0, "1"
HKR,Ndi\params\NetworkAddress,	Optional,	0, "1"

HKR,Ndi\params\WakeUpFrame,	ParamDesc,	0, %WOLCapability%
HKR,Ndi\params\WakeUpFrame,	default,	0, "1"
HKR,Ndi\params\WakeUpFrame,	type,		0, "enum"
HKR,Ndi\params\WakeUpFrame\enum,"0",		0, "Disable"
HKR,Ndi\params\WakeUpFrame\enum,"1",		0, "Enable"
HKR,,WakeUpFrame, 0, "1"

[RTL39.common.reg]
HKR,Ndi\params\DuplexMode,        ParamDesc,   0, %SpeedDuplexMode%
HKR,Ndi\params\DuplexMode,        type,        0, "enum"
HKR,Ndi\params\DuplexMode,        default,     0, "1"
HKR,Ndi\params\DuplexMode\enum,   1,           0, %auto_nego%
HKR,Ndi\params\DuplexMode\enum,   2,           0, %sd10half%
HKR,Ndi\params\DuplexMode\enum,   3,           0, %sd10full%
HKR,Ndi\params\DuplexMode\enum,   4,           0, %sd100half%
HKR,Ndi\params\DuplexMode\enum,   5,           0, %sd100full%

HKR,Ndi\params\OptimalPerf,      ParamDesc,  0, %OptimalPerf%
HKR,Ndi\params\OptimalPerf,      default,    0, "0"
HKR,Ndi\params\OptimalPerf,      type,       0, "enum"
HKR,Ndi\params\OptimalPerf\enum, "1",        0, "Enable"
HKR,Ndi\params\OptimalPerf\enum, "0",        0, "Disable"

HKR,Ndi\params\LinkUp,           ParamDesc, 0, %WOLLinkChange%
HKR,Ndi\params\LinkUp,           default,   0, "0"
HKR,Ndi\params\LinkUp,           type,      0, "enum"
HKR,Ndi\params\LinkUp\enum,      "1",       0, "Enable"
HKR,Ndi\params\LinkUp\enum,      "0",       0, "Disable"

HKR,Ndi\params\EnableLDPS,       ParamDesc, 0, %LDPSCapability%
HKR,Ndi\params\EnableLDPS,       default,   0, "0"
HKR,Ndi\params\EnableLDPS,       type,      0, "enum"
HKR,Ndi\params\EnableLDPS\enum,  "1",       0, "Enable"
HKR,Ndi\params\EnableLDPS\enum,  "0",       0, "Disable"

[RTL39.only.reg]
HKR,Ndi\params\RxBufLen,	 ParamDesc, 0, "Receive Buffer Size"
HKR,Ndi\params\RxBufLen,	 type,      0, "enum"
HKR,Ndi\params\RxBufLen,	 default,   0, "3"
HKR,Ndi\params\RxBufLen\enum,	 "0",       0, "8K bytes"
HKR,Ndi\params\RxBufLen\enum,	 "1",	    0, "16K bytes"
HKR,Ndi\params\RxBufLen\enum,	 "2",	    0, "32K bytes"
HKR,Ndi\params\RxBufLen\enum,	 "3",	    0, "64K bytes"

HKR,Ndi\params\RTPME,            ParamDesc, 0, "WakeUp using APM Mode"
HKR,Ndi\params\RTPME,            default,   0, "0"
HKR,Ndi\params\RTPME,            type,      0, "enum"
HKR,Ndi\params\RTPME\enum,       "1",       0, "Enable"
HKR,Ndi\params\RTPME\enum,       "0",       0, "Disable"

[PreParams.DelReg]
HKR,Ndi\Params\PME
HKR,,PME
HKR,Ndi\Params\EarlyTxThreshold
HKR,,EarlyTxThreshold

;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************
[RTL8023.reg]
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       Service,    0, "RTL8023"

[rtsnt.Service]
DisplayName     = %Rtlnic.Service.DispName%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\F5D5000.sys
LoadOrderGroup  = NDIS

[RTL8023xp.reg]
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       Service,    0, "RTL8023xp"

[rtsntxp.Service]
DisplayName     = %Rtlnicxp.Service.DispName%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\F5D5000x.sys
LoadOrderGroup  = NDIS

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

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


;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
Rtlnic.CopyFiles           = 12
Rtlnic.CopyFilesXP         = 12
Rtlnic.CopyFiles9x         = 11
DefaultDestDir             = 11        ; LDID_SYS

;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
F5D5000.sys   = 1
F5D5000x.sys  = 1

;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
Realtek			= "Belkin Corporation"
SpeedDuplexMode		= "Link Speed/Duplex Mode"
auto_nego		= "Auto Negotiation"
sd10half		= "10Mbps/Half Duplex"
sd10full		= "10Mbps/Full Duplex"
sd100half		= "100Mbps/Half Duplex"
sd100full		= "100Mbps/Full Duplex"
NetworkAddress		= "Network Address"
WOLCapability		= "WakeUp on ARP/PING"
WOLLinkChange		= "WakeUp on Link Change"
LDPSCapability		= "Link Down Power Saving"
OptimalPerf		= "Optimal Performance"

;;Source disk name
DISKNAME = "F5D5000 Driver Disk"

RTL8139.DeviceDesc        = "F5D5000, PCI Card/Desktop Network PCI Card"

;;NT service name
Rtlnic.Service.DispName    = "F5D5000, PCI Card/Desktop Network PCI Card Driver"
Rtlnicxp.Service.DispName    = "F5D5000, PCI Card/Desktop Network PCI Card Driver"
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: web1, load: 2.41