home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sun / admin / 9765 < prev    next >
Encoding:
Text File  |  1992-12-29  |  2.6 KB  |  88 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!usc!sdd.hp.com!network.ucsd.edu!qualcom.qualcomm.com!maui!kbibb
  3. From: kbibb@maui.qualcomm.com (Ken Bibb)
  4. Subject: Re: What's going with tip?
  5. Message-ID: <kbibb.725580286@maui>
  6. Sender: news@qualcomm.com
  7. Nntp-Posting-Host: maui.qualcomm.com
  8. Organization: Qualcomm, Inc., San Diego, CA
  9. References: <57800052@glas.apc.org>
  10. Date: Mon, 28 Dec 1992 22:04:46 GMT
  11. Lines: 75
  12.  
  13. In <57800052@glas.apc.org> irl@glas.apc.org writes:
  14.  
  15.  
  16. >Dear colleagues,
  17.  
  18. >I apologise if it is a FAQ, but I am a new person in the Sun world.
  19.  
  20. >My task was to connect Telebit T-2500 to our Sun-3/160 in order we can
  21. >use it both for dial-in and dial-out connections. Sun-3/160 runs SUN
  22. >OS 4.1.1.
  23.     ^^^^^  Your instructions look like they're for 4.1, not 4.1.1
  24.  
  25. >Modem is to be connected to the ALM-2 Multiplexor.
  26.  
  27. >I done all the things enlisted in documentation.
  28. >  1) I rebuilt the kernel with proper flags for mcp0
  29.  
  30. There is no longer any kernel patching done.
  31.  
  32. >  2) I done
  33. >    mv /dev/ttyh0 /dev/ttyd0
  34. >        mknod /dev/cua0 c 44 128
  35.  
  36. Once you get the device number of a tty port, you do a mknod (like you
  37. did)  but you also need to create a cua1 device with ln.  Then do
  38. a chown uucp.uucp cua* to make them both owned by uucp.  (Also, the
  39. perms need to be 600 for both.)
  40.  
  41. >  3) I updated /etc/ttytab with the line
  42. >     ttyd0 "getty std.9600" vt100 on remote
  43.  
  44. my ttytab entry looks like:
  45.  
  46. ttya    "/usr/etc/getty std.9600"       dialup          off remote modem
  47.  
  48. >  4) I made an entry in /etc/remote like
  49. >     TEL0:\
  50.  
  51. My /etc/remote entry looks like:
  52.  
  53. cua0:dv=/dev/cua0:br#2400
  54. anarchy:pn=2640181%:tc=UNIX-2400:    # a local bbs
  55. UNIX-2400:\
  56.     br#2400:tc=dialers:
  57.  
  58. dialers:\
  59.     :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:dv=/dev/cub0,/dev/cua0:\
  60.  
  61.  
  62. >  5) I setup modem for valid carrier detect report via 
  63. >     ATS131=1
  64.  
  65. Then try: ttysoftcar -a (as root).
  66.  
  67.  
  68. >It works fine with one noticeable exception. tip doesn't work. It connects
  69. >to modem (anyway it says "connected") but no characters are transmitted.
  70. >Such behavior seems to be especially strange because kermit works fine, and
  71.                      even on its best days it doesn't ^^^^^^^^^^^^^^^^^ ;)
  72.  
  73. why use kermit when tip can handle [xyz]modem?
  74.  
  75. >even cat smth. > /dev/cua0 works.
  76.  
  77. >I suppose that it is tip problem, but how to get around it?
  78.  
  79. >Thanks in advance,
  80.  
  81. >Volodya Gurevich.
  82. -- 
  83. Ken Bibb                "he heard the snow falling faintly through the
  84. kbibb@qualcomm.com     universe and faintly falling, like the descent of
  85. jester@crash.cts.com     their last end, upon all the living and the dead."
  86.                 --"The Dead", James Joyce
  87.  
  88.