OEMSETUP.INF Driver File Contents (kye.zip)

; KE2000.INF
;
; NE2000 Compatible PnP Adapter.

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

[Manufacturer]
%V_Manuf%=G_LAN

[G_LAN]
%*2000PnP.DeviceDesc%=*2000PnP.ndi, *2000PnP


;****************************************************************************
;     NE2000 Compatible PnP Ethernet Adapter.
;****************************************************************************

[*2000PnP.ndi]
AddReg=*2000PnP.ndi.reg,ne2000.ndi.reg,Clone.params.reg,MCASLOT.params.reg
LogConfig=*2000PnP.LogConfig

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

[*2000PnP.LogConfig]
IRQConfig=3,4,5,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,,KE2000.SYS
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"KE2000"
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]
KE2000.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_Manuf="Generic"
; PNP novell Devices
*2000PnP.DeviceDesc="NE2000 Compatible PnP Adapter."
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: 1.21