KTC30.INF Driver File Contents (95enu_n4.exe)

; KTC30.INF  
; Windows95 32-bit ODI Driver for Kingston EtheRx KNE30 PCI Ethernet Adapters            
;
; 
; 03/07/97 v.1.1

[version]
InfVersion=00.01.00
signature=$CHICAGO$
Class=Net
provider=%V_N%
Layoutfile=nllayout.inf

;****************************************************************************
;   Manufacturer 
;****************************************************************************
[Manufacturer]
%V_KINGSTON%=Kingston

;****************************************************************************
;   Manufacturer Name 
;****************************************************************************
[Kingston]
%8029.DeviceDesc%=8029.ndi,        PCI\VEN_10EC&DEV_8029  ;Kingston KNE40

;****************************************************************************
;   INF INSTALL SECTION
;****************************************************************************

[8029.ndi]
AddReg=8029.ndi.reg,ktcpci.ndi.reg,ktcpci.pci.reg,8029.con.reg

;****************************************************************************
;   .REG (Device IDs)
;****************************************************************************
[8029.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_10EC&DEV_8029"
HKR,,AdapterCFID,,802910EC

;****************************************************************************
[ktcpci.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*odiload
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; Ndi section
HKR,Ndi,NdiInstaller,,"odipage.dll,odiNdiproc"

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

; Install section
HKR,Ndi\Install,"32 Bit",,"ktcpci.odi32.Install"

; Remove section

; ODI 16 Bit info

; ODI 32 Bit Info
HKR,"ODI\32 Bit",ModulePath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",Modules,,"LSLC32.NLM,CMSM.NLM,ETHERTSM.NLM"
HKR,"ODI\32 Bit",DriverPath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",FileName,,"Ktc30.lan"


;****************************************************************************
;   Install Section
;****************************************************************************
[ktcpci.odi32.Install]
CopyFiles=ktcpci.odi32.CopyFiles
UpdateAutoBat=ktcpci.odi32.autobat

[ktcpci.odi32.autobat]
CmdDelete=LSL
CmdDelete=NESL
CmdDelete=PCIMLID
CmdDelete=ODIHLP

;****************************************************************************
;   Remove Section
;****************************************************************************

;****************************************************************************
;Common Params
;****************************************************************************
[ktcpci.pci.reg]

;   general Ethernet Frame-Type params
;-------------------------------------

; First Logical Board
;-------------------------------------
HKR,Ndi\params\Frame1,ParamDesc,,"1. Frame Type"
HKR,Ndi\params\Frame1,default,,1
HKR,Ndi\params\Frame1,type,,enum
HKR,Ndi\params\Frame1,optional,,0
HKR,Ndi\params\Frame1\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame1\enum,2,,"Ethernet_SNAP"
HKR,Ndi\params\Frame1\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame1\enum,4,,"Ethernet_802.3"

; Second Logical Board
;-------------------------------------
HKR,Ndi\params\Frame2,ParamDesc,,"2. Frame Type"
HKR,Ndi\params\Frame2,default,,2
HKR,Ndi\params\Frame2,type,,enum
HKR,Ndi\params\Frame2,optional,,0
HKR,Ndi\params\Frame2\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame2\enum,2,,"Ethernet_SNAP"
HKR,Ndi\params\Frame2\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame2\enum,4,,"Ethernet_802.3"
HKR,Ndi\params\Frame2\enum,5,,"Not used"

; Third Logical Board
;-------------------------------------
HKR,Ndi\params\Frame3,ParamDesc,,"3. Frame Type"
HKR,Ndi\params\Frame3,default,,3
HKR,Ndi\params\Frame3,type,,enum
HKR,Ndi\params\Frame3,optional,,0
HKR,Ndi\params\Frame3\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame3\enum,2,,"Ethernet_SNAP"
HKR,Ndi\params\Frame3\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame3\enum,4,,"Ethernet_802.3"
HKR,Ndi\params\Frame3\enum,5,,"Not used"

; Fourth Logical Board
;-------------------------------------
HKR,Ndi\params\Frame4,ParamDesc,,"4. Frame Type"
HKR,Ndi\params\Frame4,default,,4
HKR,Ndi\params\Frame4,type,,enum
HKR,Ndi\params\Frame4,optional,,0
HKR,Ndi\params\Frame4\enum,1,,"Ethernet_802.2"
HKR,Ndi\params\Frame4\enum,2,,"Ethernet_SNAP"
HKR,Ndi\params\Frame4\enum,3,,"Ethernet_II"
HKR,Ndi\params\Frame4\enum,4,,"Ethernet_802.3"
HKR,Ndi\params\Frame4\enum,5,,"Not used"


; Node Address Override
;-------------------------------------
HKR,Ndi\params\"Node Address",ParamDesc,,"Node Address Override"
HKR,Ndi\params\"Node Address",type,,edit
HKR,Ndi\params\"Node Address",LimitText,,18
HKR,Ndi\params\"Node Address",UpperCase,,1
HKR,Ndi\params\"Node Address",default,,""
HKR,Ndi\params\"Node Address",flag,1,20,00,00,00
HKR,Ndi\params\"Node Address",optional,,1

; PCI Slot #
;-------------------------------------
HKR,Ndi\params\Slot,ParamDesc,,"Adapter Slot Number"
HKR,Ndi\params\Slot,default,,1
HKR,Ndi\params\Slot,type,,int
HKR,Ndi\params\Slot,min,,1
HKR,Ndi\params\Slot,max,,65535
HKR,Ndi\params\Slot,step,,1
HKR,Ndi\params\Slot,optional,,0
HKR,Ndi\params\Slot,flag,1,20,00,00,00

; Help section
HKR,Ndi,HelpText,,%ODIMLID_HELP%


;****************************************************************************
; File to be copied
;****************************************************************************
[ktcpci.odi32.CopyFiles]
KTC30.LAN,,,5


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinatioNdirs]
DefaultDestDir               =11 ; LDID_SYS
ktcpci.odi32.CopyFiles       =24,novell\client32

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_N="Novell"

; Manufacturers
V_KINGSTON="Kingston Technology Company"

;Paths to drivers
DRIVER_32_PATH="novell\client32\"

; Kingston PCI Devices
8029.DeviceDesc=     "Kingston KNE30 EtheRx PCI Client Ethernet Adapter"

; Context help
ODIMLID_HELP="The Kingston ODI driver enables you to use 32-Bit networking components."

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: web4, load: 0.91