netjat5.inf Driver File Contents (gn-1000sx_win_eng.zip)

; NETJAT5.INF
;
; Level One Communications Gigabit Ethernet Adapter
;
; Copyright 1998-2000, Level One Communications, Inc.

[version]
Signature   = "$Windows NT$"
;CatalogFile = netl1x86.cat
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider	= %LevelOne%
Compatible 	= 1
DriverVer 	= 01/10/2000, 1.6.0.0

[Manufacturer]
%LevelOne%=LevelOne

[ControlFlags]
ExcludeFromSelect = PCI\VEN_1394&DEV_0001

[LevelOne]
;%JT1001.DeviceDesc%  = JT1ND5.ndi,    PCI\VEN_1308&DEV_0001   ; Level One JT1001
;%LXT1001Evaluation.DeviceDesc% = LXT1ND5.ndi,    PCI\VEN_1394&DEV_0001&SUBSYS_00011394   ; Level One LXT1001
%LXT1001.DeviceDesc% = LXT1ND5.ndi,    PCI\VEN_1394&DEV_0001   ; Level One LXT1001

; Level One JT1001
;
; Windows 9X specific entry
[JT1ND5.ndi]
AddReg    = JT1ND5.id.reg, LXT1ND5.params, LXT1ND5Flags.reg, LXT1ND5.win.reg
;DeviceID  = "PCI\VEN_1308&DEV_0001"
CopyFiles = LXT1ND5.win.CopyFiles

; Level One LXT1001
;
; Windows 9X specific entry
[LXT1ND5.ndi]
AddReg    = LXT1ND5.id.reg, LXT1ND5.params, LXT1ND5Flags.reg, LXT1ND5.win.reg
;DeviceID  = "PCI\VEN_1394&DEV_0001"
CopyFiles = LXT1ND5.win.CopyFiles


