
		    Accton Ethernet Adapter
		 Power Lan driver Installation
		 =============================


To install Accton's EN1657/58-P adapter with Power Lan system, user
can use 3 different methods as following:

      A) Install Power Lan driver with Accton's EN1657/58-P adapter

      B) Install Accton's DOS/ODI drivers for Power Lan

      C) Install Accton's Packet drivers for Power Lan


A) Install Power Lan Driver with Accton's EN1657/58-P adapter
   =====================================================

   To install Power Lan driver with Accton's EN1657/58-P adapter

   1.) Use Power Lan install program, and select "NE2000" item.

   2.) Change Iobase and IRQ setting by Accton's 1Step setup program
       and using the same port at NXNE2000 command line parameter:
       /lp:Iobase /li:IRQ

   Example  -----  PLSTART.BAT

       if %PLTREE%. == . set PLTREE=C:\PL
       REM
       REM - - - - - - - - - - - - - - - - - - Start NETBIOS - - - - - - - - - - - -
       REM
       %PLTREE%\PROGRAMS\nxne2000  /ln:0 /ses:14 /nam:17 /lp:300 /li:3
       REM


B) Install Accton's DOS/ODI driver for Power Lan
   =============================================

   To install Accton DOS/ODI driver at Power Lan system:

   1.) Copy Accton's DOS/ODI driver "NWMLID.COM from A:\NETWARE\ODI\DOSODI
       to C:\PL\PROGRAMS

   2.) Copy Novell's driver "LSL.COM from A:\NETWARE to C:\PL\PROGRAMS

   3.) Create NET.CFG file as following example at C:\PL\PROGRAMS

   4.) Use Power Lan install program, and select "ODI" item,
       then add "LSL.COM" and "NWMLID.COM" before NXODI.EXE
       at C:\PL\ADMIN\SYS\PLSTART.BAT's "start NETBIOS" section


   Example  -----  PLSTART.BAT

       if %PLTREE%. == . set PLTREE=C:\PL
       REM
       REM - - - - - - - - - - - - - - - - - - Start NETBIOS - - - - - - - - - - - -
       REM
       LSL
       %PLTREE%\NWMLID		    ------> Accton's MPX2 DOS/ODI driver
       %PLTREE%\PROGRAMS\nxodi	/ln:0 /ses:14 /nam:17
       REM

   Example  -----  NET.CFG

       Link Driver NWMLID
	      Frame ETHERNET_II
	      Protocol IPX  8137 ETHERNET_II
	      Port 300
	      INT 3



C) Install Accton's Packet driver for Power Lan
   =============================================

   To install Accton packet driver at Power Lan system:

   1.) Copy Accton's packet driver "NWPD.COM" from A:\PKTDRV to
       C:\PL\PROGRAMS

   2.) Use Power Lan install program, and select "NXPACKET" item,
       then add Accton's packet driver "NWPD.COM" before NXPACKET.EXE
       at C:\PL\ADMIN\SYS\PLSTART.BAT's "start NETBIOS" section


   Example  -----  PLSTART.BAT

       if %PLTREE%. == . set PLTREE=C:\PL
       REM
       REM - - - - - - - - - - - - - - - - - - Start NETBIOS - - - - - - - - - - - -
       REM
       %PLTREE%\NWPD 0x60	    ------> Accton's packet driver
       %PLTREE%\PROGRAMS\nxpacket  /ln:0 /ses:14 /nam:17 /li:0x60



-- THE END --
