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

  1.  
  2.    ┌────────────────────────────────────────────────────────────────────────┐
  3.    │                  Installation for SCO UNIX 3.X Driver                  │
  4.    └────────────────────────────────────────────────────────────────────────┘
  5.  
  6.    1. login as root user (on maintenance mode).
  7.  
  8.    2. copy SETUP840 file.
  9.            # doscp a:setup840
  10.            # chmod +x setup840
  11.  
  12.       and execute SETUP840
  13.             # ./setup840 a:       (you can specify another path as you wish)
  14.  
  15.       the content of the setup file is as below:
  16.         if [ ! -x /usr/lib/lli/w840s3 ]
  17.         then
  18.           mkdir /usr/lib/lli/w840s3
  19.         fi
  20.         doscp driver.o /usr/lib/lli/w840s3/Driver.o
  21.         doscp master /usr/lib/lli/w840s3/Master
  22.         doscp node /usr/lib/lli/w840s3/Node
  23.         doscp space.c /usr/lib/lli/w840s3/Space.c
  24.         doscp system /usr/lib/lli/w840s3/System
  25.         doscp info /usr/lib/lli/info/w840s30
  26.         doscp reconf /usr/lib/lli/reconf/w840s30
  27.         chmod +x /usr/lib/lli/reconf/w840s30
  28.         doscp init /usr/lib/lli/init/w840s30
  29.         chmod +x /usr/lib/lli/init/w840s30
  30.         doscp remove /usr/lib/lli/remove/w840s30
  31.         chmod +x /usr/lib/lli/remove/w840s30
  32.         doscp info /usr/lib/netconfig/info/w840s30
  33.         doscp reconf /usr/lib/netconfig/reconf/w840s30
  34.         chmod +x /usr/lib/netconfig/reconf/w840s30
  35.         doscp init /usr/lib/netconfig/init/w840s30
  36.         chmod +x /usr/lib/netconfig/init/w840s30
  37.         doscp remove /usr/lib/netconfig/remove/w840s30
  38.         chmod +x /usr/lib/netconfig/remove/w840s30
  39.  
  40.    3. run netconfig.
  41.       3.1  Available options:  =>  select  1. Add a chain.
  42.       3.2  select sco_tcp as the top level of chain.
  43.       3.3  select w840s30 as the next level of chain for board 0,
  44.            or select w840s31 as the next level of chain for board 1,
  45.            select w840s32 as the next level of chain for board 2,
  46.            select w840s33 as the next level of chain for board 3.
  47.       3.4  type 'y' to add chain sco_tcp->w840s30(or w840s31, w840s32, w840s3).
  48.       3.5  set the IRQ number for this board.
  49.            This parameter is necessary when your system is equipped with
  50.            multiple W89C840 cards.
  51.       3.6  set the value of burst length for this board.
  52.            The default value is "32 longwords".
  53.            Burst Length defines the maximum number of long words that can be
  54.            transferred within one PCI burst transaction.
  55.            The reasonable values are "1 longword", "2 longwords",
  56.            "4 longwords", "8 longwords", 16 longwords", "32 longwords".
  57.       3.7  set the value of cache alignment for this board.
  58.            The default value is "32-longword boundary alignment".
  59.            Cache Alignment defines the address boundary for data burst.
  60.            The reasonable values are "8-longword boundary alignment",
  61.            "16-longword boundary alignment" and "32-longword boundary
  62.            alignment".
  63.       3.8  set the value of transmit threshold for this board.
  64.            The default value is 0(full pkt).
  65.            This value decides the transmit threshold level of the transmit FIFO.
  66.            Transmission will start immediately after the transmit FIFL has
  67.            reached the threshold level or full pkt has been transferred to the
  68.            transmit FIFO if the frame length is less than the transmit threshold
  69.            level.
  70.                          TxThreshold         Transmit Threshold Level
  71.                             00H                     full pkt
  72.                             01H                     16 bytes
  73.                             02H                     32 bytes
  74.                             --                      --
  75.                             7FH                      2032 bytes"
  76.       3.9  set the line speed for this board.
  77.            The default value is "Auto detect the line speed mode".
  78.            This adapter can be operationed in 10M or 100M Mbps.
  79.            The reasonable values are "Auto detect the line speed mode",
  80.            "10 MB/sec mode" and "100 MB/sec mode".
  81.       3.10 set the full duplex function for this board.
  82.            The default value is "Auto detect the full duplex function".
  83.            This adapter can be in half or full duplex mode. In half duplex
  84.            mode, the W89C840 can only either transmit or receive. In full
  85.            duplex mode, the W89C840 can transmit and receive at the same time.
  86.            The reasonable values are "Auto detect the full duplex function",
  87.            "disable full duplex function" and "enable full duplex function".
  88.       3.11 enter the internet address of this interface.  (ex. 10.2.22.141)
  89.       3.12 enter the intmask for this interface.          (ex. 255.255.0.0)
  90.       3.13 type 'y' to use a broadcast address of all 1's.
  91.       3.14 type 'y' to accept the broadcast address for this interface.
  92.       3.15 type 'y' to accept above values.
  93.       3.16 press return key to accept the machine name.  (ex. j310hddc)
  94.       3.17 type 'q' for Pseudo ttys.
  95.       3.18 type 'q' for TCP/IP.
  96.       3.19 type 'q' to quit available options item.
  97.       3.20 type 'y' to relink to kernel now.
  98.       3.21 type 'y' to accept this kernel to boot by default.
  99.       3.22 type 'y' to let the kernel environment rebuild.
  100.  
  101.    4. reboot this UNIX system.
  102.       #shutdown -y -g0
  103.  
  104.