NETRTP5.INF Driver File Contents (FL1860.exe)

;; NETRTP5.INF (NT 5.0 & Win98 combined inf for NDIS5 driver)
;;
;; Realtek rtl8029 PCI Ethernet Network Interface Cards.
;;
;; Copyright 1996-2000, Realtek Semiconductor Corporation

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_Msft%                              ;;
CatalogFile = netrtp5.cat                           ;; for WHQL certified
DriverVer   = 01/06/2000,5.505.0106.2000

[Manufacturer]
%V_Realtek% = Realtek

;[ControlFlags]
;ExcludeFromSelect = PCI\VEN_10EC&DEV_8029, PCI\VEN_10EC&DEV_8029&SUBSYS_802910EC

[Realtek]
%rtl8029.DeviceDesc%   = rtl8029.ndi, PCI\VEN_10EC&DEV_8029
%rtl8029_A.DeviceDesc% = rtl8029.ndi, PCI\VEN_10EC&DEV_8029&SUBSYS_802910EC

;;****************************************************************************
;; Windows 9x
;;****************************************************************************
[rtl8029.ndi]
DriverVer       = 3/2/2000,506
AddReg          = rtl8029.id.reg, rtl8029.common.reg, rtl8029.win.reg
CopyFiles       = rtl8029.CopyFiles98
;DeviceID        = "PCI\VEN_10EC&DEV_8029"
;LogConfig       = DefaultConfig


;;****************************************************************************
;; NT 5.0
;;****************************************************************************
[rtl8029.ndi.NT]
AddReg          = rtl8029.common.reg, rtl8029.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = rtl8029.CopyFiles

[rtl8029.ndi.NT.Services]
AddService = rtl8029, 2, rtsnt.Service, rtl8029.EventLog

;;****************************************************************************
;; Copy Files
;;****************************************************************************
[rtl8029.CopyFiles]
rtl8029.sys,,,2

[rtl8029.CopyFiles98]
rtl8029.sys,,,2

;;----------------------------------------------------------------------------
;; rtl8029 Parameters
;;----------------------------------------------------------------------------
;;***************************************************************************
;; Windows 9x parameters
;;***************************************************************************
[rtl8029.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10EC&DEV_8029"

HKR, Ndi\Install, , 0, rtsnt.install
HKR, NDI\Params\DuplexMode,     flag, 1, 30, 00, 00, 00
HKR, NDI\Params\NetworkAddress, flag, 1, 30, 00, 00, 00


[rtl8029.win.reg]
;; key,subkey,valuname,type,value
HKR, , DriverDesc,    0, "Realtek RTL8029(AS) PCI Ethernet NIC"
HKR, , DevLoader,     0, *ndis
HKR, , DeviceVxDs,    0, rtl8029.sys
HKR, , EnumPropPages, 0, netdi.dll, EnumPropPages

;;params
HKR, , MediaType,   0, 1
HKR, , AdapterType, 0, 5
HKR, , BusType,     0, 5

;; NDIS Info
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0a
HKR, NDIS, LogDriverName,    0, "rtl8029"

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

;; Install sections
HKR, Ndi\Install, ndis3, 0, "rtl139.ndis5"

;;****************************************************************************
;; rtl8029 common parameters
;;****************************************************************************

[rtl8029.common.reg]
HKR,Ndi\params\DuplexMode,      ParamDesc, 0, "%DuplexMode%"
HKR,Ndi\params\DuplexMode,      type,      0, "enum"
HKR,Ndi\params\DuplexMode,      default,   0, "0"
HKR,Ndi\params\DuplexMode\enum, 0,         0, "Half Duplex (Default)"
HKR,Ndi\params\DuplexMode\enum, 1,         0, "Full Duplex"

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"


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

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

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

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

;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
rtl8029.CopyFiles           = 12
rtl8029.CopyFiles98         = 11
DefaultDestDir              = 11        ; LDID_SYS

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

[SourceDisksFiles]
rtl8029.sys  = 1
;netrtp5.inf  = 1
;netrtp5.cat  = 1

;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
V_Msft    = "Microsoft"
V_Realtek = "Realtek"

;;Source disk name
DISKNAME = "Realtek RTL8029(AS) PCI Ethernet Adapter Driver Disk"

NetworkAddress = "Network Address"
DuplexMode     = "Duplex Mode"

rtl8029.DeviceDesc        = "Realtek RTL8029(AS) PCI Ethernet NIC"
rtl8029_A.DeviceDesc      = "Realtek RTL8029(AS) PCI Ethernet NIC"
rtl8029.Service.DispName  = "Realtek RTL8029(AS) PCI Ethernet NIC NT 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: web3, load: 1.88