README.TXT Driver File Contents (SMC1660_all.zip)

.TOPIC:
Contents

               STANDARD MICROSYSTEMS CORPORATION
 
            SMC EZ Card 10 Ethernet ISA Network Cards
     	     Microsoft LAN Manager DOS Client Driver
                   For Ethernet LAN Cards

                      INSTALLATION GUIDE


    This software is licensed by SMC for use by its customers only.
      Copyright (c) 1997 Standard Microsystems Corporation.
                     All rights reserved.


SUPPORTED NETWORK CARDS		

SMC EZ Card 10 Ethernet ISA Network Cards:
 o SMC1660T
 o SMC1660BT
 o SMC1660BTA
		 
		
 The driver \MSLANMAN.DOS\DRIVERS\ETHERNET\SMC\SMC1660.DOS conforms
 to the Network Driver Interface Specification (NDIS) defined by
 Microsoft and 3Com. 


 =============================
 DRIVER INSTALLATION PROCEDURE
 =============================

 Use one of the following procedures to match your LAN Manager version,
 either 2.0, 2.1, or 2.2.  Then, refer to the sample configuration file
 (following all three procedures) that also corresponds to your version;
 some circumstances require you to change settings in those files.

 LAN Manager Version 2.0
 -----------------------

 1. Connect to the LAN Manager directory and enter the Setup utility.

 2. Select "Import Network Drivers..." in the Action field.
    Press [Enter] to continue.

 3. Insert the SMC Diskette for the EZ Card 10 ISA models into the floppy
    drive.  Press [Enter] to see the list of Imported Network Drivers.

 4. Use the spacebar to select the driver for the SMC EZ Card 10 ISA cards.
    Press [Enter] to confirm.

 5. Follow the prompts displayed to complete the process,
    until "Network Driver" is displayed.

 6. Identify your network card, if asked.  In this case, select
    "SMC EZ Card ISA 10 Adapter." 

 7. Select the "Add driver" and the "Add protocol" options.
    Select "OK" to confirm.  The computer's primary parameters
    should be displayed.

 8. Follow the prompts displayed to complete the process.

 9. Save all selections by selecting "Save" from the Action Menu.

 10. Press F3 to exit.


 LAN Manager Version 2.1
 -----------------------

 1. Connect to the LAN Manager directory and enter the LMSETUP utility.
    The Microsoft LAN Manager Setup screen is displayed.

 2. Select "Network Drivers..." in the "Configuration" field.
    Press [Enter] to confirm.

 3. Select "Add New Configs" and press [Enter] to display a list of
    network drivers.

 4. Select "Other Driver" and press [Enter].

 5. Insert the SMC Diskette for EZ Card 10 ISA models into the floppy drive.
    Enter the path name of the diskette.  Select "OK" to continue.

 6. Select the "SMC EZ Card ISA 10 Adapter" driver.
    Select "OK" to confirm.

 7. Using the spacebar, select an appropriate protocol.
    Select "OK" to confirm.

 8. The Configuration Complete message should appear.

 9. Select "Save" to save the configuration.

 10. Press F3 to exit.


 LAN Manager Version 2.2
 -----------------------

 1. Connect to the LAN Manager directory and enter the Setup utility.
    The Microsoft LAN Manager Setup screen appears.

 2. Select "Network Drivers..." in the "Configuration" field.
    Press [Enter] to confirm.

 3. Select "Add New Config" and press [Enter] to display a list of
    network drivers.

 4. Select "Other Driver" and press [Enter].

 5. Insert the SMC Diskette for the EZ Card 10 ISA models into the floppy 
    drive. Enter the path name of the diskette.  Select "OK" to continue.

 6. Select the "SMC EZ Card ISA 10 Adapter" driver.
    Select "OK" to confirm.

 7. Using the spacebar, select an appropriate protocol.
    Select "OK" to confirm.  If you select the TCP/IP protocol, you
    will be prompted for the IP address, the subnet mask, and the
    default gateway (router).  By default, the workstation number of
    the NetBIOS session is set to 6.

    See the Microsoft LAN Manager Installation Manual or the on-line
    help for more details

 8. The Configuration Complete message should appear.

 9. Select "Save" to save the configuration.

 10. Press F3 to exit.


 All LAN Manager Versions
 ------------------------

 NOTE: If you are installing LAN Manager for the first time, you will
       be prompted for the default user name and domain of the
       workstation, as well as for other Windows environment and
       memory management information.

 You must edit the "SMC1660_NIF" section of the PROTOCOL.INI file in
 the following cases.  See the example at the end of this file.

     o IF more than one SMC EZ Card 10 Ethernet ISA network card is 
       installed, you must specify the interrupt ("interrupt = ") and 
       I/O base address ("iobase = ") for each card.  Use the settings
       obtained from the hardware configuration; you can view the settings
       in SETUP166.

       NOTE: The ISA Plug-and-Play hardware configuration of an additional
	     card can change the configuration of an existing,
	     working card.  Check its hardware configuration again, and
	     if changed, reinstall the driver.

     o IF you have a non-Plug-and-Play computer, you must change the
       interrupt setting ("interrupt = ") and I/O base address setting
       ("iobase = ") to match the hardware configuration for the
       card, as listed by SETUP166.	If you did not make note
       of these settings when they were configured, you may use the
       "View Configuration" Menu item in SETUP166 to note them now.



 ==========================
 SAMPLE CONFIGURATION FILES
 ==========================

 Use one of the following to match your LAN Manager version,
 either 2.0, 2.1, or 2.2.


 LAN Manager Version 2.0
 -----------------------

 AUTOEXEC.BAT file:

    @echo off
    PROMPT $P$G
    PATH=c:\PE2;C:\DOS50;C:\NC;
    APPEND=C:\PE2;C:\DOS50;
    REM ===== LANMAN 2.0 ==== DO NOT MODIFY BETWEEN THESE LINES
    REM ===== LANMAN 2.0 ====
    SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
    C:\LANMAN.DOS\DRIVERS\PROTMAN\NETBIND
    NET START WORKSTATION
    REM ===== LANMAN 2.0 === DO NOT MODIFY BETWEEN THESE LINES
    REM ===== LANMAN 2.0 ====

 CONFIG.SYS file:

    LASTDRIVE=Z
    BUFFERS = 35
    FILES = 35
    ...
    DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS
    DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\SMC\SMC1660.DOS
    DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\NETBEUI\NETBEUI.DOS

 PROTOCOL.INI file:

    [PROTOCOL MANAGER]
    DRIVERNAME = PROTMAN$

    [NETBEUI_XIF]
    Drivername = netbeui$
    BINDINGS = "SMC1660_NIF"

    [SMC1660_NIF]
    ; PROTOCOL.INI for SMC EZ Card 10 ISA network card
    drivername = SMC1660$
    ; interrupt = 3		     (See above note for "All LAN Manager
    ; iobase = 0x300		      versions" for conditions requiring
    ; End of this sample file	      you to change these lines!)


 LAN Manager Version 2.1 or 2.2