; Windows NT specific entry
[JT1ND5.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = LXT1ND5.Cfg.params, LXT1ND5.reg
CopyFiles = LXT1ND5.CopyFiles, LXT1ND5.CopyCfgDll

; Windows NT specific entry
[LXT1ND5.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = LXT1ND5.Cfg.params, LXT1ND5.reg
CopyFiles = LXT1ND5.CopyFiles, LXT1ND5.CopyCfgDll

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT

[JT1ND5.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1308&DEV_0001&SUBSYS_00011308"
HKR,,AdapterCFID,,00011308

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT

[LXT1ND5.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1394&DEV_0001"
HKR,,AdapterCFID,,00011394

;----------------------------------------------------------------------------
; Win9x flags section
; Flags are not needed by NT

[LXT1ND5Flags.reg]
HKR,Ndi\params\NetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\PermanentNetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\DuplexMode,flag,1,20,00,00,00
HKR,Ndi\params\Speed,flag,1,20,00,00,00
;HKR,Ndi\params\MagicPacket,flag,1,20,00,00,00
HKR,Ndi\params\PHYInterface,flag,1,20,00,00,00
;HKR,Ndi\params\IOMode,flag,1,20,00,00,00
;HKR,Ndi\params\CheckCRC,flag,1,20,00,00,00

[LXT1ND5.Cfg.params]

; Custom Property Page
HKR,,EnumPropPages32, 0, "JatoCfgDll.dll,JatoProp"

[LXT1ND5.params]

; Netaddress - Locally Administered Address
;
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,default,,""
HKR,Ndi\params\NetworkAddress,optional,,1

; PermanentNetaddress - Universally Administered Address
;
HKR,Ndi\params\PermanentNetworkAddress,ParamDesc,,"PermanentNetworkAddress"
HKR,Ndi\params\PermanentNetworkAddress,type,,edit
HKR,Ndi\params\PermanentNetworkAddress,LimitText,,12
HKR,Ndi\params\PermanentNetworkAddress,UpperCase,,1
HKR,Ndi\params\PermanentNetworkAddress,default,,""
HKR,Ndi\params\PermanentNetworkAddress,optional,,1

; DuplexMode
;
HKR,Ndi\params\DuplexMode,ParamDesc,,"DuplexMode"
HKR,Ndi\params\DuplexMode,type,,enum
HKR,Ndi\params\DuplexMode,default,,0
HKR,Ndi\params\DuplexMode\enum,0,,"Auto Negotiate"
HKR,Ndi\params\DuplexMode\enum,1,,"Half Duplex"
HKR,Ndi\params\DuplexMode\enum,2,,"Full Duplex"

; Speed
;
HKR,Ndi\params\Speed,ParamDesc,,"Speed"
HKR,Ndi\params\Speed,type,,enum
HKR,Ndi\params\Speed,default,,0
HKR,Ndi\params\Speed\enum,0,,"Auto Negotiate"
HKR,Ndi\params\Speed\enum,1,,"  10 Mbit"
HKR,Ndi\params\Speed\enum,2,," 100 Mbit"
HKR,Ndi\params\Speed\enum,3,,"1000 Mbit"

;; Magic Packet
;;
;HKR,Ndi\params\MagicPacket,ParamDesc,,"MagicPacket"
;HKR,Ndi\params\MagicPacket,type,,enum
;HKR,Ndi\params\MagicPacket,default,,0
;HKR,Ndi\params\MagicPacket\enum,0,,"Enabled"
;HKR,Ndi\params\MagicPacket\enum,1,,"Disabled"

; Phy Type
;
HKR,Ndi\params\PHYInterface,ParamDesc,,"PHYInterface"
HKR,Ndi\params\PHYInterface,type,,enum
HKR,Ndi\params\PHYInterface,default,,0
HKR,Ndi\params\PHYInterface\enum,0,,"Auto Negotiate"
HKR,Ndi\params\PHYInterface\enum,1,,"PCS"
HKR,Ndi\params\PHYInterface\enum,2,,"MII"
HKR,Ndi\params\PHYInterface\enum,3,,"GMII"

;; I/O Mode
;;
;HKR,Ndi\params\IOMode,ParamDesc,,"IOMode"
;HKR,Ndi\params\IOMode,type,,enum
;HKR,Ndi\params\IOMode,default,,0
;HKR,Ndi\params\IOMode\enum,0,,"Bus Master"
;HKR,Ndi\params\IOMode\enum,1,,"PIO"

; Software CRC Check
;
;HKR,Ndi\params\CheckCRC,ParamDesc,,"CheckCRC"
;HKR,Ndi\params\CheckCRC,type,,enum
;HKR,Ndi\params\CheckCRC,default,,1
;HKR,Ndi\params\CheckCRC\enum,0,,"Disabled"
;HKR,Ndi\params\CheckCRC\enum,1,,"Enabled"

;-----------------------------------------------------------------------------
; NT 5 specific
;

[LXT1ND5.reg]
HKR, Ndi,                       Service,    0, "JT1ND"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

[JT1ND5.ndi.NT.Services]
AddService = JT1ND, 2, LXT1ND5.Service, common.EventLog

[LXT1ND5.ndi.NT.Services]
AddService = JT1ND, 2, LXT1ND5.Service, common.EventLog

[LXT1ND5.Service]
DisplayName     = %LXT1ND5.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\JT1ND5.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

;----------------------------------------------------------------------------
; Win98 specific
;
[LXT1ND5.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, jt1nd5.sys
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
HKR, Ndi\Interfaces,DefUpper,   	0, "ndis3"
HKR, Ndi\Interfaces,DefLower,   	0, "ethernet"
HKR, Ndi\Interfaces,UpperRange, 	0, "ndis3"
HKR, Ndi\Interfaces,LowerRange, 	0, "ethernet"

HKR, NDIS,          LogDriverName,      0, "JT1ND"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 01

;HKR, Ndi\Install,   ndis3,              0, "LXT1ND5.install"

;HKR,,MediaType,,1
;HKR,NDIS,MajorDriverVersion,1,0
;HKR,NDIS,MinorDriverVersion,1,01

[SourceDisksNames]
1 = %L1NETDISKNAME%,,,

[SourceDisksFiles]
JT1ND5.sys=1
netjat5.inf=1
;netl1x86.cat=1

;[LXT1ND5.install]
;CopyFiles = LXT1ND5.win.CopyFiles, JT1ND5.CopyInf
;CopyFiles = LXT1ND5.win.CopyFiles

[LXT1ND5.CopyCfgDll]
JatoCfgDll.Dll
JatoCfgDll.hlp
JatoProt.sys

;-----------------------------------------------------------------------------
; DestinationDirs
;
[LXT1ND5.CopyFiles]
JT1ND5.sys,,,2

[LXT1ND5.win.CopyFiles]
JT1ND5.sys

;[JT1ND5.CopyInf]
;netjat5.inf

[DestinationDirs]
LXT1ND5.CopyFiles = 12
LXT1ND5.win.CopyFiles = 11
;JT1ND5.CopyInf              =17 ; LDID_INF
LXT1ND5.CopyCfgDll = 11
DefaultDestDir = 12

[Strings]
LevelOne="PLANEX"
;JT1001.DeviceDesc	= "Adapter"
LXT1001.DeviceDesc = "PLANEX GN-1000SX Giga-Ether Adapter v2.0"
;LXT1001Evaluation.DeviceDesc = "Adapter"
LXT1ND5.Service.DispName = "PLANEX GN-1000SX Giga-Ether Adapter Driver v2.0"
L1NETDISKNAME = "PLANEX GN-1000SX Giga-Ether Adapter Driver Disk v2.0"
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: ftp, load: 1.17