Intel Network Drivers for Novell NetWare* 4.11 and Above


Installing the Driver

Before installing, review the Support Pack requirements in System Requirements.

Driver name: CE100B.LAN in the \NWSERVER folder 

NOTE: Prior to installing, either load DOS or NetWare drivers for your server's CD-ROM drive or create a floppy disk from the Intel CD on a different computer. Go to Making a Floppy Disk section.
  1. From the NetWare console, type NWCONFIG or Load Install and press <Enter>.

  2. From the Configuration Options screen, choose Driver options and press <Enter>.

  3. Choose Configure network drivers and press <Enter>. If any drivers are already loaded, a list of them appears.

  4. Choose Load an additional driver and press <Enter>. A list of drivers appears.

  5. Insert the Intel CD or floppy disk you've created and choose Install an unlisted driver by pressing <Insert>.

  6. If you're using a floppy disk, insert the disk in drive A and press <Enter>. If you've mounted the CD as a NetWare volume, press <F3> and enter the source path (cd volume). 

  7. The driver name is displayed: Intel(R) PRO PCI adapter. Press <Enter> to select it.

  8. A prompt appears asking if you want to copy driver CE100B.LAN. Select Yes and press <Enter>.

  9. The next screen asks for parameters for loading the driver. To modify any driver parameters or protocols, highlight Select/Modify driver parameters and protocols and press <Enter>. If you have multiple adapters, enter the slot number for the adapter you are currently configuring. When finished configuring the driver, select Save parameters and load driver to continue.
    NOTES: If your system contains a single network adapter, you may enter any number for the slot. The driver will automatically detect the correct slot number and load successfully.
    If your system contains more than one network adapter, you can find the valid slot numbers for your adapters by pressing <Alt>-<Esc> to switch to the console screen in NetWare. Type LOAD CE100B and press <Enter>. The driver will attempt to load and prompt you with the available slot numbers. Note the slot numbers, and press <Esc> to abort the driver load. Use <Alt>-<Esc> to switch back to the Install screen and enter the correct slot number.

  10. To complete the driver installation process, go back to the Configuration Options screen by pressing <Esc> until you see the Configuration Options screen.

  11. Choose Exit to return to the server console prompt.

NOTES: If the adapter cannot transmit or receive after installation, you may need to modify the frame type or LOAD and BIND statements in the AUTOEXEC.NCF file.
If you are installing multiple adapters, repeat the driver installation process for each adapter in the server.
Some switches can take several seconds to auto-negotiate and establish a link with the adapter. This may result in a false "could not establish link" error message. Use the monitor or check the adapter lights to determine valid connection information.
 

Technical Tips

  1. If the error message "Loader cannot find public symbol: <symbol name>" is encountered:

    Upgrade the ETHERTSM.NLM and MSM31x, or MSM.NLM and be sure to rename MSM31x.NLM to MSM.NLM.

  2. Installing multiple adapters:

    If you have multiple adapters in a single server, each adapter must have a different NET number and SLOT number. Also, you may want to name each adapter. For example:

    LOAD C:\CE100B SLOT=3 NAME=LAN_A
    BIND IPX TO LAN_A NET=222
    LOAD C:\CE100B SLOT=4 NAME=LAN_B
    BIND IPX TO LAN_B NET=333
  3. If you have problems loading the driver on multiple adapters and the initialization fails due to "Insufficient RCBs," increase the number of buffers allocated to the server. Add the following to STARTUP.NCF:

    SET MINIMUM PACKET RECEIVE BUFFERS = 100 (or larger)

    The MINIMUM value you specify should be at least 100 times the number of PRO/100 adapters in the computer.

    The MAXIMUM you can specify depends on the amount of memory in the server, but it must be greater than the MINIMUM. In NetWare 4.1x, this can be set in the STARTUP.NCF, but NetWare 3.12 requires that it be set in the AUTOEXEC.NCF:

    SET MAXIMUM PACKET RECEIVE BUFFERS = 2000 (or larger)
  4. When binding multiple frame types to one adapter, enter a LOAD and BIND statement for each frame type. Each LOAD statement uses the same SLOT number, but each BIND statement needs a unique network number. You must also include a name on each load line to avoid being prompted for the adapter to bind IPX to. Example:

    LOAD C:\CE100B SLOT=3 FRAME=ETHERNET_802.2 NAME=LAN8022
    BIND IPX TO LAN8022 NET=88888
    LOAD C:\CE100B SLOT=3 FRAME=ETHERNET_802.3 NAME=LAN8023
    BIND IPX TO LAN8023 NET=77777