***************************************************************************** * * * 32-Bit PCI Fast Ethernet Adapter * * * * Netware Server ODI Driver Installation Overview * * * ***************************************************************************** Contents of the file: ===================== A) Driver Installation for Netware Server 4.11, 5.0 B) Driver Installation for Netware Server 3.12, 4.10 C) Driver Installation for DOS32 D) Driver Installation for Microsoft Windows 3.x E) Driver Installation for Microsoft Windows 95 OSR2 F) Driver Custom Keywords A) Driver Installation for Netware Server 4.11, 5.0 ================================================ 1. On the server console, execute the INSTALL.NLM program: LOAD INSTALL <- If you use NetWare 4.11 LOAD NWCONFIG <- If you use Netware 5 2. Choose "Driver Options (load/unload ...)" and press . 3. Choose "Configure network drivers" and press . 4. Choose "Select a driver" and press . 5. Press the key to install the driver which is not on the list. 6. Press to specify a different path (A:\NETWARE) and press . 7. The RTSSRV.LAN should appear on the selection list. Press to choose it. 8. You can "Select/Modify driver parameters and protocols", and then "Save parameters and load driver". 9. You can add the LOAD and BIND command lines to the AUTOEXEC.NCF file so that the LAN driver will be loaded automatically while the server is starting up. B) Driver Installation for Netware Server 3.12, 4.10 ================================================= B.1 Driver Installation for NetWare Server 3.12 1. Insert Driver Diskette in your PC's floppy drive (A: or B:). 2. Change to the NetWare Server directory (for example: CD\SERVER.312) 3. Copy the following files from Driver Diskette to the NetWare Server directory. \NETWARE\312NLM\NBI31X.NLM \NETWARE\312NLM\MSM31X.NLM \NETWARE\312NLM\ETHERTSM.NLM \NETWARE\RTSSRV.LAN 4. Sample AUTOEXEC.NCF for NetWare Server 3.12 AUTOEXEC.NCF ============ LOAD C:NBI31X LOAD C:MSM31X LOAD C:ETHERTSM LOAD C:RTSSRV FRAME=ETHERNET_802.2 NAME=E_8022 LOAD C:RTSSRV FRAME=ETHERNET_802.3 NAME=E_8023 LOAD C:RTSSRV FRAME=ETHERNET_II NAME=E_II LOAD C:RTSSRV 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.10 1. Insert Driver Diskette in your PC's floppy drive (A: or B:). 2. Change to the NetWare Server directory (for example: CD\NWSERVER) 3. Copy the following files from Driver Diskette to the NetWare Server directory. \NETWARE\410NLM\NBI.NLM \NETWARE\410NLM\MSM.NLM \NETWARE\410NLM\ETHERTSM.NLM \NETWARE\RTSSRV.LAN 4. Sample AUTOEXEC.NCF for NetWare Server 4.10 AUTOEXEC.NCF (one board) ======================== LOAD C:NBI LOAD C:MSM LOAD C:ETHERTSM LOAD C:RTSSRV FRAME=ETHERNET_802.2 NAME=E_8022 LOAD C:RTSSRV FRAME=ETHERNET_802.3 NAME=E_8023 LOAD C:RTSSRV FRAME=ETHERNET_II NAME=E_II LOAD C:RTSSRV 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:RTSSRV SLOT=3 FRAME=ETHERNET_802.2 NAME=E_8022_1 LOAD C:RTSSRV SLOT=3 FRAME=ETHERNET_802.3 NAME=E_8023_1 LOAD C:RTSSRV SLOT=3 FRAME=ETHERNET_II NAME=E_II_1 LOAD C:RTSSRV SLOT=3 FRAME=ETHERNET_SNAP NAME=E_SNAP_1 LOAD C:RTSSRV SLOT=4 FRAME=ETHERNET_802.2 NAME=E_8022_2 LOAD C:RTSSRV SLOT=4 FRAME=ETHERNET_802.3 NAME=E_8023_2 LOAD C:RTSSRV SLOT=4 FRAME=ETHERNET_II NAME=E_II_2 LOAD C:RTSSRV SLOT=4 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. 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 the installation instructions. 2. In DOS environment, run "INSTALL" from Netware 4.11 CD root directory. Follow the installation steps of Novell NetWare Client 32. - When "Select the type of installation desired" window appears, select "Client Installation". - When "Select Client to be installed" window appears, select "NetWare Client 32 for DOS and Windows 3.1x" - When the product manual appears, mark the "Netware Client 32 for DOS" item, then press . 3. In "32-Bit Network Board Drivers" window, select "USER SPECIFIED 32 BIT DRIVER". 4. Insert 32-Bit PCI Fast Ethernet Driver Diskette into your floppy diskette drive, then specify the driver path like A:\NETWARE. 5. Select "32-Bit PCI Fast Ethernet Adapter Driver", then press . 6. Refer to Content F) and set the correct driver parameters to comply with your network environment, then press to continue. 7. Following 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\RTSSRV.LAN FRAME=ETHERNET_802.2 LOAD C:\NOVELL\CLIENT32\RTSSRV.LAN FRAME=ETHERNET_802.3 LOAD C:\NOVELL\CLIENT32\RTSSRV.LAN FRAME=ETHERNET_II LOAD C:\NOVELL\CLIENT32\RTSSRV.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 Content B), in step 2, mark "NetWare Client 32 for DOS" and "NetWare Client 32 for Windows", then following step 3..8 to complete the installation. E) Driver Installation for Microsoft Windows 95 OSR2 ================================================= If you have installed the Microsoft Client in your Windows 95 system, you should remove the adapter object and NDIS3 driver of the 32-Bit PCI Fast Eternet Adapter from the Windows 95 system and delete C:\WINDOWS\INF\NETRTS.INF file. Install Novell NetWare Client 32 for Windows 95 OSR2 ---------------------------------------------------- 1. Plug 32-Bit PCI adapter into one of the Master PCI slots of your PC. 2. Turn the PC power ON and then boot from Windows 95. 3. Windows 95 will prompt "PCI Ethernet Controller" in "New Hardware Found" dialog box. Please click on "Cancel" and do not install driver now. 4. In WIN95 environment, run "SETUP.EXE" in the Netware 4.11 CD named \PRODUCTS\WIN95\IBM_ENU directory. Follow the installation steps of Novell NetWare Client 32. 5. In "Select Device" window, please select "[detected net drivers]" and click on "OK" button to follow the installation steps of Client 32. (Please do not click "Have Disk..." to install adapter driver now.) 6. After following the instructions to complete the Client32 for WIN95 software installation, reboot your machine. Install Driver After Novell NetWare Client 32 for Windows 95 is Installed ------------------------------------------------------------------------- 1. Make sure Novell NetWare Client 32 is installed OK and then install 32-Bit PCI Fast Ethernet Adapter Driver again. When the PC is powered on, Windows 95 will prompt "PCI Ethernet Controller" in "New Hardware Found" dialog box. (If your adapter is not detected by Windows 95, refer to TroubleShooting below.) 2. Remove the 32-Bit PCI adapter Driver Diskette in your floppy drive. Click on "Next" button and do not let WIN95 search adapter driver. 3. Insert the 32-Bit PCI adapter Driver Diskette in your floppy drive. Click "Other Locations" and type "A:\NETWARE", then click "OK" button. The message "32-Bit PCI Fast Ethernet Adapter for Novell Netware Client 32" will appear. 4. After the "Finish" button is clicked, Windows starts to copy files from Windows 95 CD-ROM to your hard disk. When the "Copying Files" dialogue shows up to request the directory for the "RTSSRV.LAN" file, type "A:\NETWARE" and click on the "OK" button. 5. Follow the screen's prompt to insert "NetWare Client 32 for Windows 95" disk and click the OK button in the "Insert Disk" dialog box. 6. Otherwise enter the full pathname (ex. D:\PRODUCTS\WIN95\IBM_ENU) of the "NetWare Client 32 for Windows95" installation files in the "Copying Files....." dialog box, then click the OK button. 7. Follow the screen's prompt to insert the "Windows 95 CD-ROM" and click the OK button in the "Insert Disk" dialog box. 8. Otherwise enter the full pathname of the "Windows 95 CD-ROM" installation files in the "Copying Files..." dialog box, then click the OK button. 9. Windows 95 will copy the driver (RTSSRV.LAN) from A:\NETWARE to C:\NOVELL\CLIENT32 directory. 10. Remove the 32-Bit PCI adapter Driver Diskette from your floppy drive. 11. Restart your computer to initialize the network function. NOTE: - C:\NOVELL is the directory where your Novell Client 32 files are located. - C:\WINDOWS is the directory where your Windows 95 O.S. is located. - Do not remove "Novell ODINSUP" from the Network control panel. Removing Novell ODINSUP also removes NetWare Client 32 for Windows 95 if there is only one adapter in use. TroubleShooting in Windows 95 ----------------------------- If your adapter is not detected by Windows 95 "New Hardware Found", your adapter may be already REGISTERED. Therefore, you have to remove the REGISTERED before you install adapter driver again. Method: 1. Click "Network" icon in the "Control Panel" box to make sure your adapter driver not installed. If your adapter driver was installed, remove it. 2. Select "Start" button (left-down corner) and select "Run" item. Type REGEDIT, the registry edidor utility , then click "OK" button to execute it. 3. In the Registry Editor dialogue, double-click "HKEY_LOCAL_MACHINE" item, double-click "Enum", then double-click PCI item. Select the "VEN_10EC&DEV_8139", then delete it. Close Register Editor dialogue. 4. Reboot Windows 95 again to carefully follow the installtion procedures above again. F) Driver Custom Keywords ====================== SLOT: If you want to install mutiple LAN adapters in a server, you have to use the keyword, SLOT, to let driver locate the right adapter. For example: LOAD RTSSRV SLOT=1 FRAME=Ethernet_802.2 NAME=Lan_1 BIND IPX TO Lan_1 NET=2001 LOAD RTSSRV SLOT=2 FRAME=Ethernet_802.2 NAME=Lan_2 BIND IPX TO Lan_2 NET=2002 MEDIUMTYPE: The keyword "MEDIUMTYPE" is provided for specifying adapter's speed and duplex mode. There are five medium values: AUTO, 10HALF, 10FULL, 100HALF, 100FULL. MEDIUMTYPE=AUTO ;operate on auto negotiation mode MEDIUMTYPE=10HALF ;operate on 10M/HalfDuplex mode MEDIUMTYPE=10FULL ;operate on 10M/Fullduplex mode MEDIUMTYPE=100HALF ;operate on 100M/HalfDuplex mode MEDIUMTYPE=100FULL ;operate on 100M/Fullduplex mode For example: LOAD RTSSRV SLOT=1 MEDIUMTYPE=100HALF FRAME=Ethernet_802.2 NAME=LAN_A BIND IPX TO LAN_A NET=11 ---- All trademarks or brand names mentioned are properties of their respective companies.