README.TXT Driver File Contents (nic311.zip)


		32-bit (NWAY) PCI Series (Fast) Ethernet Adapter
		  NetWare Client32 Driver Installation
=================================================================================

    (C) Copyright 1997 All Rights Reserved.

Contents:
		A.) File Description
		B.) Driver Installation for NetWare Server 3.1x, 4.x
		C.) Driver Installation for DOS32
		D.) Driver Installation for Microsoft Windows 3.x
		E.) Driver Installation for Microsoft Windows 95
		F.) Parameter Description for PCIC32.LAN


A.) File Description
--------------------

-------------------------------------------------------------------------------
Filename	      Description
-------------------------------------------------------------------------------
README.TXT	      This file. Presents a summary of the contents for
		      NetWare Client32 driver installation.

PCIC32.LAN	      32-BIT Client32 ODI driver for 32-bit PCI Series (Fast)
		      Ethernet Adapter. This driver complies with NetWare ODI
		      Server driver SPEC 3.3.

PCIC32.LDI	      The driver (PCIC32.LAN) installation information file for
		      NetWare Server 4.X, NeDOS32, Microsoft Windows 3.x.

PCIC32.INF	      The driver (PCIC32.LAN) installation information file for
		      Microsoft Windows 95.

SETWIN95.BAT	      Batch file for installing the Client32 driver Installation
		      Information file on Microsoft Windows 95 system.

ETHERTSM.NLM	      NetWare Server 3.1X, 4.X LAN driver Topology Specific
		      Module(TSM) for Ethernet.

3.1X\NBI31X.NLM       NetWare Server 3.1X Bus Interface module.

3.1X\MSM31X.NLM       NetWare Server 3.1X LAN driver Media Support Module(MSM).

4.X\NBI.NLM	      NetWare Server 4.X Bus Interface module.

4.X\MSM.NLM	      NetWare Server 4.X LAN driver Media Support Module(MSM).
-------------------------------------------------------------------------------



