README.TXT Driver File Contents (NETSURF.zip)

                   Net Surf Technology Corporation
                  NS GPM10C PCMCIA Ethernet Adapter
 
             NetWare Server, Netware client for DOS/WIN
======================================================================



IMPORTANT NOTE:

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



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 Net Surf GPM10C PCMCIA 10Base-T Adapter
       Driver Disk into  drive  A
       and check the contents of subdirectory  \NETWARE
       It should contain the following file :

         GPM10C.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  GPM10C.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:]GPM10C Frame=frame_type <Enter>


       or type the following line if more adapters are used:

        : LOAD [d:]GPM10C 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 GPM10C SLOT=0 FRAME=Ethernet_802.3
          BIND IPX GPM10C
          LOAD GPM10C SLOT=0 FRAME=Ethernet_802.2
          BIND IPX GPM10C
          LOAD GPM10C SLOT=0 FRAME=Ethernet_SNAP
          BIND IPX GPM10C
          LOAD GPM10C SLOT=0 FRAME=Ethernet_II
          BIND IPX GPM10C


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

         :BIND IPX GPM10C <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:

   GPM10C.LAN    ----> your Novell NetWare v4.x Server Driver
   GPM10C.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 GPM10C.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 GPM10C.LAN.

2. GPM10C.LAN is your server driver for NetWare v4.x. When
   loading GPM10C.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 GPM10C.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 GPM10C.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\GPM10C.LAN FRAME=ETHERNET_802.2 PnP_Mode=1 SLOT=10001
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_802.3 PnP_Mode=1 SLOT=10001
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_II PnP_Mode=1 SLOT=10001
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_SNAP PnP_Mode=1 SLOT=10001

LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=ETHERNET_802.2 PnP_Mode=1 SLOT=10002
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_802.3 PnP_Mode=1 SLOT=10002
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_II PnP_Mode=1 SLOT=10002
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_SNAP PnP_Mode=1 SLOT=10002
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\GPM10C.LAN FRAME=ETHERNET_802.2 port=300
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_802.3 port=300
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_II  port=300
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_SNAP port=300

LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=ETHERNET_802.2 port=2a0
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_802.3 port=2a0
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_II  port=2a0
LOAD C:\NOVELL\CLIENT32\GPM10C.LAN FRAME=Ethernet_SNAP port=2a0
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 Net Surf GPM10C 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.



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.94