home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / sysv386 / 17579 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!gateway
  2. From: stewart@europa.eng.gtefsd.com (Brad Stewart)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Practical Peripherals modem to SCO UNIX
  5. Date: 21 Dec 1992 07:00:43 -0600
  6. Organization: UTexas Mail-to-News Gateway
  7. Lines: 49
  8. Sender: daemon@cs.utexas.edu
  9. Message-ID: <199212211300.AA11888@europa.eng.gtefsd.com>
  10. NNTP-Posting-Host: cs.utexas.edu
  11.  
  12. I am trying to connect a Practical Peripherals modem, model
  13. PM14400-FXSA (1.44 Kbaud Hayes compatible), to SCO UNIX system.  I
  14. am having problems making cu and the dialer programs work together.
  15.  
  16. I used the make.dialer scrip to configure a dialer for the
  17. Practical Peripherals modem.  I used the default setup string
  18. recommended by the manufacture (AT&FE0Q2&K4&W0).  Then I put the
  19. following line in my /usr/lib/uucp/Device file:
  20.  
  21.      ACU tty1A - 9600 /usr/lib/uucp/dialPP \D
  22.  
  23. When I type the command:
  24.  
  25.      cu -s 9600 555-5555
  26.  
  27. The modem dials and makes a connection to a remote terminal server. 
  28. When I hit Carriage Return, I get the logon prompt from the
  29. terminal server, then all communications stops.  I can not send or
  30. receive.  When I try to exit out of cu with a "<tilde> .", the
  31. process hangs.
  32.  
  33. If I configure my /usr/lib/uucp/Device file with:
  34.  
  35.      ACU tty1A - 9600 /usr/lib/uucp/dialPP \D
  36.      Direct tty1A - 9600 direct
  37.  
  38. And then type the commands:
  39.  
  40.      /usr/lib/uucp/dialPP /dev/tty1A 555-5555 9600
  41.      cu -s 9600 555-5555
  42.  
  43. The dialer will make a connection and cu will communicate with the
  44. remote terminal server with no problems.
  45.  
  46. Since my modem is Hayes compatible I have tried the Hayes dialers
  47. that came with SCO.  When I use dialHA96V, I had to remove the
  48. S50=240 and \r from the default setup.  These commands are not
  49. support by my modem.  I get the same results as with dialPP.  When
  50. I use dialHA24 everything works right, except I only run at 2400
  51. baud.
  52.  
  53. I think the problem might be related to getty (I may thank this
  54. only because I don't fully understand this part of UNIX).
  55.  
  56. If anyone has any suggestions, I would greatly appreciate any help.
  57.  
  58. Thank you.
  59.  
  60.  
  61.