jatnenet.INF Driver File Contents (USBENET.exe)

;; netklsi.inf - INF file for Kawasaki LSI USB-USB driver
;; Copyright (c) 1998-2000 Kawasaki LSI,USA, Inc.

[Version]
Signature="$CHICAGO$"
Compatible=1
Class=Net
Provider=%KLSI%
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
;CatalogFile=klsiusb.cat
DriverVer = 02/24/2000

[Manufacturer]
%KLSI%=KLSI

[SourceDisksNames]
50=%DisketteDesc%,,0

[SourceDisksFiles]
jatnenet.sys = 50
jatnenet.inf = 50

[DestinationDirs]
KLSIUSB.CopyFiles = 11
ndis5.CopyFiles   = 12


;****************************************************************************
; Exclude from select the USB device -- it should be auto-detected!
;****************************************************************************

[ControlFlags]
ExcludeFromSelect     = USB\VID_087D&PID_5704

[KLSI]
%USB\VID_087D&PID_5704.DeviceDesc% = KLSIUsbUsb, USB\VID_087D&PID_5704

;****************************************************************************
; Device Install Sections
;
; Section names ending in ".NT" point to Windows NT 5.0-compatible sections
;****************************************************************************

; KLSI USB-USB Adapter

[KLSIUsbUsb.NT]
AddReg=KLSIUSB.ndi,KLSIUSB_parms.reg
Characteristics=0x84
BusType=0 ; USB
CopyFiles=ndis5.CopyFiles

[KLSIUsbUsb.NT.Services]
AddService=KLSIUSB,2,KLSIUSB.ServiceDesc,KLSIUSB.EventLog

[KLSIUsbUsb]
AddReg=KLSIUSB_Win9X.ndi,KLSIUSB_parms.reg,KLSIUSB_flags.reg
CopyFiles=KLSIUSB.CopyFiles
DeviceID=USB\VID_087D&PID_5704

[ndis5.CopyFiles]
jatnenet.sys,,,0x2

[KLSIUSB.CopyFiles]
jatnenet.sys

[KLSIUSB.EventLog]
AddReg=KLSIUSB.AddEventLog

[KLSIUSB.AddEventLog]
HKR, ,EventMessageFile,  0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, ,TypeSupported,     0x00010001, 7

[KLSIUSB.ServiceDesc]
DisplayName      = %KLSIUSB.DriverDesc%
ServiceType      = 1
StartType        = 3
ErrorControl     = 1
ServiceBinary    = %12%\jatnenet.sys
LoadOrderGroup   = NDIS,NTKERN,NDIS

[KLSIUSB.ndi]
HKR,Ndi,                Service,         0,  "KLSIUSB"
HKR,Ndi\Interfaces,     UpperRange,      0,  "ndis5"
HKR,Ndi\Interfaces,     LowerRange,      0,  "ethernet"
HKR,,                   PlatformType,    0,  "1"
HKR,,                   UpdateI2C,       0,  "NO"

[KLSIUSB_Win9x.ndi]

HKR,,AdapterName,,KLSIUSB
HKR,NDIS,LogDriverName,,KLSIUSB
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0a
HKR,Ndi,CardType,,"PNP"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Install,,,"KLSIUSB.Install"
HKR,Ndi\Remove,,,"KLSIUSB.Remove"
HKR,Ndi,HelpText,,"Kawasaki LSI USB-USB Adapter"
HKR,,                   UpdateI2C,       0,  "NO"
HKR,Ndi,DeviceID,,USB\VID_087D&PID_5704

[KLSIUSB.Install]
AddReg=KLSIUSB.Addreg

[KLSIUSB.AddReg]
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,DeviceVxDs,,jatnenet.sys


;****************************************************************************
; Device Parameters
;****************************************************************************

[KLSIUSB_parms.reg]

; NetworkAddress
HKR,NDI\params\NetworkAddress,ParamDesc,,"%NetworkAddress%"
HKR,NDI\params\NetworkAddress,type,,edit
HKR,NDI\params\NetworkAddress,LimitText,,12
HKR,NDI\params\NetworkAddress,UpperCase,,1
HKR,NDI\params\NetworkAddress,optional,,1

; MaxTransmits
HKR,NDI\params\MaxTransmits,ParamDesc,,"%MaxTransmits%"
HKR,NDI\params\MaxTransmits,type,,int
HKR,NDI\params\MaxTransmits,min,,1
HKR,NDI\params\MaxTransmits,max,,128
HKR,NDI\params\MaxTransmits,step,,1
HKR,NDI\params\MaxTransmits,default,,10

; MaxTxFrameSize
HKR,NDI\params\MaxTxFrameSize,ParamDesc,,"%MaxTxFrameSize%"
HKR,NDI\params\MaxTxFrameSize,type,,int
HKR,NDI\params\MaxTxFrameSize,min,,64
HKR,NDI\params\MaxTxFrameSize,max,,1514
HKR,NDI\params\MaxTxFrameSize,step,,1
HKR,NDI\params\MaxTxFrameSize,default,,1514