B.) Driver Installation for NetWare Server 3.1x, 4.x
----------------------------------------------------

    B.1) Driver Installation for NetWare Server 3.12

	 1.> Insert 32-bit PCI Series (Fast) Ethernet Driver Diskette into the
	     floppy drive (A: or B:).
	 2.> Change directory to NetWare Server directory (for example:
	     CD\SERVER.312)
	 3.> Copy the following files from Driver Diskette to the system's
	     NetWare Server directory.

		   \LANDRV32\3.1X\NBI31X.NLM
		   \LANDRV32\3.1X\MSM31X.NLM
		   \LANDRV32\ETHERTSM.NLM
		   \LANDRV32\PCIC32.LAN

	 4.> Sample AUTOEXEC.NCF for NetWare Server 3.12

	     AUTOEXEC.NCF
	     ============
		LOAD C:NBI31X
		LOAD C:MSM31X
		LOAD C:ETHERTSM
		LOAD C:PCIC32 FRAME=ETHERNET_802.2 NAME=E_8022
		LOAD C:PCIC32 FRAME=ETHERNET_802.3 NAME=E_8023
		LOAD C:PCIC32 FRAME=ETHERNET_II NAME=E_II
		LOAD C:PCIC32 FRAME=ETHERNET_SNAP NAME=E_SNAP
		BIND IPX E_8022 NET=10
		BIND IPX E_8023 NET=20
		BIND IPX E_II	NET=30
		BIND IPX E_SNAP NET=40


    B.2) Driver Installation for NetWare Server 4.X

	 1.> Change directory to NetWare Server directory (for example:
	     CD\NWSERVER )
	 2.> Load NetWare Server System by typing SERVER, then press <Enter>.
	 3.> When the Server prompt appears, load the NetWare Server
	     Installation Utility by typing,

		:LOAD INSTALL

	 4.> Select "Driver options" from "Installation Options" menu.
	     Press <Enter>.
	 5.> Select "Configure network drivers" from "Driver Options" menu.
	     Press <Enter>.
	 6.> Select "Select a driver" from "Additional Driver Actions" menu.
	     Press <Enter>.
	 7.> Press <Ins> to install an unlisted driver, and press <F3> to
	     specify the correct path.
	 8.> Insert 32-bit PCI Series (Fast) Ethernet Driver Diskette into the
	     floppy drive and enter the drive path (A: or B:).
	 9.> Select "[Green River]32-bit PCI Series (Fast) Ethernet driver" from
	     the "Select a driver" menu, and then press <Enter>.
	10.> You can select "Select/Modify driver parameters and protocols"
	     from the "Board PCIC32_1 (Driver PCIC32) Actions" menu.  Press
	     <Enter> to set up the driver parameters. (Refer to Item F.)
	     If the settings are correct, select "Save parameters and load
	     driver", and press <Enter>.

	11.> Follow screen instructions to complete the driver installation.

	12.> Sample AUTOEXEC.NCF for NetWare Server 4.X

	     AUTOEXEC.NCF (one board)
	     ========================
		LOAD C:NBI
		LOAD C:MSM
		LOAD C:ETHERTSM
		LOAD C:PCIC32 FRAME=ETHERNET_802.2 NAME=E_8022
		LOAD C:PCIC32 FRAME=ETHERNET_802.3 NAME=E_8023
		LOAD C:PCIC32 FRAME=ETHERNET_II NAME=E_II
		LOAD C:PCIC32 FRAME=ETHERNET_SNAP NAME=E_SNAP
		BIND IPX E_8022 NET=10
		BIND IPX E_8023 NET=20
		BIND IPX E_II	NET=30
		BIND IPX E_SNAP NET=40

	     AUTOEXEC.NCF (two boards)
	     =========================
		LOAD C:NBI
		LOAD C:MSM
		LOAD C:ETHERTSM
		LOAD C:PCIC32 SLOT=10001 FRAME=ETHERNET_802.2 NAME=E_8022_1
		LOAD C:PCIC32 SLOT=10001 FRAME=ETHERNET_802.3 NAME=E_8023_1
		LOAD C:PCIC32 SLOT=10001 FRAME=ETHERNET_II NAME=E_II_1
		LOAD C:PCIC32 SLOT=10001 FRAME=ETHERNET_SNAP NAME=E_SNAP_1
		LOAD C:PCIC32 SLOT=10002 FRAME=ETHERNET_802.2 NAME=E_8022_2
		LOAD C:PCIC32 SLOT=10002 FRAME=ETHERNET_802.3 NAME=E_8023_2
		LOAD C:PCIC32 SLOT=10002 FRAME=ETHERNET_II NAME=E_II_2
		LOAD C:PCIC32 SLOT=10002 FRAME=ETHERNET_SNAP NAME=E_SNAP_2
		BIND IPX E_8022_1 NET=10
		BIND IPX E_8023_1 NET=20
		BIND IPX E_II_1   NET=30
		BIND IPX E_SNAP_1 NET=40
		BIND IPX E_8022_2 NET=50
		BIND IPX E_8023_2 NET=60
		BIND IPX E_II_2   NET=70
		BIND IPX E_SNAP_2 NET=80


C.) Driver Installation for DOS32
---------------------------------

    1.> After installing the NetWare Client 32 for DOS, all you have to do
	is modify STARTNET.BAT.  Please see the sample STARTNET.BAT below
	the following installation instructions.

    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, and press <Enter> to continue the installation process.

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

    4.> Insert the 32-bit PCI Series (Fast) Ethernet Driver Diskette into your
	floppy diskette drive, and specify the correct driver path (A: or B:).

    5.> Select "32-bit PCI Series (Fast) Ethernet driver", and press
	<Enter>.

    6.> Set the correct driver parameters to comply with your network
	environment, and press <F10> to continue.  Refer to Item F. for
	driver parameter settings.

    7.> Follow screen instructions to complete the Client32 for DOS software
	installation.

    8.> Reboot your machine.

    Sample STARTNET.BAT for DOS32.
    ==============================
       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\PCIC32.LAN FRAME=ETHERNET_802.2
       LOAD C:\NOVELL\CLIENT32\PCIC32.LAN FRAME=ETHERNET_802.3
       LOAD C:\NOVELL\CLIENT32\PCIC32.LAN FRAME=ETHERNET_II
       LOAD C:\NOVELL\CLIENT32\PCIC32.LAN FRAME=ETHERNET_SNAP
       LOAD C:\NOVELL\CLIENT32\IPX.NLM
       LOAD C:\NOVELL\CLIENT32\CLIENT32.NLM


