home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / pci_55.exe / PACKET / INSTALL.DOC < prev    next >
Text File  |  1996-03-20  |  7KB  |  191 lines

  1.                   STANDARD MICROSYSTEMS CORPORATION
  2.  
  3.                             Packet Driver
  4.                       For Ethernet LAN Adapters
  5.  
  6.                           INSTALLATION GUIDE
  7.  
  8.    This software is licensed by SMC for use by its customers only.
  9.       Copyright (c) 1994-1996 Standard Microsystems Corporation.
  10.                          All rights reserved.
  11.  
  12.  
  13. This installation guide describes:
  14.  
  15. o  Basic packet driver use.
  16.  
  17. o  Software interrupts.
  18.  
  19. o  How to use the packet driver to connect to a NetWare 2.2 server
  20.    using the BYU packet driver shell. 
  21.  
  22. o  How to use the packet driver to connect to a NetWare server 
  23.    using the Intel packet driver shell.
  24.  
  25. o  Using the packet driver with SMC adapters.
  26.  
  27. Note: This driver supports all 8432, 8432 (Enhanced), and 9332 Ethernet
  28.     adapters.
  29.  
  30.  
  31. BASIC PACKET DRIVER USE
  32.  
  33. The following section describes basic packet driver use. Since 
  34. different networks have different requirements, you can include the 
  35. following switches in your command lines as needed.
  36.  
  37.   -d    This switch delays the adapter's initialization until the first 
  38.         time the packet driver is accessed. Use this switch if your 
  39.         workstation loads the operating system over the network using a 
  40.         Boot ROM on the SMC adapter.
  41.  
  42.   -n    This switch configures the driver to change 8137-formatted 
  43.         packets seen by the client into IEEE802.3 packets.  Unless you 
  44.         use the BYU's NetWare packet driver shell, you can omit this 
  45.         switch. If you want to use 8137 packets, use "econfig" to
  46.         configure Intel's PDIPX103 packet driver shell.
  47.  
  48.   -p    This switch disables promiscuous mode. A small level of security 
  49.         can be achieved by disabling promiscuous mode; however, 
  50.         disabling promiscuous mode should not be mistaken for real 
  51.         security.
  52.           
  53.   -w    This switch is used with Microsoft Windows for nonresident DOS 
  54.         TCP stacks, such as NCSA Telnet and PC-Gopher. Alternatively,
  55.         you can use the Windows freely copyable utility, winpkt. 
  56.  
  57.   -i    The SMC packet driver can be used with both Ethernet_II and 
  58.         IEEE 802.3 frame types. The packet driver specification, however, 
  59.         only allows a driver to report one class which, by default, is
  60.         Ethernet_II. If you use the packet driver with client software 
  61.         that expects to find an IEEE 802.3 packet driver instead of an 
  62.         Ethernet_II packet driver, use this switch to configure the 
  63.         driver to use IEEE 802.3-formatted packets.
  64.  
  65.  
  66. SOFTWARE INTERRUPTS
  67.  
  68. A packet driver provides services for client programs. These programs
  69. access the packet driver by issuing software interrupts. 
  70.  
  71. Any software interrupt between the hexadecimal addresses of 0x60 
  72. through 0x80 can be used with the packet driver, with the following 
  73. exceptions:
  74.  
  75. o  0x67 is reserved for the EMS specification.
  76.  
  77. o  0x70 through 0x77 are reserved for hardware IRQ lines 8 through 15.
  78.  
  79. After you choose a software interrupt, assign that interrupt to the 
  80. packet driver, and install the packet driver. The client programs 
  81. will then automatically locate the packet driver by searching for
  82. the packet driver's signature at software interrupts from 0x60 
  83. through 0x80.
  84.  
  85.  
  86. MEDIA/SPEED KEYWORDS
  87.  
  88. Following the optional slot number parameter are several optional
  89. keywords.  If you specify media then you must specify speed (and
  90. vice-versa).  These select the media: 
  91.  
  92. AUTONEGOTIATE - (Negotiated -- default)
  93. MII - Media Independent Interface
  94. UTP - Unshielded Twisted Pair
  95. BNC - British Naval Connector (thinwire)
  96. AUI - Attachment Unit Interface (thickwire)
  97. S10 - Starlan 10 (pre-standard 10Base10 -- no link beat)
  98.  
  99. Other keywords select the speed.  FOUR and SIXTEEN are for Token
  100. Ring.  TEN and HUNDRED are for Ethernet.  FD is for full duplex
  101. interfaces.
  102.  
  103.  
  104. INSTALLING THE PACKET DRIVER
  105.  
  106. The command line has the name of the packet driver, any dash options
  107. (as listed above), the software interrupt, and any optional
  108. parameters, such as slot number, or media/speed keywords.  The
  109. simplest command line is "pktpwr 0x7e".  A more complex line would be
  110. "pktpwr 0x7e aui", or "pktpwr 0x7e hundred fd".
  111.  
  112.  
  113. CONNECTING TO A NetWare 2.2 SERVER USING THE BYU PACKET DRIVER SHELL
  114.  
  115. If you want to connect to a NetWare 2.2 server that, by default, is 
  116. configured to use IEEE 802.3-type packets, use the following command 
  117. line examples.
  118.  
  119.    PKTPWR -n 0x7e
  120.    BYUIPX
  121.    NETX
  122.  
  123. In this command line:
  124.  
  125. o  PKTPWR denotes the SMCPower adapter.
  126.  
  127. o  -n configures the driver to change 8137-formatted packets seen by 
  128.    the client into IEEE802.3 packets.
  129.  
  130. o  Software interrupt setting 0x7e is the hexadecimal address 7E,
  131.    which allows packet driver clients to use interrupt 7E to 
  132.    communicate with the packet driver.
  133.  
  134.  
  135. CONNECTING TO A NetWare SERVER USING THE INTEL PACKET DRIVER SHELL
  136.  
  137. If you want to connect to a NetWare server using the Intel packet
  138. driver shell, pdipx103, use the following command line:
  139.  
  140.    PKTPWR 0x7e
  141.    PDIPX
  142.    NETX
  143.  
  144. In this line:
  145.  
  146. o  PKTPWR denotes the SMCPower adapter.
  147.  
  148. o  0x7e is the hexadecimal address 7E, which allows packet driver 
  149.    clients to use interrupt 7E to communicate with the packet driver.
  150.  
  151.  
  152. USING THE PACKET DRIVER WITH TWO SMCPower ADAPTERS IN ONE MACHINE
  153.  
  154. You can use the packet driver with two adapters in the same machine.
  155. The first packet driver will use the first adapter found, which will
  156. be in virtual slot number 16, the first PCI slot.  The second packet
  157. driver should specify virtual slot number seventeen, which is the
  158. second PCI slot.
  159.  
  160. pktpwr 0x7d
  161. pktpwr 0x7e 17
  162.  
  163. In these lines:
  164.  
  165. o  PKTPWR denotes the SMCPower adapter.
  166.  
  167. o  0x7d is the hexadecimal address 7D, which allows packet driver 
  168.    clients to use interrupt 7D to communicate with the packet driver.
  169.    Similarly for 0x7e.
  170.  
  171. o  17 is the Virtual slot number.
  172.  
  173.  
  174. This commercial computer software and documentation is provided with
  175. RESTRICTED RIGHTS.  Use, duplication, or disclosure by the
  176. Government is subject to restrictions set forth in subparagraph
  177. (c) (1) (ii) of the Rights in Technical Data and Computer Software
  178. clause at DFARS 252.227-7013, or subparagraphs (c) (1) and (2) of the
  179. Commercial Computer Software -- Restricted Rights clause at
  180. FAR 52.227-19, or Alternate III of the Rights in Data -- General
  181. clause at FAR 52.227-14, as applicable.  The manufacturer /
  182. subcontractor is Standard Microsystems Corporation,   80 Arkay Drive,
  183. Hauppauge,  NY    11788. 
  184.  
  185.  
  186. SMC and Standard Microsystems are registered trademarks; and EtherEZ,
  187. EtherCard Elite 16 Ultra, EtherCard Elite 16T Ultra, EtherCard Elite
  188. 16C Ultra, EliteSeries, EZStart, and SuperDisk are trademarks of 
  189. Standard Microsystems Corporation.  Other product and company names 
  190. are registered trademarks or trademarks of their respective holders.
  191.