home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / nic200.zip / PROTOCOL.INI
INI File  |  1994-01-15  |  2KB  |  79 lines

  1. This PROTOCOL.INI file was generated by the install/config procedure
  2. which comes with IBM's MultiProtocol Transport System (MPTS/2), which is a
  3. multi-protocol replacement for their Lan Adapter Protocol System (LAPS).
  4. LAPS OR MPTS/2 contains all adapter drivers, .inf files, and other
  5. files necessary to communicate with the adapter cards IBM supports.
  6. The OS/2 drivers provided with the GVC NIC2000 card are apparently
  7. meant to be used with MicroSoft's version of OS/2.
  8.  
  9.   You WILL have to download the latest NIC2000 drivers from GVC to get
  10. the newest NIC2000.INF file. GVC has a BBS at (201) 579-2380. You can 
  11. connect using 14400, 9600, 4800, 2400, or 1200 baud, 8 data bits, no 
  12. parity, 1 stop bit (9600,8,n,1 for example). This phone number is on 
  13. the questionnaire that came with the card. I've included it here in 
  14. case you've sent the questionnaire in.
  15.  
  16. However, you will have a problem when you try to configure your system
  17. using LAPS or MPTS. Under the heading [NIC2000_nif] below, there
  18. should be only THREE lines, in all caps! If you delete the last two
  19. lines (maxtransmits = 8 and xmitbufs = 2), you will no longer get the
  20. error "Keyname not found." and the NIC2000.OS2 driver will load.
  21.  
  22.  
  23.    DRIVERNAME = PROTMAN$
  24.  
  25. [IBMLXCFG]
  26.  
  27.    landd_nif = landd.nif
  28.    NIC2000_nif = nic2000.nif
  29.  
  30. [landd_nif]
  31.  
  32.    DriverName = LANDD$
  33.    Bindings = NIC2000_nif
  34.    ETHERAND_TYPE = "I"
  35.    SYSTEM_KEY = 0x0
  36.    OPEN_OPTIONS = 0x2000
  37.    TRACE = 0x0
  38.    LINKS = 8
  39.    MAX_SAPS = 3
  40.    MAX_G_SAPS = 0
  41.    USERS = 3
  42.    TI_TICK_G1 = 255
  43.    T1_TICK_G1 = 15
  44.    T2_TICK_G1 = 3
  45.    TI_TICK_G2 = 255
  46.    T1_TICK_G2 = 25
  47.    T2_TICK_G2 = 10
  48.    IPACKETS = 250
  49.    UIPACKETS = 100
  50.    MAXTRANSMITS = 6
  51.    MINTRANSMITS = 2
  52.    TCBS = 64
  53.    GDTS = 30
  54.    ELEMENTS = 800
  55.  
  56. [NIC2000_nif]
  57.  
  58.    DriverName = NIC2000$
  59.    interrupt = 3
  60.    ioaddress = 0x300
  61.    maxtransmits = 8
  62.    xmitbufs = 2
  63.  
  64. Be aware, if you modify your configuration, such as to add NETBIOS 
  65. support in addition to ETHERNET, you will have to edit your 
  66. PROTOCOL.INI again. MPTS put all five lines back just like you see 
  67. them above when I added NETBIOS to my configuration!
  68.  
  69. The last section of your PROTOCOL.INI file should look like this:
  70.  
  71. [NIC2000_nif]
  72.  
  73.    DRIVERNAME = NIC2000$
  74.    INTERRUPT = 3           (Or whatever you have IRQ jumpered to)
  75.    IOADDRESS = 0x300       (Or whatever you have address jumpered to)
  76.  
  77. This worked for me, I hope it works for you, too.
  78.  
  79.