home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13705 < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.5 KB  |  56 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!wupost!gumby!yale!admiral!kilowatt!root
  3. From: root@kilowatt.uucp (Kilowatt admin)
  4. Subject: Re: Consensys and serial ports
  5. Message-ID: <1992Aug26.220223.2074@kilowatt.uucp>
  6. Organization: Kilowatt Computing
  7. Date: Wed, 26 Aug 1992 22:02:23 GMT
  8. Lines: 46
  9.  
  10.     Sorry folks, but I lost the email I was replying to, and consequently
  11. the return address. But, I was going to post this on the net anyway.
  12.  
  13. Samy,
  14.  
  15.     There is a program called ttymon (which takes the place of getty
  16. on older machines) that uses a file called /etc/saf/ttymon3/_pmtab (I am
  17. not going to going into STREAMS here) This file should have a line in it
  18. that looks like this:
  19.  
  20. 01:ux:root:reserved:reserved:reserved: /dev/term/01h:br::/usr/bin/login::38400E7:login\\: :: #
  21.  
  22. (I don't know if there is a double back-slash in that line, but if there is,
  23. it should be a single one)
  24.  
  25.     This should make tty01 (COM2) a 38400 baud even parity bidirectional
  26. comm port. Note the "br" in the field just after /dev/term/01. This tells
  27. ttymon to make it a [b]idirectional port and wait for carriage [r]eturn
  28. on initial connect. This is so login doesn't startup and lock the port 
  29. all the time, making it impossible to dialout.
  30.     My Telebit WorldBlazer (used to be a T3000, but it grew) worked great
  31. with this setup doing UUCP and logins happily. I recently switched to FAS
  32. (watch for my forthcoming article "Getting FAS to run under SVR4 - Consensys")
  33. and it now happily (mostly) does it at 115200 baud!! FAS is a pretty usefull
  34. tool - although I don't really think it fits into SVR4 well - it's not
  35. a STREAMS module. But I LIKE it! Only it seems that it broke my
  36. UUCP connection with my friend's Sun SPARC I. I can send/receive files fine
  37. as long as I originate the call. If he calls me he gets a protocol error
  38. of some sort - anyone ever hear of this? I've already fixed the fubyte bug.
  39. It's definitely in Consensys SVR4 3.0 1.3!!!
  40.  
  41.  
  42.     I also used the hardware flow control port (/dev/term/01h or 
  43. /dev/tty01h). If you don't have a modem that will do hard flow control, you
  44. can use /dev/term/01.
  45.     Something I'd like to say: is it worth it to use FAS if you don't
  46. need 57600 or 115200 baud and are running SVR4 with ttymon/et al??? The
  47. 115200 is what got me to try it at all.
  48.  
  49. P.S.:    Anyone need a color TECO written in C? (Compiles under SVR4 and
  50. SunOS, but doesn't really use any advanced UNIX stuff).
  51. -- 
  52. Kilowatt Computing                    Arthur A. Krewat
  53. 51 Winnecomac Ave.                uunet!admiral!kilowat!krewat
  54. Deer Park, NY 11729                    (516) 586-4743
  55. (516) 253-2805                        Consensys SVR4
  56.