home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 107 / MINICOM.ZIP / README.LIN < prev    next >
Text File  |  1992-07-20  |  4KB  |  70 lines

  1.     Hey Linuxers, well we FINALLY have a decent comm program to go with
  2. our already outstanding operating system :-)  Minicom has all the stuff I've
  3. been looking for in a comm package, and IT ALL WORKS TOGETHER.  The features
  4. include a dialing directory with autodial > 25 times (unlike pcomm :-> ), a
  5. working transfer system including zmodem recover, and it's all in a nice,
  6. workable package.  Minicom came from the Minix people -- after I finally found
  7. a comp.os.minix archive and tracked down the first patch (and had fortunately
  8. copied the setterm fix from comp.os.linux a short while earlier) the thing
  9. compiled fairly easily.  I also followed the instructions present in
  10. Readme.rzsz which I'm including here, to patch newer versions of rz (ones
  11. which include crash recovery) for stdin/stdout support so that Minicom can use
  12. them.  I'm writing one README and including it with both the source and the 
  13. binaries distribution of the Minicom-linux package; I hope everything is
  14. pretty clear anyway. :-)
  15.  
  16.     Miscellaneous random notes on installing the thing: if you've got the
  17. binaries package, they are statically linked so they should run happily
  18. regardless.  They were, however, compiled with gcc 2.2.2, so if it bombs, it's
  19. because you havn't upgraded to that version.  As a side note, you really
  20. should, because HLU has done an excellent job -- Ghostscript 2.4.1 compiled
  21. with NO MODIFICATION for me last night -- I'm thoroughly impressed.  Anyway.
  22. If you've got the binaries package, follow the instructions in Install on
  23. where to install the stuff and how to set the protection and owners so it all
  24. works right and you're running.  Note that I did NOT include the rz/sz binaries
  25. in this package -- that's because I don't have the sz handy, only the rz, and
  26. rz is linked shared with gcc 2.2.2.  I might stick it in anyway, but don't cry
  27. to me if it doesn't work; the patches are REAL easy and you can grab the latest
  28. rz/sz source from wuarchive.wustl.edu:/mirrors/unix-c/zmodem or somesuch.
  29. You'll know it when you see it.
  30.  
  31.     NOTE FOR BOTH SOURCE AND BINARY DISTRIBUTIONS: You *MUST* have
  32. minicom.users in /usr/local/etc/minicom.users, elsewise minicom will kill
  33. itself with a signal 14 call.  I know the docs say you can run it without,
  34. but you CAN'T.   Just so you know, I compiled this version of minicom (and
  35. the makefile is set up this way as well) configured like follows.
  36.  
  37.     modem device:    /dev/modem -- I suggest you make a symlink from your
  38.                       /dev/ttysX to /dev/modem; Linus has
  39.                       mentioned this on the group before and
  40.                       it seems like a good idea to me.
  41.     minicom goes in /usr/local/bin
  42.     keyserv goes in /usr/local/etc
  43.   minicom.users goes in /usr/local/etc (needs entry for root too!)
  44.       runscript goes in /usr/local/bin
  45.  
  46.     Other notes: I tried the termcap mods for line drawing, but at least
  47. on my system they generate the wrong characters.  I *think* this is because
  48. Linux doesn't support ANSI-standard high-bit char set but the DEC one and
  49. while they have some of the same chars, they're some different enough that
  50. they don't work right...  If somebody wants to go through and look for the
  51. right chars and make a termcap entry, could you PLEASE post it or mail it
  52. to me for inclusion in another release of this thing?  The other thing is
  53. that from the config files, it *appears* as if minicom supports color, though
  54. I have never been able to get it to show anything but black and white, even
  55. when it's supposed to be receiving color ANSI in term mode (unlike normal
  56. pass-though console linux).  Also I've found that the Minix term emulation
  57. gives me the least amount of grief as far as using 25 lines or whatever,
  58. though the vt100 and ANSI modes don't appear to support color either... I also
  59. have a problem using cursor keys in Emacs when connected to a remote system...
  60. Those are the ONLY problems I can find with this software; other than that,
  61. I think it's incredible...  I've included all doc files with both the
  62. binary and source version, even though not all dox apply to the binary version.
  63. Note lastly that these statically linked binaries in some cases are way big,
  64. so you might wanna grab source and recompile if you havn't...
  65.  
  66.     Direct questions/comments/working termcaps to:
  67.  
  68.     Joe Waters
  69.     jwaters@math.unm.edu
  70.