NETRT.INF Driver File Contents (Genius_MouseMate_SW_Win_and_more.zip)

; NETRT.INF
;
; Relatek Network Interface Cards.
;
; Copyright 1993-1994, Realtek Semiconductor Corporation

[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_Realtek%=Realtek

[Realtek]
%*rtl8019as.DeviceDesc%=*rtl8019as.ndi, *rtl8019as    ; Realtek RTL8019AS


;****************************************************************************
;    *RTL8019AS   Realtek RTL8019AS
;****************************************************************************

[*rtl8019as.ndi]
AddReg=*RTL8019AS.ndi.reg,ne2000.ndi.reg,Clone.params.reg,MCASLOT.params.reg
LogConfig=*rtl8019as.LogConfig

[*RTL8019AS.ndi.reg]
HKR,Ndi,DeviceID,,"*RTL8019AS"
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00

[*rtl8019as.LogConfig]
IRQConfig=3,4,5,7,9,10,11,12,15
IOConfig=20@200-3FF%FFE0(3FF::)


;****************************************************************************
; NE2000 Drivers
;****************************************************************************
; Base section for ne2000 users
[ne2000.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,PNPNT.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"PNPNT"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
;HKR,NDIS\NDIS2,DriverName,,"PNPND$"
;HKR,NDIS\NDIS2,FileName,,"PNPND.dos"
;HKR,NDIS\ODI,DriverName,,"PNPODI"
;HKR,NDIS\ODI,FileName,,"PNPODI.com"
; Interfaces
;HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
;HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sectioins
HKR,Ndi\Install,ndis3,,"ne2000.ndis3"
;HKR,Ndi\Install,ndis2,,"ne2000.ndis2"
;HKR,Ndi\Install,odi,,"ne2000.odi"


; Install NDIS3
[ne2000.ndis3]
CopyFiles=ne2000.ndis3.CopyFiles
[ne2000.ndis3.CopyFiles]
PNPNT.sys

; Install NDIS2
[NE2000.ndis2]
CopyFiles=ne2000.ndis2.CopyFiles
[ne2000.ndis2.CopyFiles]
PNPND.dos

; Install ODI
[NE2000.odi]
CopyFiles=ne2000.odi.CopyFiles
[ne2000.odi.CopyFiles]
PNPODI.com


; extra params for ne2000
[NE2000.params.reg]
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
;ndis2
;HKR,NDI\params\Interrupt,resc,1,04,00,00,00
;HKR,Ndi\params\interrupt,ParamDesc,,"Interrupt Level"
;HKR,NDI\params\Interrupt,flag,1,10,00,00,00
;HKR,NDI\params\IOBase,resc,1,02,00,00,00
;HKR,NDI\params\IOBase,ParamDesc,,"I/O Base Address"
;HKR,NDI\params\IOBase,flag,1,10,00,00,00

; extra params for clones
[Clone.params.reg]
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
;ndis2
;HKR,NDI\params\Interrupt,resc,1,04,00,00,00
;HKR,Ndi\params\interrupt,ParamDesc,,"Interrupt Level"
;HKR,NDI\params\Interrupt,flag,1,10,00,00,00
;HKR,NDI\params\IOBase,resc,1,02,00,00,00
;HKR,NDI\params\IOBase,ParamDesc,,"I/O Base Address"
;HKR,NDI\params\IOBase,flag,1,10,00,00,00

; base mca slot section
[MCASLOT.params.reg]
; Adapter Slot Number
HKR,Ndi\params\slotnumber,ParamDesc,,"Adapter Slot Number"
HKR,Ndi\params\slotnumber,type,,int
HKR,Ndi\params\slotnumber,default,,1
HKR,Ndi\params\slotnumber,min,,1
HKR,Ndi\params\slotnumber,max,,8
HKR,Ndi\params\slotnumber,step,,1
HKR,Ndi\params\slotnumber,optional,,1
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
ne2000.ndis3.CopyFiles      =11
;ne2000.ndis2.CopyFiles      =26 ; LDID_WINBOOT
;ne2000.odi.CopyFiles        =26

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_Realtek="Realtek"
; PNP novell Devices
*rtl8019as.DeviceDesc="Realtek RTL8019AS"

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