-------------------------------

 AUTOEXEC.BAT file:

    @echo off
    PROMPT $P$G
    PATH=c:\PE2;C:\DOS50;C:\NC;
    APPEND=C:\PE2;C:\DOS50;
    @REM === LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES
    @REM === LANMAN 2.1 ===
    SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
    NET START WORKSTATION
    LOAD NETBEUI
    @REM === LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES
    @REM === LANMAN 2.1 ===

 CONFIG.SYS file:

    LASTDRIVE=Z
    BUFFERS = 35
    FILES = 35
    .
    .
    .
    DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS
    DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\SMC\SMC1660.DOS

 PROTOCOL.INI file:

    [PROTMAN]
    DRIVERNAME = PROTMAN$
    DYNAMIC = YES
    PRIORITY = NETBEUI

    [NETBEUI_XIF]
    Drivername = netbeui$
    SESSIONS = 6
    NCBS = 12
    BINDINGS = "SMC1660_NIF"
    LANABASE = 0

    [SMC1660_NIF]
    ; PROTOCOL.INI for SMC EZ Card 10 ISA network card
    drivername = SMC1660$
    ; interrupt = 3		     (See above note for "All LAN Manager
    ; iobase = 0x300		      versions" for conditions requiring
    ; End of this sample file	      you to change these lines!)

This commercial computer software and documentation is provided with
RESTRICTED RIGHTS.  Use, duplication, or disclosure by the
Government is subject to restrictions set forth in subparagraphs
(c) (1) (ii) of the Rights in Technical Data and Computer Software
clause at DFARS 252.227-7013, or subparagraphs (c) (1) and (2) of the
Commercial Computer Software -- Restricted Rights clause at
FAR 52.227-19, or Alternate III of the Rights in Data -- General
clause at FAR 52.227-14, as applicable.  The manufacturer /
subcontractor is Standard Microsystems Corporation,  350 Kennedy Drive,
Hauppauge, NY 11788.

SMC and Standard Microsystems are registered trademarks, and EZ Card 10 is a
trademark of Standard Microsystems Corporation.  Other product and company
names are registered trademarks or trademarks of their respective holders.

-----End of File----

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: web3, load: 3.13