Metropoli BBS
VIEWER: readme.txt MODE: TEXT (CP437)

┌───────────────────────────────────────────────────────────────┐
│		  ACCTON TECHNOLOGY CORPORATION 		│
│	ETHERPOCKET LAN MANAGER DRIVER INSTALLATION GUIDE	│
│								│
│		     08/19/1993 VERSION 2.11			│
│								│
│	Copyright 1989-1993 ACCTON Technology Corporation	│
│		      All rights reserved.			│
└───────────────────────────────────────────────────────────────┘

The drivers contained in this diskette are for the following
ACCTON EtherPocket lan adapters:

	┌────────────────────────────────────────────┐
	│   Product Name	    Product Number   │
	├────────────────────────────────────────────┤
	│  EtherPocket-10T	       EN2201	     │
	│  EtherPocket-CX	       EN2202	     │
	│  EtherPocket-Duo	       EN2209	     │
	└────────────────────────────────────────────┘


They are used with 3Com 3+Open, Microsoft OS/2 LAN Manager OEM
distribution, Release 1.x or 2.x,  and	other  compatible  OEM
versions of LAN Manager.  The drivers named ETHPOCK conform to
the Network Driver Interface Specification (NDIS) defined by
Microsoft/3Com.


1. INSTALLATION PROCEDURE

  a. Add Device=c:\dos\ansi.sys command at config.sys, Reboot PC.

  b. Insert the PC-NFS Installation diskette into the diskette drive (A: or B:)
     and type: install. Press <Enter>.

  c. Enter the destination "Drive letter:" (usually C:). Press <Enter>.

  d. Select "Ethernet" and press <Enter>.

  e. Select the "NDIS" option of "Ethernet Adapter" menu

  f. Follow all the prompts that appear.

  g. Specify the PC name, IP address, server name, and server
     IP address (Contact System Administrator).

  h. Follow all the prompts to finish the installation.

  i. The system create \LANMAN and \NFS directory on the destination drive.

  j. After finished, copy the ETHPOCK.DOS file from the
     subdirectory \MSLANMAN.DOS\DRIVERS\ACCTON\ACCNE on your
     Accton driver program diskette to the \LANMAN (C: or D:)
     directory on your destination driver.

  k. Use a text editor, edit the config.sys. Add this
      line above the NFS_NDIS driver specification:

	   DEVICE=C:\LANMAN\ETHPOCK.DOS

  l. Edit the protocol.ini file at \LANMAN directory.

	 1). Replace [your-mac-module] with [ETHPOCK]

	 2). Replace drivername = YOURMAC$ with drivername = ETHPOCK$

	    Specify the correct IRQ and IOBASE value (May be omitted)
	    for this adapter depending on whether the adapter's set

	      ...
	 3). Replace bindings = YOUR-MAC-MODULE with bindings = ETHPOCK$

    m. Reboot the computer.

    n. Execute NFSCONF.EXE to configure system (i.e. Mount a virtual driver E:)
       Execute TELNET.EXE to do terminal emulation.

   Sample configuration files:

2. Config.sys

   shell=c:\command.com /P /E:526
   dos=high, UMB
   rem ----pcnfs install
   Device=c:\dos\ansi.sys
   DEVICE=C:\NFS\PCNFS.SYS  /m
   DEVICE=C:\NFS\SOCKDRV.SYS
   DEVICE=C:\LANMAN\PROTMAN.SYS /i:C:\LANMAN --> specify PROTOCOL.INI directory.
   device=C:\LANMAN\ETHPOCK.DOS  -----------> Accton NDIS driver name
   DEVICE=C:\LANMAN\NFS-NDIS.SYS
   FILES=50
   BUFFERS=50
   LASTDRIVE=v
   STACKS=9,256

3. Protocol.ini at \LANMAN directory

   [protocol manager]
      drivername = PROTMAN$

   [ETHPOCK]
      drivername = ethpock$

   [NFS-NDIS]
      drivername = NFSLINK1
      bindings = ETHPOCK

4. Autoexec.bat

   ...
   SET TZ=PST8
   SET path=C:\;C:\NFS;C:\LANMAN
   SET NFSDRIVE=D
   C:lanman\netbind   ----> Add this line to Binding NDIS driver
   PRT *
   NFSRUN
-- THE END --

[ RETURN TO DIRECTORY ]