D.) Driver Installation for Microsoft Windows 3.x
-------------------------------------------------

Please refer to Item C.
In Step 2, mark "NetWare Client 32 for DOS" and "Client 32 for Windows",
and follow Step 3...8 to complete the installation.

E.) Driver Installation for Microsoft Windows 95
------------------------------------------------

The 32-bit PCI Series (Fast) Ethernet Adapters are based on the DEC chip DC21x40.
Thus the 21x40 driver supported by Win95 will work for these adapters. However, if you want
to run the 32-bit PCI Series (Fast) Ethernet driver, you should remove the adapter object
and driver from Win95 system before installing it.  No matter which driver you have
installed, the DEC DC21x4 based driver or 32-bit PCI Series (Fast) Ethernet
NDIS 2/3 driver, before installing the 32-bit PCI Series (Fast) Ethernet Adapter
Client 32 driver, you should take the following steps.

    E.1) Remove adapter object & driver for DECchip 21140
	 or 32-bit PCI Series (Fast) Ethernet Adapter **
	 ================================================
	 1.> Click the "My Computer" icon.
	 2.> Click the "Control Panel" icon in My Computer window.
	 3.> Double-click the "System" icon in the Control Panel window.
	 4.> Click the "Network adapter" icon in the System window.
	 5.> Click on:

	     "PCI Fast Ethernet DECchip 21140 Based Adapter" or
	     "32-bit 10/100M (-NWAY) PCI Fast Ethernet Adapter"

	     in the System window.

	 6.> Click <Remove> button, and press <OK>.
	 7.> Close the dialog windows.


	 **Note: If you NEVER plugged any 32-bit PCI Series (Fast) Ethernet
		 adapter into your PC, Procedure E.1 is not necessary.	Just start
		 from Procedure E.2.

    E.2) Install the Client 32 driver installation information file
	 ==========================================================
	 8.> Switch to MS-DOS Command Prompt.
	 9.> Insert the 32-bit PCI Series (Fast) Ethernet Driver Diskette into
	     the floppy drive (A: or B:).
	10.> Type the following DOS commands:

	     CD \WINDOWS\INF
	     RENAME NETPCI.INF *.IN_
	     RENAME ETHPCI.INF *.IN_
	     COPY A:\LANDRV32\PCIC32.INF
	     EXIT

	     Notice: You also can use the SetWin95.bat file located in the
		     \LANDRV32 directory.  You can execute the following program
		     to install the Client 32 driver installation information file.

		     C:\>A:\LANDRV32\SETWIN95 C:\<Win 95 system directory>

	11.> Reboot your machine.



    E.3) Install Client 32 Driver in Windows 95
	 ======================================

	12.> Plug 32-bit PCI Series (Fast) Ethernet adapter into one of the Master
	     PCI slots of your PCI platform.
	13.> Power on your machine and boot from Windows 95.
	14.> Windows 95 will prompt you with the PCI Ethernet Controller in New
	     Hardware Found dialog box.
	15.> Then the screen displays either "32-bit 10/100M (-NWAY) PCI Fast
	     Ethernet Adapter" in New Hardware Found dialog box.

	16.> Follow screen instructions to complete installation.

	     Note: Windows 95 will ask you to key in the proper path.
		   Use any of the following:

		a.> NetWare Client 32 for Windows 95 Disk
		b.> 32-bit PCI Series (Fast) Ethernet Driver Diskette
		    --> Insert 32-bit PCI Series (Fast) Ethernet Driver Diskette,
		    Then assign the path to A:\LANDRV32 or B:\LANDRV32
		c.> Windows 95 CD-ROM


