;; NETRTSNT.INF (WindowsXP inf for NDIS5.1 driver) ;; ;; Realtek RTL8139/810x Family Fast Ethernet NIC ;; ;; Copyright 2003, Realtek Semiconductor Corporation ;; [version] Signature = "$Windows NT$" Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %Realtek% CatalogFile = netrtsxp.cat ;; for WHQL certified DriverVer = 09/30/2003,5.508.930.2003 [Manufacturer] %Realtek% = Realtek [ControlFlags] ExcludeFromSelect = PCI\VEN_10EC&DEV_8139 [Realtek] ; DisplayName Section DeviceID ; ----------- ------- -------- %RTL8139.DeviceDesc% = RTL8139.ndi, PCI\VEN_10EC&DEV_8139&REV_10 %RTL8139P.DeviceDesc% = RTL8139P.ndi, PCI\VEN_10EC&DEV_8139&REV_20 %RTL8139.DeviceDesc% = RTL8139.ndi, PCI\VEN_10EC&DEV_8139&SUBSYS_813910EC&REV_10 %RTL8139P.DeviceDesc% = RTL8139P.ndi, PCI\VEN_10EC&DEV_8139&SUBSYS_813910EC&REV_20 ;;**************************************************************************** ;; NT 5.x ;;**************************************************************************** ;---------------- ; RTL8139 Family ;---------------- [RTL8139.ndi.NT] AddReg = RTL8139.common.reg, RTL8139.reg Characteristics = 0x84 BusType = 5 CopyFiles = RTL8139.CopyFiles [RTL8139.ndi.NT.Services] AddService = rtl8139, 2, rtsnt.Service, RTL8139.EventLog ;------------ ; RTL8139c + ;------------ [RTL8139P.ndi.NT] AddReg = RTL8139P.common.reg, RTL8139.reg, RTL8139P.W2K.reg Characteristics = 0x84 BusType = 5 CopyFiles = RTL8139.CopyFiles [RTL8139P.ndi.NT.Services] AddService = rtl8139, 2, rtsnt.Service, RTL8139.EventLog [RTL8139.CopyFiles] Rtl39a64.sys,,,2 ;;**************************************************************************** ;; RTL8139 common parameters ;;**************************************************************************** ;---------------- ; RTL8139 Family ;---------------- [RTL8139.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, %dmAutoMode% HKR,Ndi\params\DuplexMode\enum, 2, 0, %dm10HalfMode% HKR,Ndi\params\DuplexMode\enum, 3, 0, %dm10FullMode% HKR,Ndi\params\DuplexMode\enum, 4, 0, %dm100HalfMode% HKR,Ndi\params\DuplexMode\enum, 5, 0, %dm100FullMode% 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\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,,EarlyTxThreshold,,"4" HKR,,WakeUpFrame,,"1" HKR,,LinkUp,,"0" HKR,,EnableLDPS,,"0" ;------------ ; RTL8139c + ;------------ [RTL8139P.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, %dmAutoMode% HKR,Ndi\params\DuplexMode\enum, 2, 0, %dm10HalfMode% HKR,Ndi\params\DuplexMode\enum, 3, 0, %dm10FullMode% HKR,Ndi\params\DuplexMode\enum, 4, 0, %dm100HalfMode% HKR,Ndi\params\DuplexMode\enum, 5, 0, %dm100FullMode% 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\NumCoalesce, ParamDesc, 0, "Number of Tx Coalesce Buffer" HKR,Ndi\Params\NumCoalesce, Type, 0, "int" HKR,Ndi\Params\NumCoalesce, Default, 0, "16" HKR,Ndi\Params\NumCoalesce, Min, 0, "0" HKR,Ndi\Params\NumCoalesce, Max, 0, "32" HKR,Ndi\Params\NumCoalesce, Step, 0, "1" HKR,Ndi\Params\NumCoalesce, Base, 0, "10" HKR,,EarlyTxThreshold,,"4" HKR,,WakeUpFrame,,"1" HKR,,LinkUp,,"1" HKR,,EnableLDPS,,"0" [RTL8139P.W2K.reg] HKR,Ndi\params\Offload, ParamDesc, 0, "Task Offload" HKR,Ndi\params\Offload, default, 0, "1" HKR,Ndi\params\Offload, type, 0, "enum" HKR,Ndi\params\Offload\enum, "0", 0, "All Disable" HKR,Ndi\params\Offload\enum, "1", 0, "Checksum" HKR,Ndi\params\Offload\enum, "2", 0, "Chksum & TCP_Segment" HKR,Ndi\params\Support8021p, ParamDesc, 0, "802.1Q/1p VLAN Tagging" HKR,Ndi\params\Support8021p, default, 0, "0" HKR,Ndi\params\Support8021p, type, 0, "enum" HKR,Ndi\params\Support8021p\enum, "0", 0, "Disable" HKR,Ndi\params\Support8021p\enum, "1", 0, "Enable" ;;**************************************************************************** ;; NT 5.0 parameters ;;**************************************************************************** [RTL8139.reg] HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi, Service, 0, "RTL8139" [rtsnt.Service] DisplayName = %RTL8139.Service.DispName% ServiceType = 1 ; %SERVICE_KERNEL_DRIVER% StartType = 3 ; %SERVICE_DEMAND_START% ErrorControl = 1 ; %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\Rtl39a64.sys LoadOrderGroup = NDIS [RTL8139.EventLog] Addreg = RTL8139.AddEventLog.reg [RTL8139.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 ;;**************************************************************************** ;; Destination Directory ;;**************************************************************************** [DestinationDirs] RTL8139.CopyFiles = 12 DefaultDestDir = 11 ; LDID_SYS ;;**************************************************************************** ;; Source Files ;;**************************************************************************** [SourceDisksNames] 1=%DISKNAME%,,, [SourceDisksFiles] Rtl39a64.sys = 1 ;;**************************************************************************** ;; Strings ;;**************************************************************************** [Strings] ;;Source disk name DISKNAME = "Realtek RTL8139/810x Family Fast Ethernet NIC Driver" Realtek = "Realtek" NetworkAddress = "Network Address" EarlyTxThreshold = "Early Tx Threshold" SpeedDuplexMode = "Link Speed/Duplex Mode" dmAutoMode = "Auto Mode" dm10HalfMode = "10 Half Mode" dm10FullMode = "10 Full Mode" dm100HalfMode = "100 Half Mode" dm100FullMode = "100 Full Mode" RTL8139.DeviceDesc = "Realtek RTL8139/810x Family Fast Ethernet NIC" RTL8139P.DeviceDesc = "Realtek RTL8139c+ Fast Ethernet NIC" ;;NT service name RTL8139.Service.DispName = "Realtek RTL8139/810x Family Fast Ethernet NIC NT Driver"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.