home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / ibmpc / 4409 < prev    next >
Encoding:
Text File  |  1992-07-25  |  4.4 KB  |  103 lines

  1. Newsgroups: comp.protocols.tcp-ip.ibmpc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usenet.ucs.indiana.edu!bronze!indyvax.iupui.edu!harvey
  3. From: harvey@indyvax.iupui.edu
  4. Subject: Re: 3COM503 & Clarkson
  5. Message-ID: <1992Jul24.203430.1@indyvax.iupui.edu>
  6. Lines: 90
  7. Sender: news@bronze.ucs.indiana.edu (USENET News System)
  8. Nntp-Posting-Host: indyvax.iupui.edu
  9. Organization: Indiana University
  10. References: <1682DBD60.CCDH001@UTXVM.CC.UTEXAS.EDU>
  11. Date: 24 Jul 92 20:34:30 -0500
  12.  
  13. In article <1682DBD60.CCDH001@UTXVM.CC.UTEXAS.EDU>, CCDH001@UTXVM.CC.UTEXAS.EDU writes:
  14. > I am having trouble getting Clarkson's TN3270 to work with a 3COM503
  15. > Ethernet card and hope someone can help.
  16. >
  17. > The pc is a 286 system using Phoenix bios.  There is about 1200k of RAM
  18. > and there is a coprocessor installed.  I believe it is running DOS 3.3
  19. > though I'm not sure.  It's definitely not 5.0.  The system also has
  20. > PC-TOOLS installed.
  21. >
  22. > What happens is that whenever I try to execute TN3270 the system either
  23. > reboots or completely locks up.  And sometimes on reboot it will say that
  24. > there is some problem with the bios and there is no time set and the time
  25. > will be 00:00 though this will correct itself after the next warm boot.
  26. >
  27. > I've checked things out and I've got the interrupt vector (0x66), the io
  28. > address (0x300) and the interrupt number (3) set the same for the packet
  29. > driver and inside the CONFIG.TEL file.
  30.  
  31. They aren't supposed to be the same.  If you want to use the packet driver,
  32. specify the network hardware options on the command line you use to load
  33. 3c503.com.  For example:
  34.  
  35. 3c503 0x66 0x3 0x300 0x1
  36.  
  37. for thinnet.  This is the same as using all the defaults:
  38.  
  39. 3c503 0x66
  40.  
  41. To use the external tranceiver (thicknet):
  42.  
  43. 3c503 0x66 0x3 0x300 0x0
  44.  
  45. See INSTALL.DOC for details.
  46.  
  47. If you are using the packet driver, don't specify hardware details in
  48. CONFIG.TEL, because the parameters mean something entirely different!
  49. Instead, use:
  50.  
  51. hardware=packet    # use packet driver not hardware
  52. address=0    # packet driver class defaulted (default=1=Ethernet II)
  53. ioaddr=66    # software interrupt used by packet driver (0=search).
  54.  
  55. Notice you DON'T specify "interrupt=" AT ALL.
  56.  
  57. >                                         I've tried setting the packet
  58. > driver for both thicknet and thinnet cables to no avail.  And I've tried
  59. > telling TN3270 that the hardware is 3C503 and packet without good luck.
  60.  
  61. Unless you happen to hit on the right combination, randomly changing things
  62. probably won't help much.
  63.  
  64. > I've been able to get Clarkson's TCP/IP to work successfully on my work
  65. > PS-2/60 and several Zenith 386's and never seen this problem.  Is it
  66. > possible that I've stumbled on some sort of address conflict?
  67.  
  68. It's possible, but without more information it's pretty hard to tell.
  69. You did run the 3Com diagnostics that came with the card, didn't you?
  70. And it did passed both the internal and network tests with the settings
  71. you are using, right?
  72.  
  73. If you do run the diagnostics and they fail, the most common causes I've
  74. seen here for these cards are, in order from most to least common:
  75.  
  76. o   IRQ conflict.  You can change this in software.  Machines with
  77.     a COM2 port usually use IRQ 3 for it.  Not many machine have a LPT2
  78.     port, and usually IRQ 5 is reserved for that, so try IRQ 5.
  79.     If all else fails, run something like MSD and find out what
  80.     IRQs your system is actually using!
  81.  
  82. o   Shared memory base address conflict.  This is configured by a
  83.     jumper on the card.  Some video cards map to the same addresses used
  84.     by default by the 3C503.  If all else fails, you can disable shared
  85.     memory access to the card at a cost of lower throughput.  Your driver
  86.     must support this mode of operation however.  The 3C503 driver in the
  87.     most recent update of the Crynwr packet driver collection DOES support
  88.     this mode of operation (earlier versions didn't).
  89.  
  90. o   I/O base address conflict.  You can check these with MSD or Norton
  91.     System Info.  To change requires changing a jumper on the 3C503.
  92.  
  93. o   One of our hardware people told me something about an 8/16 bit jumper
  94.     that had to be changed on some strange clone here, but I could find
  95.     nothing about this in the 3Com Etherlink II adapter manual.
  96.  
  97. > I would appreciate any suggestions.  Thanks.
  98. >
  99. >                                       <@>
  100. --
  101. James Harvey    IUPUI OIT Technical Support/Networks
  102. harvey@iupui.edu  uucp: iugate!harvey  bitnet: harvey@indyvax
  103.