; TxBufferSize
HKR,NDI\params\TxBufferSize,ParamDesc,,"%TxBufferSize%"
HKR,NDI\params\TxBufferSize,type,,int
HKR,NDI\params\TxBufferSize,min,,128
HKR,NDI\params\TxBufferSize,max,,4096
HKR,NDI\params\TxBufferSize,step,,64
HKR,NDI\params\TxBufferSize,default,,4096

; MinRcvBuffs
HKR,NDI\params\MinRcvBuffs,ParamDesc,,"%MinRcvBuffs%"
HKR,NDI\params\MinRcvBuffs,type,,int
HKR,NDI\params\MinRcvBuffs,min,,1
HKR,NDI\params\MinRcvBuffs,max,,200
HKR,NDI\params\MinRcvBuffs,step,,1
HKR,NDI\params\MinRcvBuffs,default,,40

; RcvBuffSize
HKR,NDI\params\RcvBuffSize,ParamDesc,,"%RcvBuffSize%"
HKR,NDI\params\RcvBuffSize,type,,int
HKR,NDI\params\RcvBuffSize,min,,64
HKR,NDI\params\RcvBuffSize,max,,1514
HKR,NDI\params\RcvBuffSize,step,,1
HKR,NDI\params\RcvBuffSize,default,,1514

; DebugLevel
HKR,NDI\params\DebugLevel,ParamDesc,,"%DebugLevel%"
HKR,NDI\params\DebugLevel,type,,int
HKR,NDI\params\DebugLevel,min,,0
HKR,NDI\params\DebugLevel,max,,5
HKR,NDI\params\DebugLevel,step,,1
HKR,NDI\params\DebugLevel,default,,0

; NumUsbBuffs
HKR,NDI\params\NumUsbRcvBuffs,ParamDesc,,"%NumUsbRcvBuffs%"
HKR,NDI\params\NumUsbRcvBuffs,type,,int
HKR,NDI\params\NumUsbRcvBuffs,min,,1
HKR,NDI\params\NumUsbRcvBuffs,max,,100
HKR,NDI\params\NumUsbRcvBuffs,step,,1
HKR,NDI\params\NumUsbRcvBuffs,default,,30

; UsbReadConcatDelay
HKR,NDI\params\UsbReadConcatDelay,ParamDesc,,"%UsbReadConcatDelay%"
HKR,NDI\params\UsbReadConcatDelay,type,,int
HKR,NDI\params\UsbReadConcatDelay,min,,0
HKR,NDI\params\UsbReadConcatDelay,max,,20
HKR,NDI\params\UsbReadConcatDelay,step,,1
HKR,NDI\params\UsbReadConcatDelay,default,,1

; DisableMediaState
HKR,NDI\params\DisableMediaState,ParamDesc,,"%DisableMediaState%"
HKR,NDI\params\DisableMediaState,default,,"NO"
HKR,NDI\params\DisableMediaState,type,,enum
HKR,NDI\params\DisableMediaState\enum,"NO",,"NO"
HKR,NDI\params\DisableMediaState\enum,"YES",,"YES"

; These aren't used in Windows NT 5.0, keep for Windows 9X

[KLSIUSB_flags.reg]
HKR,NDI\params\RcvBuffSize,flag,1,30,00,00,00
HKR,NDI\params\MinRcvBuffs,flag,1,30,00,00,00
HKR,NDI\params\MaxTxFrameSize,flag,1,30,00,00,00
HKR,NDI\params\TxBufferSize,flag,1,30,00,00,00
HKR,NDI\params\MaxTransmits,flag,1,30,00,00,00
HKR,NDI\params\NetworkAddress,flag,1,30,00,00,00
HKR,NDI\params\DebugLevel,flag,1,30,00,00,00
HKR,NDI\params\NumUsbRcvBuffs,flag,1,30,00,00,00
HKR,NDI\params\UsbReadConcatDelay,flag,1,30,00,00,00
HKR,NDI\params\DisableMediaState,flag,1,30,00,00,00

[strings]
; Manufacturer and Provider strings
KLSI="Jaton"

; Diskette Names
DisketteDesc="USB Ethernet Device Driver"

; Devices
USB\VID_087D&PID_5704.DeviceDesc = "Jaton USB Ethernet Device Adapter"

; Parameter Names
NetworkAddress="Network Address (LAA)"
MaxTransmits="Max Transmits"
MaxTxFrameSize="Max TX Frame Size"
TxBufferSize="TX Buffer Size"
MinRcvBuffs="Min Receive Buffers"
RcvBuffSize="Receive Buffer Size"
DebugLevel="Level for debug msgs"
NumUsbRcvBuffs="Num of USB Rcv Buffs"
UsbReadConcatDelay="USB Read Concat Delay"
DisableMediaState="Disable Media Check"
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.66