home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / dcom / modems / 20003 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  4.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu (Joe Doupnik)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Gateway Telepath Modems
  5. Message-ID: <1993Jan25.192634.63187@cc.usu.edu>
  6. Date: 25 Jan 93 19:26:34 MDT
  7. References: <1993Jan25.132212.2987@bernina.ethz.ch> <1993Jan25.141744.1027@murdoch.acc.Virginia.EDU> <1993Jan25.124217.370@cpvax.cpses.tu.com>
  8. Organization: Utah State University
  9. Lines: 60
  10.  
  11. In article <1993Jan25.124217.370@cpvax.cpses.tu.com>, robert@cpvax.cpses.tu.com writes:
  12. > In article <1993Jan25.141744.1027@murdoch.acc.Virginia.EDU>, rcw2g@holmes.acc.Virginia.EDU (Rudi C. Wong) writes:
  13. >> 
  14. >> Has anyone had any experiences with Gateway's Telepath Fax Modem?
  15. >> 
  16. > I have one, but would not recommend it to anyone.
  17. > The KERMIT problem has been worked around in the current MS-KERMIT patch file.
  18. > I have seen mentioned in this group the current card includes a daughter-board.
  19. > It is possible that this card fixes a lot of the firmware/Rockwell problems
  20. > with this modem.  The board is completely surface mount without any way
  21. > to upgrade the ROMS. 
  22. > The Gateway BBS is useless for locating patches or known problems with the
  23. > modem.  Support sucks.  The "technical" staff doesn't know a lot about
  24. > modems (BREAK? What's a break?  Why do you want to send one?).  
  25. > To their credit, Gateway <WILL> take the modem back, but they won't fix
  26. > the problems.  Save yourself the trouble.  Buy something else.
  27. > -- 
  28. > -------------------------------------------------------------------------
  29. > Robert Eden    817-897-0491                                 Glen Rose, TX
  30. > Comanche Peak Steam Electric Station            robert@cpvax.cpses.tu.com
  31. >                ^^^^^^^^^^^^^^^^^^^^^ politicese for a nuke plant
  32. > -------------------------------------------------------------------------
  33.     Just to add a little to what Robert has said. The current MS-DOS
  34. Kermit patch file does solve the major problems with the Telepath modem.
  35. Interestingly it also solves problems with a big bunch of new modems, so
  36. the Telepath is not unique in this regard. We put a longish memo on the
  37. net a couple weeks ago about the sad state of modems this year, and a copy
  38. should be on watsun.cc.columbia.edu, cd kermit/a, probably msk312.bwr.
  39. Other reports from users indicates modem matters are in very poor shape,
  40. and the only way I know to solve it is to supply feedback to vendors about 
  41. such units. The best feedback is financial.
  42.     Once the patches are applied the Telepath seems to work rather well
  43. here. I haven't tried BREAK. And the modem goes back to Gateway this week,
  44. as the dust has settled on the matter.
  45.     If you are technically curious about this area then here are some
  46. hints. Kermit is very careful about testing the serial ports for UART-ness
  47. and proper IRQ. It turns out that the reason many well known comms programs 
  48. seem to work, and not all do by any means, is apparently they do not test. 
  49. That is, a menu of port/irq values is presented to the user and the selected 
  50. numbers are used willy nilly. I have not reverse engineered these programs but 
  51. the symptoms are as described. Add to this the need to hit some modems between 
  52. the eyes with a 2x4 (hard reset) and then speak to them extremely s l o w l y 
  53. (even typing ATDT at a slow pace on some) during initialization. Imagine what 
  54. the Bios does to them at boot time. Some systems have a terrible time with 
  55. stray interrupts so Kermit's tests fail. These are all indications of, shall
  56. we say, insufficient design effort and review, plus a probable attempt at
  57. using a fancy slow chip to emulate an inexpensive fast UART and not succeeding.
  58. Add strangness on some AT setup sequences, a pinch of machine configuration
  59. difficulties, shake but do not stir.
  60.     These problems have shown up recently in force, so there is a common
  61. factor amongst the many vendors. The basic Kermit serial port operations have
  62. been successful for many many years, and still are on quality modems. Thus the
  63. current crop have trouble behaving as even a cheap UART.
  64.     Joe D.
  65.