README.TXT Driver File Contents (8022.exe)

              Standard Microsystems Corporation

             SMC8022T  EZ PCMCIA 10Base-T Adapter
             SMC8022BT EZ PCMCIA Combo Adapter for

          NetWare Server, Netware client for DOS/WIN




IMPORTANT NOTE:

  *****    Before you install the driver in server and client,   *****
  *****    you have to enable the EZ PCMCIA Adatper first.       *****
  *****    Use "SMCOPEN.EXE /int=x /port=xxx " located           *****
  *****    in the root of the driverDisk to activate the         *****
  *****    card first (In DOS prompt)                            *****



NetWare Driver Installation for Novell 3.12
Novell 4.10, Novell 4.11, DOS, Windows3.x 
========================================================================

Novell NetWare V3.12 AND V4.10 Server Driver Installation
=========================================================

1.   Things You Need
     ÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
  Before you start with the installation process make sure you have
  the following :

     a)    Hardware Driver Disk
     b)    Novell NetWare Version 3.12 AND V4.10 System Diskette

2.   How To Install O.S. Driver
     ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

     a)    Insert  the SMC  EZ PCMCIA 10Base-T Adapter
       Driver Disk into  drive  A
       and check the contents of subdirectory  \NETWARE
       It should contain the following file :

         SMC8022.LAN  ÄÄ? Novell NetWare V3.12 Server Driver

     b)    Copy  the contents of the Novell NetWare  386  Version
       3.11 System  Diskette  into your  NetWare  386  server
       station  hard  disk.   Please  refer  to  your  Novell
       NetWare 386 Installation Manual for details.

     c)    Copy  the  SMC8022.LAN file from the Hardware Driver Disk
       into the NetWare server station hard disk.

     d)    Run SERVER.EXE on the server station.  Several NetWare
       messages will be shown on-screen.

     e)    At the NetWare  prompt (indicated by a colon),  run
       the  driver  program, type the following line if using one adapter:

        : LOAD [d:]SMC8022 Frame=frame_type <Enter>


       or type the following line if more adapters are used:

        : LOAD [d:]SMC8022 SLOT=board# Frame=frame_type

        where board# starts 0 to 4, because number of adapters supported is 4
        (You can reference the autoexec.ncf example included in the floppy)

          LOAD SMC8022 SLOT=0 FRAME=Ethernet_802.3
          BIND IPX SMC8022
          LOAD SMC8022 SLOT=0 FRAME=Ethernet_802.2
          BIND IPX SMC8022
          LOAD SMC8022 SLOT=0 FRAME=Ethernet_SNAP
          BIND IPX SMC8022
          LOAD SMC8022 SLOT=0 FRAME=Ethernet_II
          BIND IPX SMC8022


     f)    Bind IPX with LAN driver, at the Netware server prompt,
       type :

         :BIND IPX SMC8022 <Enter>

       After  pressing <Enter> the computer prompts  you  for
       the Network Number.  For details on how to assign this
       number,  please consult your NetWare 386  Installation
       Manual.

       If  problems  occur during the binding  process,  your
       screen  will prompt you with error  messages.   Please
       refer to your NetWare 386 manual for details on  these
       messages.   The LAN driver installation  is  completed
       when you see the following message on-screen :

       IPX  LAN  Protocol  bound to  NE Mode vx.xxRxx (yymmdd).

Novell NetWare V4.11 Server Driver Installation
===============================================

Requirements
------------
Make sure you have the following:

1. Driver Diskette

Installation Procedure
----------------------
1. Insert the Driver Diskette that comes with the package
   into drive A: and check the contents of the
   subdirectory \NETWARE. It should have
   the following files:

   SMC8022.LAN    ----> your Novell NetWare v4.x Server Driver
   SMC8022.LDI    ----> your Novell NetWare v4.x Server Driver
             configuration file

2. At the NetWare prompt (indicated by the Server name), run
   the INSTALL.NLM program by typing:

  server name: LOAD INSTALL <Enter>

3. Follow screen instruction to complete the process. Respond
   to prompts displayed on the screen. Select the following
   items in the order given below. Press <Enter> to confirm
   each choice:

   Maintenance/Selective Install        <Enter>
   LAN Driver Options (Configure/Load/...)  <Enter>

4. Press the <Ins> key to insert other drivers you wish
   to install.

5. Press <F3> to display the driver loading path as follows:
   A:\NETWARE          <Enter>

6. The SMC8022.LAN will appear as an item under the
   "Select a LAN Driver" menu. Choose the correct board number
   and Select it to load the driver and start the binding
   process. This will allow you to load and bind all 4 frame
   types supported by NetWare.

7. Next time you reboot your NetWare 4.11 server, do so by
   following steps 2 to 4 above.


Notes about the Novell v4.x and the v3.1x drivers
--------------------------------------------------
Installation Procedure
----------------------

1. The NetWare v4.x and v3.11 drivers have different
   architectures. When using NetWare v4.x, you should
   load the NBI.NLM ,MSM.NLM and ETHERTSM.NLM modules
   before loading server driver SMC8022.LAN.

2. SMC8022.LAN is your server driver for NetWare v4.x. When
   loading SMC8022.LAN, it will check whether or not
   these three modules (NBI.NLM ,MSM.NLM and ETHERTSM.NLM) have been
   loaded. If not, it will load them automatically.

