home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / ETHER.EXE / PACKET / INSTALL.DOC < prev    next >
Text File  |  1995-10-25  |  9KB  |  247 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-1995 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/WD adapters.
  26.  
  27. Note: This driver supports all 8416, 8216 (Ultra), 80xx (Elite), 
  28.       80xx (PLUS), and 8416 (EtherEZ) Series ISA, EISA, and Micro
  29.       Channel Ethernet adapters.
  30.  
  31.  
  32. BASIC PACKET DRIVER USE
  33.  
  34. The following section describes basic packet driver use. Since 
  35. different networks have different requirements, you can include the 
  36. following switches in your command lines as needed.
  37.  
  38.   -d    This switch delays the adapter's initialization until the first 
  39.         time the packet driver is accessed. Use this switch if your 
  40.         workstation loads the operating system over the network using a 
  41.         Boot ROM on the SMC adapter.
  42.  
  43.   -n    This switch configures the driver to change 8137-formatted 
  44.         packets seen by the client into IEEE802.3 packets.  Unless you 
  45.         use the BYU's NetWare packet driver shell, you can omit this 
  46.         switch. If you want to use 8137 packets, use "econfig" to
  47.         configure Intel's PDIPX103 packet driver shell.
  48.  
  49.   -p    This switch disables promiscuous mode. A small level of security 
  50.         can be achieved by disabling promiscuous mode; however, 
  51.         disabling promiscuous mode should not be mistaken for real 
  52.         security.
  53.           
  54.   -w    This switch is used with Microsoft Windows for nonresident DOS 
  55.         TCP stacks, such as NCSA Telnet and PC-Gopher. Alternatively,
  56.         you can use the Windows public domain utility, winpkt. 
  57.  
  58.   -i    The SMC packet driver can be used with both Ethernet_II and 
  59.         IEEE 802.3 frame types. The packet driver specification, however, 
  60.         only allows a driver to report one class which, by default, is
  61.         Ethernet_II. If you use the packet driver with client software 
  62.         that expects to find an IEEE 802.3 packet driver instead of an 
  63.         Ethernet_II packet driver, use this switch to configure the 
  64.         driver to use IEEE 802.3-formatted packets.
  65.  
  66.  
  67. SOFTWARE INTERRUPTS
  68.  
  69. A packet driver provides services for client programs. These programs
  70. access the packet driver by issuing software interrupts. 
  71.  
  72. Any software interrupt between the hexadecimal addresses of 0x60 
  73. through 0x80 can be used with the packet driver, with the following 
  74. exceptions:
  75.  
  76. o  0x67 is reserved for the EMS specification.
  77.  
  78. o  0x70 through 0x77 are reserved for hardware IRQ lines 8 through 15.
  79.  
  80. After you choose a software interrupt, assign that interrupt to the 
  81. packet driver, and install the packet driver. The client programs 
  82. will then automatically locate the packet driver by searching for
  83. the packet driver's signature at software interrupts from 0x60 
  84. through 0x80.
  85.  
  86.  
  87. CONNECTING TO A NetWare 2.2 SERVER USING THE BYU PACKET DRIVER SHELL
  88.  
  89. If you want to connect to a NetWare 2.2 server that, by default, is 
  90. configured to use IEEE 802.3-type packets, use the following command 
  91. line examples.
  92.  
  93.    PKT8000 -n 0x7e
  94.    BYUIPX
  95.    NETX
  96.  
  97. In this command line:
  98.  
  99. o  PKT8000 denotes the SMC/Western Digital adapter.
  100.  
  101. o  -n configures the driver to change 8137-formatted packets seen by 
  102.    the client into IEEE802.3 packets.
  103.  
  104. o  Software interrupt setting 0x7e is the hexadecimal address 7E,
  105.    which allows packet driver clients to use interrupt 7E to 
  106.    communicate with the packet driver.
  107.  
  108.  
  109. CONNECTING TO A NetWare SERVER USING THE INTEL PACKET DRIVER SHELL
  110.  
  111. If you want to connect to a NetWare server using the Intel packet
  112. driver shell, pdipx103, use the following command line:
  113.  
  114.    PKT8000 0x7e
  115.    PDIPX
  116.    NETX
  117.  
  118. In this line:
  119.  
  120. o  PKT8000 denotes the SMC/Western Digital adapter.
  121.  
  122. o  0x7e is the hexadecimal address 7E, which allows packet driver 
  123.    clients to use interrupt 7E to communicate with the packet driver.
  124.  
  125.  
  126. USING THE PACKET DRIVER WITH WD JUMPER-CONFIGURED ADAPTERS
  127.  
  128. You can use the packet driver with Western Digital (WD) adapters. If 
  129. you use the packet driver with jumper-configured WD adapters, you
  130. must include the following adapter information in a batch file or on 
  131. a command line:
  132.  
  133. o  Software interrupt setting
  134.  
  135. o  Input/output (I/O) address
  136.  
  137. o  Interrupt (IRQ) setting
  138.  
  139. o  RAM address
  140.  
  141. If you are using a jumper-configured adapter and want to connect to 
  142. a NetWare 2.2 server using the BYU packet driver shell, refer to the 
  143. next section. If you are using a jumper-configured adapter and the 
  144. Intel PDIPX driver and want to connect to a NetWare 3.11 server, 
  145. refer to "Using Older Adapters with the Intel Packet Driver NetWare 
  146. Shell."
  147.  
  148.  
  149. Using SMC/WD Adapters with NetWare 2.2 
  150. and the BYU Packet Driver Shell
  151.  
  152. The following command line can be used to connect SMC and Western 
  153. Digital adapters to a NetWare 2.2 server when the server has not 
  154. been configured using "econfig" and you are using the BYU packet 
  155. driver shell.
  156.  
  157.    PKT8000 -n <0xSoftware Interrupt> <0xI/O> <IRQ> <0xRAM Address>
  158.    BYUIPX
  159.    NETX
  160.  
  161. In this command line:
  162.  
  163. o  PKT8000 denotes the SMC/Western Digital adapter.
  164.  
  165. o  -n configures the driver to use 8137-formatted packets. This 
  166.    switch is necessary to connect to a Novell NetWare 2.2 server.
  167.    However, if you are using Ethernet II frame types, you must
  168.    omit this switch.
  169.  
  170. o  <0xSoftware Interrupt> is the adapter's software interrupt setting,
  171.    and is prefaced by "0x" to indicate a hexadecimal number.
  172.  
  173. o  <0xI/O> is the I/O base address of the adapter, and is prefaced
  174.    by "0x" to indicate a hexadecimal number.
  175.  
  176. o  <IRQ> is the adapter's interrupt setting.
  177.  
  178. o  <0xRAM Address> is the RAM base address of the adapter, and is 
  179.    prefaced by "0x" to indicate a hexadecimal number.
  180.  
  181. A typical command line might resemble:
  182.  
  183.    PKT8000 -n 0x7e  0x280 10 0xCC00
  184.    BYUIPX
  185.    NETX
  186.  
  187.  
  188. Using SMC/WD Adapters with the Intel Packet Driver NetWare Shell
  189.  
  190. The following command line can be used to connect SMC and Western 
  191. Digital adapters to a NetWare NetWare 3.11, 3.12, 4.0, 4.01, or 
  192. 4.10 server:
  193.  
  194.    PKT8000 -i <0xSoftware Interrupt> <0xI/O> <IRQ> <0xRAM Address>
  195.    PDIPX
  196.    NETX
  197.  
  198. In this line:
  199.  
  200. In this command line:
  201.  
  202. o  PKT8000 denotes the denotes the SMC/Western Digital adapter.
  203.  
  204. o  -i configures the driver to use IEEE 802.3-formatted packets, 
  205.    which the PDIPX protocol expects to receive.
  206.  
  207. o  <0xSoftware Interrupt> is the adapter's software interrupt setting,
  208.    and is prefaced by "0x" to indicate a hexadecimal number.
  209.  
  210. o  <0xI/O> is the adapter's I/O base address, and is prefaced
  211.    by "0x" to indicate a hexadecimal number.
  212.  
  213. o  <IRQ> is the adapter's interrupt setting.
  214.  
  215. o  <0xRAM Address> is the RAM base address of the adapter, and is 
  216.    prefaced by "0x" to indicate a hexadecimal number.
  217.  
  218. A typical command line might resemble:
  219.  
  220.    PKT8000 -i 0x7e 0x280 10 0xCC00
  221.    PDIPX
  222.    NETX
  223.  
  224. Note: If you are using Ethernet II frame types, you must use 
  225.       "econfig" to configure the PDIPX driver before loading it.
  226.       "econfig" is a step you use to configure a shell. For more
  227.       information, refer to your Novell NetWare documentation.
  228.  
  229.  
  230. This commercial computer software and documentation is provided with
  231. RESTRICTED RIGHTS.  Use, duplication, or disclosure by the
  232. Government is subject to restrictions set forth in subparagraph
  233. (c) (1) (ii) of the Rights in Technical Data and Computer Software
  234. clause at DFARS 252.227-7013, or subparagraphs (c) (1) and (2) of the
  235. Commercial Computer Software -- Restricted Rights clause at
  236. FAR 52.227-19, or Alternate III of the Rights in Data -- General
  237. clause at FAR 52.227-14, as applicable.  The manufacturer /
  238. subcontractor is Standard Microsystems Corporation,   80 Arkay Drive,
  239. Hauppauge,  NY    11788. 
  240.  
  241.  
  242. SMC and Standard Microsystems are registered trademarks; and EtherEZ,
  243. EtherCard Elite 16 Ultra, EtherCard Elite 16T Ultra, EtherCard Elite
  244. 16C Ultra, EliteSeries, EZStart, and SuperDisk are trademarks of 
  245. Standard Microsystems Corporation.  Other product and company names 
  246. are registered trademarks or trademarks of their respective holders.
  247.