TechNote
Number:06401-01
Date:October 1994
Installing an NDIS driver for DOS workstations under Banyan VINES
1 Introduction
This TechNote tells you how to install a Madge NDIS2 driver for DOS workstations that are connected
to a server running Banyan VINES version 5.5x.
There are two NDIS2 drivers to choose from. First follow the instructions in Section 2, then
follow the instructions in Section 3 or 4:
- To achieve maximum performance from the Ringnode, use the Madge Fastmac driver SMARTND.DOS (see Section 3).
- To save DOS memory, use the Madge Smart NDIS module (available from the BBS) (see Section 4 and the Appendix).
Note
Before you install the driver software for your Ringnode, run the Madge diagnostics program (DIAG.EXE)
and make a note of the interrupt setting that the Ringnode is using.
- Copy the VINES LAN Software (DOS) Install disk to a directory on your workstation called C:\VINES.
- Go to the directory C:\VINES and run the PCONFIG program.
- Select Network Card Settings from the main menu.
- Select NDIS Token Ring from the "Network Card Settings" window.
- In the "NDIS Token Ring" window, type the Ringnode's interrupt setting.
- Proceed to Section 3, 4, or the Appendix.
After Section 2, perform the following:
- For the Bindings= option, type: SMARTND_NIF
- Press F10 to save your configuration. Press Escape to return to the main menu. Then press F10 again.
- Copy all the files in the NDIS directory on the VINES (DOS) workstation disks to the directory C:\VINES
on your workstation.
- Insert the floppy disk containing your Madge NDIS2 driver. Copy the file SMARTND.DOS
into the directory C:\VINES.
- Use a text editor to create a file called PROTOCOL.INI in the directory C:\VINES.
- Ensure that your PROTOCOL.INI file contains at least the information in the listing below.
[PROTOCOL MANAGER]
DRIVERNAME = PROTMAN$
[VINES_XIF]
DRIVERNAME = NDISBAN$
BINDINGS = SMARTND_NIF
[SMARTND_NIF]
DRIVERNAME = SMARTND$
- Add the following 2 lines to the end of your CONFIG.SYS file:
DEVICE=C:\VINES\PROTMAN.DOS /I:C:VINES
DEVICE=C:\VINES\SMARTND.DOS
- Add the following line to the AUTOEXEC.BAT file: BAN /NDTOKBAN
- Reboot the workstation.
The NDIS2 module of the Madge Smart II Software (NDIS.SMT), is currently available from the BBS.
For the location of files on the BBS, see TechNote 99102.
- For the Bindings= option, type: SMART_NDIS
- Press F10 to save your configuration. Press Escape to return to the main menu. Then press F10 again.
- Copy all the files in the NDIS directory on the VINES (DOS) workstation disks to the directory C:\VINES
on your workstation.
- Use a text editor to create a file called SMART.CFG. This file must contain at least the information in
the listing below.
[HOST]
[CARD]
[NDIS] ; enable the NDIS2 interface
- Copy the following files into the directory C:\VINES:
SMART.EXE
NDIS.SMT
SMART.CFG
- Use a text editor to create a file called PROTOCOL.INI in the directory C:\VINES.
- Ensure that your PROTOCOL.INI file contains at least the information in the listing below.
[PROTOCOL MANAGER]
DRIVERNAME = PROTMAN$
[VINES_XIF]
DRIVERNAME = NDISBAN$
BINDINGS = SMTNDIS_NIF
[SMTNDIS_NIF]
DRIVERNAME = SMART_NDIS$
- Add the following line to the end of the CONFIG.SYS file:
DEVICE=C:\VINES\PROTMAN.DOS /I:C:VINES
- Perform one of the following:
- If you want to run SMART.EXE from CONFIG.SYS, add the following line after the line that runs PROTMAN.DOS:
DEVICE=C:\VINES\SMART.EXE
- • If you want to run SMART.EXE from AUTOEXEC.BAT, add the following line to the AUTOEXEC.BAT file:
C:\VINES\SMART
- Add the following line to AUTOEXEC.BAT (ensure that you put this after the line that runs the Smart II Software):
BAN /NDTOKBAN
- Reboot the workstation.
An alternative way to install the Smart NDIS interface is to link the components of the software
into a single file and to load that file as a device driver. To enable you to do this, a batch
file called SMTNDIS.BAT is provided on the BBS. (For the location of files on the BBS, see TechNote 99102.)
The effect of running this is to create a driver called SMTNDIS.DOS.
After Section 2, perform the following:
- For the Bindings= option, type: SMTNDIS_NIF
- Press F10 to save your configuration. Press Escape to return to the main menu. Then press F10 again.
- Copy all the files in the NDIS directory on the VINES (DOS) workstation disks to the directory C:
\VINES on your workstation.
- Use a text editor to create a file called SMART.CFG. This file must contain at least the information in Figure 4.
[HOST]
[CARD]
[NDIS] ; enable the NDIS2 interface
- Copy the following files to the workstation's C:\VINES directory:
SMTNDIS.BAT
SMART.EXE
SMARTLINK.EXE
SMART.CFG
NDIS.SMT
- At the DOS prompt, type:
SMTNDIS C:\VINES C:\VINES
- Use a text editor to create a file called PROTOCOL.INI in the directory C:\VINES.
- Ensure that your PROTOCOL.INI contains at least the information in the listing below.
[PROTOCOL MANAGER]
DRIVERNAME = PROTMAN$
[VINES_XIF]
DRIVERNAME = NDISBAN$
BINDINGS = SMTNDIS_NIF
[SMTNDIS_NIF]
DRIVERNAME = SMART_NDIS$
- Add the following 2 lines to the end of your CONFIG.SYS file:
DEVICE=C:\VINES\PROTMAN.DOS /I:C:VINES
DEVICE=C:\VINES\SMTNDIS.DOS
- Add the following line to the AUTOEXEC.BAT file:
BAN /NDTOKBAN
- Reboot the workstation.