iplnet.inf Driver File Contents (SysLinkXP.zip)

; /****************************************************************************
; ** COPYRIGHT (C) 2000-2001 INARI CORPORATION                               **
; **		 																 **
; ** INF file for	INARI IPL1201 (Gen3) PCI Network Adapter Driver  		 **
; **				INARI IPL020x (Gen2) USB Network Adapter Driver	   		 **
; **																		 **
; ** HTTP://WWW.INARI.COM/                                                   **
; ** THIS FILE IS PART OF THE INARI POWER-LINE NDIS 5.0 MINIPORT SAMPLE 	 **
; ** DRIVER	(Windows 98/ME/2000)			                                 **
; ****************************************************************************/

[Version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Inari%
Compatible  = 1
DriverVer   = 05/22/2001,5.00.00.2000

[Manufacturer]
%Inari%     = Inari

[ControlFlags]
ExcludeFromSelect = PCI\VEN_16CC&DEV_0001,\
					USB\VID_07BB&PID_4E31,\
					USB\VID_07BB&PID_0001

[Inari]
; DisplayName					Section				DeviceID
; -----------					-------				--------
%iplnet.IPL1201PCIDeviceDesc%  = IPL1201PCI.ndi,    PCI\VEN_16CC&DEV_0001   ;Inari 12Mbps PCI Power-line Adapter
%iplnet.IPL020xUSBNeboDeviceDesc%  = IPL020xUSB1.ndi,	USB\VID_07BB&PID_4E31	;Inari 2Mbps USB Power-line Adapter (HDK Board)
%iplnet.IPL020xUSBSLinkDeviceDesc% = IPL020xUSB2.ndi,	USB\VID_07BB&PID_0001	; SystemLink 2MBps USB Power-line Adapter

; Inari Power-line Based Adapters 
;
; Windows 9X specific entries for 12Mbps PCI
[IPL1201PCI.ndi]
AddReg    = IPL.win9x.reg
DeviceID  = "PCI\VEN_16CC&DEV_0001"

; Windows NT specific entries for 12Mbps PCI
[IPL1201PCI.ndi.NT]
Characteristics = 0x84
BusType         = 5			
AddReg          = IPL.NT.reg
CopyFiles       = IPL.NT.CopyFiles,IPL.admin.CopyFiles

[IPL1201PCI.ndi.NT.Services]
AddService = IPL, 2, IPL.Service, Common.EventLog

; Windows 9X specific entries for 2Mbps USB (HDK Board)
[IPL020xUSB1.ndi]
AddReg    = IPL.win9xWDM1.reg
DeviceID  = "USB\VID_07BB&PID_4E31"

; Windows NT specific entries for 2Mbps USB (HDK Board)
[IPL020xUSB1.ndi.NT]
Characteristics = 0x84
BusType         = 15
AddReg          = IPL.NT.reg
CopyFiles       = IPL.NT.CopyFiles,IPL.admin.CopyFiles
Uninstall	= IPL.remove
UninstallSection= IPL.remove

[IPL020xUSB1.ndi.NT.Services]
AddService = IPL, 2, IPL.Service, Common.EventLog

; Windows 9X specific entries for 2Mbps USB (SystemLink)
[IPL020xUSB2.ndi]
AddReg    = IPL.win9xWDM2.reg
DeviceID  = "USB\VID_07BB&PID_0001"

; Windows NT specific entries for 2Mbps USB (SystemLink)
[IPL020xUSB2.ndi.NT]
Characteristics = 0x84
BusType         = 15
AddReg          = IPL.NT.reg
CopyFiles       = IPL.NT.CopyFiles,IPL.admin.CopyFiles
Uninstall	= IPL.remove
UninstallSection= IPL.remove

[IPL020xUSB2.ndi.NT.Services]
AddService = IPL, 2, IPL.Service, Common.EventLog


;-----------------------------------------------------------------------------
; Inari Powerline Generic NT specific
;

[IPL.NT.reg]
HKR, Ndi,                       Service,    0, "IPL"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

[IPL.Service]
DisplayName     = %iplnet.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\iplnet.sys
LoadOrderGroup  = NDIS
AddReg		= TextModeFlags.Reg
Uninstall	= IPL.remove
UninstallSection= IPL.remove

[IPL.remove]
AddReg		= IPL.remove.reg
DelFiles	= IPL.admin.CopyFiles,IPL.Win9X.CopyFiles,IPL.NT.CopyFiles

[IPL.remove.reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce",SETUP,,"%11%\plxsetup.exe r"

[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

;----------------------------------------------------------------------------
; Inari Powerline Generic Win9x specific
;
[IPL.win9x.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_16CC&DEV_0001"
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "iplnet.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
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, "IPLNET"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A

HKR, Ndi\Install,   ndis3,              0, "IPL.install"

[IPL.install]
CopyFiles = IPL.win9x.CopyFiles,IPL.admin.CopyFiles
Uninstall	= IPL.remove
UninstallSection= IPL.remove

[IPL.win9xWDM1.reg]
HKR,Ndi,DeviceID,,USB\VID_07BB&PID_4E31
HKR,,DeviceVxDs,,iplnet.sys
HKR,,DevLoader,,*ndis
HKR,NDIS,LogDriverName,,"iplnet"
HKR,NDIS,MajorNdisVersion,1,5
HKR,NDIS,MinorNdisVersion,1,0
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Install,,,"IPL.WDM9x.install"
HKR,Ndi,HelpText,,"Inari Nebo Network Adapter"

[IPL.win9xWDM2.reg]
HKR,Ndi,DeviceID,,USB\VID_07BB&PID_0001
HKR,,DeviceVxDs,,iplnet.sys
HKR,,DevLoader,,*ndis
HKR,NDIS,LogDriverName,,"iplnet"
HKR,NDIS,MajorNdisVersion,1,5
HKR,NDIS,MinorNdisVersion,1,0
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Install,,,"IPL.WDM9x.install"
HKR,Ndi,HelpText,,"SystemLink Network Adapter"

[IPL.WDM9x.install]
CopyFiles = IPL.win9x.CopyFiles,IPL.admin.CopyFiles
Uninstall	= IPL.remove
UninstallSection= IPL.remove


;-----------------------------------------------------------------------------
; DestinationDirs
;
[IPL.NT.CopyFiles]
iplnet.sys,,,2

[IPL.win9x.CopyFiles]
iplnet.sys,,,2

[IPL.admin.CopyFiles]
plxadmin.exe
plxsetup.exe
gen3dim.dll

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %SourceDiskName%,,,

[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
iplnet.sys = 1,, ; on distribution disk 1
gen3dim.dll = 1,, ; on distribution disk 1
plxadmin.exe = 1,, ; on distribution disk 1
plxsetup.exe = 1,, ; on distribution disk 1


[DestinationDirs]
IPL.NT.CopyFiles    = 12
IPL.win9x.CopyFiles = 11
IPL.admin.CopyFiles = 11
DefaultDestDir      = 11

[Strings]
Inari			= "Inari"
SourceDiskName	= "SystemLink Network Driver Installation Disk 1"				

iplnet.IPL1201PCIDeviceDesc = "Inari PCI 12 Mbps Power-line Adapter"
iplnet.IPL020xUSBNeboDeviceDesc = "Inari Nebo Network Adapter"
iplnet.IPL020xUSBSLinkDeviceDesc = "SystemLink Network Adapter"
iplnet.Service.DispName		= "Inari Power-line Network Ethernet Emulation Driver"

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