NDC Instant-Link Ethernet PCMCIA Adapter (ND51XX)
NDIS Driver for SUN PC-NFS Installation
=================================================
PRE-INSTALLATION
Before installing the NOS or network applications, you should first
run NDCONF1 to configure and diagnose the Instant-Link adapter(s).
We recommend you to select "Update CONFIG.SYS" in the "Configuration
Menu" before exiting NDCONF1.
INSTALLATION PROCEDURE
1) Insert the NDC Setup diskette into drive A: and copy the NE2000 NDIS
driver to the destination subdirectory on your PC (the recommended
Destination Subdirectory is C:\LANMAN).
A:\> Copy A:\NDIS\NE2000.DOS C:\LANMAN
2) Insert the "Installation and Connections" diskette into drive A: or
B: .
3) Go to drive A: or B: and type: "INSTALL" and press Enter.
4) Specify the destination drive letter (usually C) and press
Enter.
5) Specify "Ethernet" and press Enter.
6) Select the "NDIS" option.
7) Follow the screen prompts to copy the PCNFS files to your
destination drive.
8) When prompted, press Enter to configure PCNFS.
9) Specify the PC name, IP address, server name, and server IP
address. If you need assistance, refer to the "Configuring
PC-NFS" section of your Sun PC-NFS Installation Guide.
10) Follow the screen prompts to complete the installation.
11) When the installation is complete, select Quit to exit the
configuration program, defer the boot, and return to DOS.
12) Using any text editor, add the following line above the
NFS_NDIS.SYS driver specification in your CONFIG.SYS file:
device=c:\lanman\NE2000.DOS
Note: The 'c:' shown in the line above indicates the
destination drive you selected during the PCNFS installation.
13) Use any text editor to edit the PROTOCOL.NFS file in the
\LANMAN subdirectory in your Destination Directory:
- Replace:
[YOUR-MAC-MODULE]
with:
[NE2000_NIF]
- Replace:
drivername = yourmac$
with:
drivername = MS2000$
- Replace:
option1 = value1 etc.
with:
IOBASE = 0x300
INTERRUPT = 3
where the values for "INTERRUPT" and "IOBASE" must match what
you specified by NDCONF1.
- Replace:
bindings = YOUR-MAC-MODULE
with:
bindings = NE2000_NIF
- Locate the file PROTOCOL.NFS in the \LANMAN subdirectory on
your destination drive and rename it to PROTOCOL.INI. Refer to
your DOS manual if you need assistance.
- Add the following NETBIND statement just before the NFS RUN
statement in your AUTOEXEC.BAT file:
C:\LANMAN\NETBIND
NFSRUN
Note: The 'C:' shown in the line above indicates the
destination drive you selected during the PCNFS installation.
14) Reboot the computer.
15) Execute NFSCONF.EXE to configure system (i.e. Mount a virtual
driver E:). Execute TELNET.EXE to do terminal emulation.
Following are the sample configuration files:
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:\ECARD.EXE /IRQ=3 /PORT=300
or
DEVICE=C:\ECARDCS.EXE /IRQ=3 /PORT=300 (if Card Services
is installed)
DEVICE=C:\LANMAN\PROTMAN.SYS /i:C:\LANMAN
DEVICE=C:\LANMAN\NE2000.DOS
DEVICE=C:\LANMAN\NFS-NDIS.SYS
FILES=50
BUFFERS=50
LASTDRIVE=v
STACKS=9,256
PROTOCOL.INI at \LANMAN directory:
[PROTOCOL MANAGER]
DRIVERNAME = PROTMAN$
[NE2000_NIF]
DRIVERNAME = MS2000$
INTERRUPT = 3
IOBASE = 0x300
[NFS-NDIS]
DRIVERNAME = NFSLINK1
BINDING = NE2000_NIF
AUTOEXEC.BAT:
...
SET TZ=PST8
SET PATH=C:\;C:\NFS;C:\LANMAN
SET NFSDRIVE=D
C:\LANMAN\NETBIND
PRT *
NFSRUN