3. After the SMC8022.LAN is loaded, type the "MODULES" command to
   view and confirm that the additional modules, MSM.NLM and
   ETHERTSM.NLM loaded.

4. The default frame type SMC8022.LAN binding for NetWare v4.x
   is Ethernet_802.2 and not Ethernet_802.3.

5. If you have any trouble to load NLM modules , Please refer autoexec.ncf
   in each directory.


Novell Netware Client for DOS32 installation
============================================

    1.> If you have completed installed the Netware Client 32 for DOS,
        all you have to do is to modify STARTNET.BAT.  Please see the
        sample STARTNET.BAT below.
        if not, Please follow the next step 2 - step 7.

    Sample STARTNET.BAT is as follow:

SET NWLANGUAGE=English
C:\NOVELL\CLIENT32\NIOS.EXE
LOAD C:\NOVELL\CLIENT32\LSLC32.NLM
LOAD C:\NOVELL\CLIENT32\CMSM.NLM
LOAD C:\NOVELL\CLIENT32\ETHERTSM.NLM
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=ETHERNET_802.2 
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=Ethernet_802.3 
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=Ethernet_II 
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=Ethernet_SNAP 

LOAD C:\NOVELL\CLIENT32\IPX.NLM
LOAD C:\NOVELL\CLIENT32\CLIENT32.NLM
C:


SET NWLANGUAGE=English
C:\NOVELL\CLIENT32\NIOS.EXE
LOAD C:\NOVELL\CLIENT32\LSLC32.NLM
LOAD C:\NOVELL\CLIENT32\CMSM.NLM
LOAD C:\NOVELL\CLIENT32\ETHERTSM.NLM
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=ETHERNET_802.2 port=300
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=Ethernet_802.3 port=300
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=Ethernet_II  port=300
LOAD C:\NOVELL\CLIENT32\NW41.LAN FRAME=Ethernet_SNAP port=300

LOAD C:\NOVELL\CLIENT32\IPX.NLM
LOAD C:\NOVELL\CLIENT32\CLIENT32.NLM
C:



    2.> Run INSTALL.EXE from Netware DOS 32 diskette 1 (or from Netware
        4.11 CD). When the product manual appears,  mark the
        "Netware Client 32 for DOS" item, then press <Enter>.

    3.> Select "OTHER DRIVERS" item from "32-bit Network Board Drivers" menu,
        then press <Enter>.

    4.> select "USER SPECIFIED 32 BIT DRIVER."         press <Enter>.

    5.> Insert SMC EZ PCMCIA 10Base-T Adapter
        Driver Diskette into your floppy
        diskette drive,then specify the driver path like A: or B:.

    6.> Following instructions to complete the Client32 for DOS software
        installation.

    7.> Reboot your machine.


Novell Netware Client for Microsoft Windows 3.X installation
============================================================

    Please refer to Content B.), in step 2, mark "Netware Client 32 for DOS"
    and "Client 32 for Windows"; in step 5, specify the driver path like
    A:\LANDRV32 or B:\LANDRV32. then following step 3..7
    to complete the installation.


Novell Netware Client for Microsoft Windows 95 installation
===========================================================

    If you have installed the Microsoft Client in your Windows 95 system,
    you should remove the adapter object and NDIS 2/3 driver of the
    adapter from the Windows 95 system.  If you have installed previously
    SMC EZ PCMCIA 10Base-T Adapter NDIS 2/3 driver,
    you should do the following steps
    before installing the SMC EZ PCMCIA 10Base-T Adapter
    Client32 driver.

    D.1) Remove the previously installed adapter object & driver of
         SMC EZ PCMCIA 10Base-T Adapter, if any.
     ==============================================================
     1.> Click the "My Computer" icon in the Main Program Group.
     2.> Click the "Control Panel" icon from My Computer window.
     3.> Click the "System" icon from the Control Panel window.
     4.> Click the "Network adapter" icon from System window.
     5.> Click the "SMC EZ PCMCIA 10Base-T Adapter"
         icon from System window.
     6.> Click <Remove> button, then click <OK> button.
     7.> Close the opened windows.


     Note:  If you NEVER pluged SMC EZ PCMCIA 10Base-T Adapter
            into your PC,  Procedure D.1) is not necessary.  And you
            just start from Procedure D.2).


    D.2) Client 32 Driver Installation on Windows 95
     ===============================================

     8.> Plug SMC EZ PCMCIA 10Base-T Adapter onto one
         of the ISA or EISA  slots of your PC machine.
     9.> Turn the power on to bootup the Windows 95.
    10.> Windows 95 will then prompt the "SMC EZ PCMCIA 10Base-T Adapter
         " in New Hardware Found dialog box.
    11.> Following instructions to complete the installation.

         Note: Windows 95 will ask you to key in the proper path of the
               following diskette:

            a.> Netware Client 32 for Windows 95 Disk,
            b.> SMC EZ PCMCIA 10Base-T Adapter Driver Diskette
                --> Insert Driver Diskette,
                then, assign the path to A:\LANDRV32 or B:\LANDRV32
            c.> Windows 95 CD-ROM


TRADEMARKS
==========
All trademarks or brand names mentioned are trademarks of their
respective companies.

==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: web2, load: 1.08