home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / att / 2810 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  4.2 KB

  1. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!mala.bc.ca!oneb!hakatac!rthomas
  2. Newsgroups: comp.sys.att
  3. Subject: Re: 3b2 EPORTS device driver bugs
  4. Message-ID: <1993Jan05.044408.24066@hakatac.almanac.bc.ca>
  5. From: rthomas@hakatac.almanac.bc.ca (Robert N Thomas)
  6. Date: Tue, 05 Jan 93 04:44:08 GMT
  7. References: <1993Jan4.062531.19906@robohack.UUCP>
  8. Organization: Sir HackAlot's Castle BBS, Port Alberni, B.C., Canada
  9. Lines: 82
  10.  
  11. In article <1993Jan4.062531.19906@robohack.UUCP> woods@robohack.UUCP (Greg A. Woods) writes:
  12. >However, as some of you may recall, I posted a note about a problem
  13. >which began to plague my Hayes 2400 and Telebit T-1000 some time ago.
  14. >
  15. >The symptoms were a hung modem, and on the Hayes, the appearance of
  16. >RD, SD, TR, and MR being on continuously.  
  17.  
  18.      Ah yes, the olde RD/SD light up forever problem..  Greg, try
  19. setting setting your modems to power on default to ATE0Q1..  This
  20. will eliminate the SD/RD light problem..  You also want the modem to
  21. hang up and RESET when the DTR line drops...
  22.  
  23.      The next thing is in your DIALERS entries, begin these with 
  24. ATE1Q0..  Failure to do this in your DIALERS file will cause all outgoing
  25. UUCP and CU calls to fail..
  26.  
  27. >Since I'm too poor to afford a fancy RS-232 protocol analyser, or even
  28. >a nice logic analyser, and my multi-channel scope is dead, I had no
  29. >idea what was actually happening to the ports.
  30.  
  31.      The problem I saw here was a basic DATA FEEDBACK LOOP.  Any character
  32. coming from the 3B2 hitting the modem, which in turns (ATE1) echos this 
  33. character back to the 3B2.. The 3B2 echos the character back to the MODEM
  34. (3B2 is a FULL DUPLEX machine), and then the modem Re-ECHOing the character
  35. back to the 3B2 (ATE1 setting) and round and round it goes...
  36.  
  37.       Hence the modems SD/RD lights stay ON..
  38.  
  39. >The only solution to this lockup is to either cycle the power on the
  40. >affected modem, or to re-pump the firmware to the EPORTS card.
  41.  
  42.      Yup, re-pump of firmware would temporarily cause the EPORTS card not
  43. to echo data, hence FEEDBACK loop stops..  Cycling power on the modem, causes
  44. simular effect...
  45.  
  46. >Eventually I discovered that running the modems with DCD in what I
  47. >call "interrupt" mode (i.e.  S131=3 on the T1000, or AT&C3 on other
  48. >conventional modems) effectively solved the problem.  (The Hayes
  49. >SmartModem 2400 couldn't do this, but since I only use it to dial out,
  50. >I can use AT&C0 for it.)
  51.  
  52.      Yup..  You got it, this is what I refer to a 3B2 friendly MODEM..  I do
  53. the exact same thing here as well (ATS131=3 for my TB2000 modem).  For my
  54. US Robotics HST modem, it cannot PULSE the Carrier Detect line, rather,
  55. it PULSES the Data Set Ready (DSR) line { AT&S1S24=250 } so I made a special
  56. connector for the HST which connects the HST's DSR line to the 3B2's carrier
  57. detect line (CD)..  Works great, same result...
  58.  
  59.      In otherwords greg, see if there is some other signal that you can PULSE
  60. on hangup, and use it for the 3B2's Carrier detect instead!
  61.  
  62. >My original single-entry dialer had not used '\m', but since this is
  63. >the secret to having cu(1) say "disconnected" when the modem drops
  64. >DCD, I put it back in the dialer sequence.
  65.  
  66.     My system does not use \m, because when the modems PULSE the CD line,
  67. the 3B2 say's DISCONNECTED..
  68.  
  69. >Since that time, every (successful?) call out results in a subsequent
  70. >(but random?) series of locked up modems.  Eventually the frequency of
  71. >lock-ups is reduced.  (So I've again removed the clocaloff invocation,
  72. >and have gone back to ensuring I use '~.' to end calls).
  73.  
  74.     The modem PULSING the 3B2's CD line results in a nice proper
  75. disconnect..  If the remote system drops me, or if the 3B2 drops the line,
  76. makes no diference here...
  77.  
  78. >     Does anyone have access to source for the EPORTS drivers
  79. >and firmware, and perhaps the ability to get this fixed and release
  80. >the fix?  While you're at it, could the hardware flow control be fixed
  81. >such that it can be permanently enabled at boot time for a given port?
  82.  
  83.      I know whatche mean about the hardware flow control hastle..  While
  84. your at it Santa, could to fix the drivers so the XON/XOFF and HFC can
  85. both be enabled at the same time???   Would be nice, and thanks..  Well,
  86. I don't know if that helps you all the much Greg, you have an idea of
  87. what I do here to get by..
  88.  
  89.  
  90. Cheers...
  91.  
  92.                     ---- Robb ----
  93.