*********************************************************************** * U.S. ROBOTICS CORPORATION * * U.S. Robotics 10/100 PCI NIC TX * * NetWare ODI Driver Installation * * * * COPYRIGHT 2001 U.S. ROBOTICS CORPORATION * * All Rights Reserved. * *********************************************************************** Contents of the file: A. File Description B. Driver Installation for NetWare Server 4.11, 5.0 C. Driver Installation for DOS32 D. Parameters Description for USR7900.LAN A. File Description -------------------- Filename Description ----------------------------------------------------------------------------- NetWare.TXT This file presents a summary of the contents for NetWare Client32 driver installation. USR7900.LAN 32-bit ODI driver for USR7900 Based adapter. This driver complies with NetWare ODI Server driver SPEC 3.31. USR7900.LDI The driver (USR7900.LAN) installation information file for NetWare Server 5.0(Moab), 4.11, NeDOS32, Microsoft Windows 3.x. B. Driver Installation for NetWare Server 4.11, 5.0 --------------------------------------------------- 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. That is, :LOAD INSTALL <- If you use NetWare 4.11 :LOAD NWCONFIG <- If you use Netware 5 4. Select "Driver options" from "Installtion Options" menu, then press <Enter>. 5. Select "Configure network drivers" from "Driver Options" menu, then press <Enter>. 6. Select "Select a driver" from "Additional Driver Actions" menu, then press <Enter>. 7. Press <Ins> to install an unlisted driver, then press <F3> to specify a different path. 8. Insert U.S. Robotics 10/100 PCI NIC TX Driver Diskette to your PC's floppy drive and specify the drive (A: or B:), then press <Enter>. 9. Select "U.S. Robotics 10/100 PCI NIC TX" from "Select a driver to installed:" menu, then press <Enter>. 10. If necessary, select "Select/Modify driver parameters and protocols" from "Board USR7900_1 (Driver USR7900) Actions" menu, then press <Enter> to set up the driver parameters. (Please refer to content F.) Otherwise, select "Save parameters and load driver", then press <Enter>. 11. Following instructions to complete the driver installation. 12. Sample AUTOEXEC.NCF for NetWare Server AUTOEXEC.NCF (one board) ======================== LOAD USR7900 FRAME=ETHERNET_802.2 NAME=E_8022 LOAD USR7900 FRAME=ETHERNET_802.3 NAME=E_8023 LOAD USR7900 FRAME=ETHERNET_II NAME=E_II LOAD USR7900 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 USR7900 SLOT=10001 FRAME=ETHERNET_802.2 NAME=E_8022_1 LOAD USR7900 SLOT=10001 FRAME=ETHERNET_802.3 NAME=E_8023_1 LOAD USR7900 SLOT=10001 FRAME=ETHERNET_II NAME=E_II_1 LOAD USR7900 SLOT=10001 FRAME=ETHERNET_SNAP NAME=E_SNAP_1 LOAD USR7900 SLOT=10002 FRAME=ETHERNET_802.2 NAME=E_8022_2 LOAD USR7900 SLOT=10002 FRAME=ETHERNET_802.3 NAME=E_8023_2 LOAD USR7900 SLOT=10002 FRAME=ETHERNET_II NAME=E_II_2 LOAD USR7900 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. If you have completed installation the NetWare Client 32 for DOS, all you have to modify STARTNET.BAT. Please see the sample STARTNET.BAT below these 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 <Enter>. - When the "Select a LAN Driver Type" windows appears, select "32-bit LAN Drivers", then press <Enter>. 3. In "32-Bit Network Board Drivers" window, select "USER SPECIFIED 32 BIT DRIVER", then press <Enter>. 4. Insert USR USR7900 Based Fast Ethernet Driver Diskette into your floppy diskette drive, then specify the driver path like A:\LANDRV32, then press <Enter>. 5. Select "USR USR7900 Based Fast Ethernet Adapter(32-Bit ODI)", then press <Enter>. 6. Refer to Content F) and set the correct driver parameters to comply with your network environment, then press <F10> 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\USR7900.LAN FRAME=ETHERNET_802.2 LOAD C:\NOVELL\CLIENT32\USR7900.LAN FRAME=ETHERNET_802.3 LOAD C:\NOVELL\CLIENT32\USR7900.LAN FRAME=ETHERNET_II LOAD C:\NOVELL\CLIENT32\USR7900.LAN FRAME=ETHERNET_SNAP LOAD C:\NOVELL\CLIENT32\IPX.NLM LOAD C:\NOVELL\CLIENT32\CLIENT32.NLM D. Parameter Description for USR7900.LAN ---------------------------------------- The following parameters are used in USR7900.LAN. 1. SLOT: specifies which adapter is enabled when multiple USR7900 based adapters are found in your computer. Ex: LOAD USR7900 SLOT=1 FRAME=ETHERNET_802.2 LOAD USR7900 SLOT=1 FRAME=ETHERNET_II 2. FRAME: specifies 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 USR7900 FRAME=ETHERNET_802.2 LOAD USR7900 FRAME=ETHERNET_802.3 LOAD USR7900 FRAME=ETHERNET_II LOAD USR7900 FRAME=ETHERNET_SNAP 3. NODE: Use a different address to replace the node address burned in EEPROM. Ex: LOAD USR7900 NODE=0200E8001122 4. There are five parameters provided for specifying adapter's speed and duplex mode : AUTO, 10-HD, 10-FD, 100-HD, 100-FD. Ex: LOAD USR7900 100-HD FRAME=Ethernet_802.2 NAME=LAN_A BIND IPX TO LAN_A NET=11 ** All trademarks and brand names mentioned belong to their respective owners.Download Driver Pack
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.