home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / LinkSYS / LNE100TX / lne100txv42.exe / PKTDRV / README.TXT < prev   
Text File  |  2000-01-26  |  6KB  |  150 lines

  1. *****************************************************************************
  2.                 Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  3.  
  4.                           Packet Driver Installation
  5.                           ~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.                           Copyright (C) 2000 Linksys
  8.                              All rights reserved.
  9. *****************************************************************************
  10.  
  11. I. The driver LNE100TX.COM can be used for the following:
  12.    Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  13.  
  14.  
  15. LNE100TX          syntax:
  16.  
  17. LNE100TX          [-#] [-a] [-t] [-f] [-s] [-n] [-w] [-u] [-h] <PD_INT_NO>
  18.  
  19.  
  20. Parameter       Explain
  21. -----------------------------------------------------------------------------
  22. [-#]            The "-#" option will let the driver work on a specific adapter
  23.                 when multiple Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  24.                 are found in the computer system.  For example, "-1" means
  25.                 the first adapter will be activated by the driver, "-2" means
  26.                 the second adapter will be activated, ... etc.
  27.  
  28.                 Maximums of 4 adapters are supported simultaneously.
  29.  
  30. [-a]            The "-a" option will let driver perform automatic media
  31.                 detection during driver initialization.  The detection
  32.                 sequence is
  33.  
  34.                 TP 100Mbps Full Duplex ---> TP 10Mbps Full Duplex --->
  35.                 TP 100Mbps Half Duplex ---> TP 10Mbps Half Duplex
  36.  
  37.                 If no physical media is attached to the adapter then TP
  38.                 100Mbps Full Duplex is the default media.
  39.  
  40. [-t]            The "-t" option is to use Twisted Pair (RJ-45) (10BASE-T) as
  41.                 the transmission media. And it is also the default setting.
  42.  
  43. [-f]            The "-f" option enables FULL_DUPLEX feature of the adapters.
  44.                 It has no effect except when Twisted Pair is used.
  45.  
  46. [-s]            The "-s" option sets the adapter line speed to 100Mbps. It is
  47. a dedicated option for the Fast Ethernet adapter.
  48.  
  49. [-n]            Your NOVELL server uses NOVELL ISO-like packets. Your NOVELL
  50.                 workstation uses NOVELL 8137 packets. You can use this option
  51.                 to convert NOVELL 8137 packets into NOVELL ISO-like packets.
  52.  
  53. [-w]            Steve Wallace added a hack to let the packet drivers run under
  54.                 Windows. This is not to be construed with the proper solution,
  55.                 which is to write a TCP/IP package for Windows.
  56.  
  57.                 This hack is enabled only when you use the '-w' switch.
  58.  
  59. [-u]            This option unloads the Packet Driver.
  60.  
  61. [-h]            This option displays the on-line help.
  62.  
  63. <PD_INT_NO>     This specifies the software interrupt (INT) where you'll load
  64.                 the packet driver. It must be in the range 0x60 to 0x80.
  65.  
  66. -----------------------------------------------------------------------------
  67. Notice!!  The PC/TCP kernel, by default, is loaded at interrupt 0x61
  68.           (so don't load the packet driver there!)
  69.  
  70.  
  71.  
  72. Example:
  73.  
  74. The following command line loads the
  75. Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)
  76. Packet Driver at software interrupt 60h, transmission media is
  77. automatically-detected:
  78.  
  79.                 LNE100TX -a 0x60  or LNE100TX 0x60
  80.  
  81. ** Note **
  82.    The default transmission media is automatic-detection.
  83.    The prefix of 0x to the parameters.
  84.  
  85.  
  86. II. After the Packet Driver is loaded, you can run the PC/TCP kernel
  87.    ETHDRV.EXE. the PC is then ready for PC/TCP communications.
  88.    To run PC/TCP applications, You need to load PC/TCP Kernel ("ETHDRV.EXE").
  89.  
  90.    a. Refer to PC/TCP manual, Command Reference section, Chapter 2.3.
  91.  
  92.    b. The following example loads the PC/TCP Kernel and allocates 8 packet
  93.       buffers. Increasing the number of packet buffers (from the default of
  94.       5) prevents dropping of packets due to buffer shortage.
  95.  
  96.                 ETHDRV -p 8 <Enter>
  97.  
  98.    c. At this point, you are ready to run PC/TCP applications
  99.       (e.g., 'ftp', 'telnet').
  100.       example ftp 192.72.24.202 , 192.72.24.202  is host address.
  101.       With regard to host address, you must know its address.
  102.  
  103.    For information regarding the "FTP's PC/TCP Network Software for DOS"
  104.    packages, please contact:
  105.  
  106.                 FTP Software, Inc.
  107.                 26 Princess Street
  108.                 Wakefield, MA  01880
  109.                 (617) 246-0900
  110.  
  111.  
  112. III. How to Communicate with NCSA TelNet.
  113.  
  114.    1. Make sure you have the correct version of NCSA Telnet for the PC.
  115.       You need version 2.3 or later to support the packet driver interface.
  116.  
  117.    2. Install the NCSA software onto your system. Please refer to the NCSA
  118.       documentation for detailed instructions.
  119.  
  120.    3. Load Packet Driver (LNE100TX 0x60):
  121.  
  122.       a. Refer to "Packet Driver Syntax" section above.
  123.       b. To view the hint screen, type
  124.  
  125.                 LNE100TX -h <Enter>
  126.  
  127.       c. The following example will load the packet driver using interrupt
  128.          vector 60 (hex). The IO_BASE and IRQ will be read from adapter
  129.          configuration space:
  130.  
  131.                 LNE100TX 0x60   <Enter>
  132.  
  133.    4. At this point you are ready to run NCSA applications
  134.       (e.g., 'ftp', 'telnet', etc.)
  135.  
  136.       for example :
  137.                 ftp 203.70.238.105, while 203.70.238.105 is the host address.
  138.  
  139.  
  140.    For information regarding NCSA's products please contact:
  141.  
  142.                 National Center for Supercomputing Applications
  143.                 264 Computing Applications Building
  144.                 605 E. Springfield Ave.
  145.                 Champaign, Ill. 61820
  146.                 (217) 244-0638
  147.                 telbug@ncsa.uiuc.edu
  148.  
  149.  
  150.