F.) Parameters Description for PCIC32.LAN
-----------------------------------------
	The following parameters are used in PCIC32.LAN.

    1.> SLOT:	  Specify which adapter is enabled when multiple 32-bit
		  PCI Series (Fast) Ethernet Adapters are found in your
		  computer.  The SLOT keyword is an index value corresponding
		  to PCI BIOS.	The value of SLOT is different from one machine
		  to the other.

		  Ex: LOAD PCIC32 SLOT=10001 FRAME=ETHERNET_802.2
		      LOAD PCIC32 SLOT=10004 FRAME=ETHERNET_II

    2.> FRAME	: Specify which frame type is used by the driver.  Accepted
		  values are Ethernet_802.2, Ethernet_802.3, Ethernet_II and
		  Ethernet_SNAP.  Multiple frame types can be enabled by the
		  driver by loading the same driver with different FRAME types.

		  Ex: LOAD PCIC32 FRAME=ETHERNET_802.2
		      LOAD PCIC32 FRAME=ETHERNET_802.3
		      LOAD PCIC32 FRAME=ETHERNET_II
		      LOAD PCIC32 FRAME=ETHERNET_SNAP

    3.> NODE	: Use a different address to replace the node address burned
		  in EEPROM.

		  Ex: LOAD PCIC32 NODE=0200E8001122

    4.> Attachment: Specify the connection type of 32-bit PCI Series (Fast)
	Ethernet adapter.

	Default value is AUTODETECT.

       Driver Parameters     Description
       =================     ====================================================
       AUTODETECT	     (Autodetect)
			     for 10/100M (NWAY) PCI Adapter, run-time auto-sense
			     the connection type and line speed.

       TP		     (Twisted Pair)
			     Connector type is RJ-45.
			     10BASE-T ==> Line_Speed=10
			     100BASE-TX ==> Line_Speed=100


       BNC		     (Thick wire)
			     Connector is BNC (10BASE2).
			     10/100M (-NWAY) Adapter does not support
			     this parameter.


       AUI		     (AUI)
			     Connector is AUI (10BASE5).
			     Currently, 32-bit PCI Series (Fast)
			     Ethernet boards do not support this connector.

      TP_FULL_DUPLEX	     (Twisted Pair - Full Duplex)
			     Connector is RJ-45 in full-duplex mode.
			     The throughput is 20Mbps for 10BASET and
			     200Mbps for 100BASE-Tx.

      TP_NO_LINK_TEST	     (Twisted Pair with link test disabled)
			     Connector is RJ-45, but the link test function of
			     transceiver is disabled. This function should be
			     enabled if your repeater does not support link
			     test function.

		  Ex: LOAD PCIC32 TP
		      LOAD PCIC32 TP LINE_SPEED=100
		      LOAD PCIC32 BNC
		      LOAD PCIC32 AUTODETECT
		      LOAD PCIC32 TP_FULL_DUPLEX LINE_SPEED=100

    5.> LINE_SPEED: (Line_Speed)
		    Specify the speed that your network adapter.
		    Acceptable values are 10 and 100.  No default value is
		    assigned.

    6.> TURBO	  : (Turbo mode)
		    Enhance the performance if your PCI platform uses SATURN
		    CDC or PCMC chip.

    7.> SNOOZE	  : (Snooze mode)
		    With 10/100M (-NWAY) PCI Adapter's new NIC, Snooze mode can reduce
		    power consumption.	The NIC can stop most of its internal clock
		    operation unless network activity is detected.
		    This is not a default function of PCIC32.LAN.


    8.> CAPTURE_EFFECT: (Enable this function to solve the Capture Effect problem.)
		    The driver offers a vendor supported function to avoid
		    starvation when multiple collisions occur on the network line.
		    But this function is not a standard part of the Ethernet SPEC.
		    This parameter lets you enable the function to prevent
		    the Capture Effect problem.
-- 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: 2.02