home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Longshine / lcs8034.exe / rar / PKTDRV / README.TXT < prev   
Text File  |  1996-11-27  |  2KB  |  66 lines

  1.    Packet Driver
  2.  
  3.    Introduction:
  4.    -------------
  5.    This document describes the procedure to setup the Packet driver for
  6.    PCI Ethernet card.
  7.  
  8.    Location of Driver:     \PKTDRV\PCIPKT.COM
  9.  
  10.    Sample Configuration Files:
  11.    ---------------------------
  12.         AUTOEXEC.BAT
  13.         PCIPKT 0x60
  14.  
  15.    Notes:
  16.    ------
  17.      1.  Load the packet driver using the software interrupt and any
  18.          optional switches if required.
  19.  
  20.          Usage: PCIPKT [options] <software_int_no>
  21.  
  22.          Example: PCIPKT -i 0x7e
  23.  
  24.          The only required parameter is the software interrupt. A packet
  25.          driver needs to have a software interrupt assigned to it for other
  26.          programs to access it.  The recommended interrupt 0x7e.  If you
  27.          need any of the options listed below, place them before the
  28.          software interrupt on the command line.
  29.  
  30.          -i - Force driver to report itself as 802.3 instead of Ethernet II.
  31.          -d - Delayed initialization.  Used for diskless booting
  32.          -n - NetWare conversion.  Converts 802.3 packets into 8137 packets
  33.          -w - Windows hack, obsoleted by winpkt
  34.          -p - Promiscuous mode disable
  35.          -h - Help
  36.          -u - Uninstall
  37.  
  38.       3. Type command,C:\PCIPKT 0x60, the screen will appear following
  39.          message:
  40.  
  41.          System: [345]86 processor, PCI bus, Two 8259s
  42.          Packet driver software interrupt is 0x60
  43.          Interrupt number is 0x9
  44.          I/O port is 0x6100
  45.          My Ethernet address is 00:00:B4:12:34:56
  46.  
  47.       4. Installing Multiple LAN Adapters:
  48.  
  49.          If there are multiple network cards on the main board. the user
  50.          run PCIPKT 0x60 directly, then the screen will display :
  51.  
  52.          Packet driver for RTL8029, PCI version 1.00
  53.          Copyright 1995 (c), Realtek Semiconductor Inc.
  54.  
  55.          There are 2 network cards on your main board :
  56.          Card 1. IRQ= 0x9  I/O= 0x6100  NodeID= 00:00:B4:00:00:01
  57.          Card 2. IRQ= 0xA  I/O= 0x6000  NodeID= 00:00:B4:00:00:02
  58.          Please select a Card No.(1-2): 1
  59.  
  60.          System: [345]86 processor, PCI bus, Two 8259s
  61.          Packet driver software interrupt is 0x60
  62.          Interrupt number is 0x9
  63.          I/O port is 0x6100
  64.          My Ethernet address is 00:00:B4:00:00:01
  65.  
  66.