home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / 100pcie.exe / HELP / NWCLIENT.32 < prev    next >
Text File  |  1998-06-25  |  5KB  |  106 lines

  1.    ┌────────────────────────────────────────────────────────────────────────┐
  2.    │                  Installation for NetWare Client 32                    │
  3.    └────────────────────────────────────────────────────────────────────────┘
  4.  
  5.    A. NetWare Client 32 for DOS/WIN Installation :
  6.  
  7.       1. Copy \NWCLEINT\CLIENT32\W840OD.LAN into the NetWare Client 32
  8.          subdirectory (default is C:\NOVELL\CLIENT32).
  9.  
  10.       2. Modify STARTNET.BAT in NetWare Client 32 subdirectory.
  11.          For example :
  12.  
  13.          SET NWLANGUAGE=English
  14.          C:\NOVELL\CLIENT32\NIOS.EXE
  15.          LOAD C:\NOVELL\CLIENT32\LSLC32.NLM
  16.          LOAD C:\NOVELL\CLIENT32\CMSM.NLM
  17.          LOAD C:\NOVELL\CLIENT32\ETHERTSM.NLM
  18.          LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=ETHERNET_802.2
  19.          LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=Ethernet_802.3
  20.          LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=Ethernet_II
  21.          LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=Ethernet_SNAP
  22.          LOAD C:\NOVELL\CLIENT32\IPX.NLM
  23.          LOAD C:\NOVELL\CLIENT32\CLIENT32.NLM
  24.  
  25.    B. NetWare Client 32 for Windows 95 installation :
  26.  
  27.       1. Run SETUP from NetWare Client 32 for Windows 95 disk and follow
  28.          on the setup instructions to install the NetWare Client 32 for
  29.          Windows 95.
  30.  
  31.       2. When "Select Device" for Network Adapter dialog box is prompted,
  32.          click "Have Disk".
  33.  
  34.       3. Type drv:\NWCLIENT\CLIENT32 to specify a different path in
  35.          "Install From Disk" diaglogue box, click "OK".
  36.  
  37.       4. Go through NetWare Client 32 for Windows 95 installation
  38.          procedures.
  39.  
  40.  
  41.    C.  Parameters
  42.  
  43.        The following parameters belong in the load line inside the
  44.        STARTNET.BAT. The general way of using these parameters is:
  45.  
  46.             LOAD <driver name> <PARAMETER NAME>... <PARAMETER NAME[=VALUE]>
  47.  
  48.        Example:
  49.  
  50.             LOAD <driver name> SLOT=2 FRAME=Ethernet_802.2
  51.  
  52.        Slot=<Value>
  53.            Select a specific 840 card
  54.  
  55.        BusrtLen=<Value>
  56.            The default value of Burst Length is 6.
  57.            Burst Length defines the maximum number of long words that can be
  58.            transferred within one PCI burst transaction. The reasonable values
  59.            are 1(1 longword), 2(2 longwords), 3(4 longwords), 4(8 longwords),
  60.            5(16 longwords) and 6(32 longwords).
  61.  
  62.        CacheAlign=<Value>
  63.            The default value of Cache Alignment is 3.
  64.            Cache Alignment defines the address boundary for data burst. The
  65.            reasonable values are 1(8 longword alignment), 2(16 longword
  66.            alignment) and 3(32 longword alignment).
  67.  
  68.        TxThreshold=<Hexdecimal Value>
  69.            The default value of Transmit Threshold is 10h(256 bytes).
  70.            This value decides the transmit threshold level of the transmit
  71.            FIFO. Transmission will start immediately after the transmit FIFO
  72.            has reached the threshold level or full pkt has been transferred
  73.            to the transmit FIFO if the frame length is less than the transmit
  74.            threshold level.
  75.                             TxThreshold         Transmit Threshold Level
  76.                                00H                     full pkt
  77.                                01H                     16 bytes
  78.                                02H                     32 bytes
  79.                                --                      --
  80.                                7FH                      2032 bytes"
  81.  
  82.        FullDuplex=<String>
  83.            The default value of FullDuplex Function is autodetect.
  84.            This adapter can be in half or full duplex mode. In half duplex
  85.            mode, the W89C840 can only either transmit or receive. In full
  86.            duplex mode, the W89C840 can transmit and receive at the same time.
  87.            The reasonable values are autodetect (auto detect full duplex
  88.            function by the driver), disable(disable full duplex), and
  89.            enable(enable full duplex).
  90.  
  91.        LineSpeed=<String>
  92.            The default value of Line Speed is autodetect.
  93.            This adapter can be operationed in 10M or 100M Mbps. The reasonable
  94.            values are autodetect(auto detect line speed by the driver),
  95.            10M(set the Line Speed is 10M) or 100M(set the Line Speed is 100M).
  96.  
  97.        RxEarly=<String>
  98.            The parameter 'RxEarly' is used to activate the receive early
  99.            interrupt or not. The default value of rxearly is enable. The
  100.            reasonable values are DISABLE and ENABLE.
  101.  
  102.        Nway=<String>
  103.            The parameter 'Nway' is used to disable or enable the
  104.            autonegotiation function. The default value of nway is ON. The
  105.            reasonable values are OFF and ON.
  106.