home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / 3b1 / 4089 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.7 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!uwm.edu!ogicse!news.u.washington.edu!news
  2. From: mrc@Ikkoku-Kan.Panda.COM (Mark Crispin)
  3. Newsgroups: comp.sys.3b1
  4. Subject: help with internal modem
  5. Message-ID: <MS-C.724741906.1103527590.mrc@Ikkoku-Kan.Panda.COM>
  6. Date: 19 Dec 92 05:11:46 GMT
  7. Article-I.D.: Ikkoku-K.MS-C.724741906.1103527590.mrc
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington
  10. Lines: 48
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. Mime-Version: 1.0
  13.  
  14. I recently picked up two 7300's.  I gave the better one to my girlfriend,
  15. including the manual set, since the purpose of this purchase was for her to
  16. learn about Unix system management.  I kept the little (1MB RAM, 10MB disk)
  17. system for myself.
  18.  
  19. ua and the rest of the Office has been flushed from the little system, and the
  20. development stuff (and certain essentials such as emacs and kermit) installed
  21. in its place.  So it's a little hacker system, with about 2MB of free disk
  22. space.  That's OK; I have a NeXT for my real work.  But, it turns out that
  23. there is actually some useful work to put the 7300 to do here, so it won't
  24. just be gathering dust.
  25.  
  26. Now the questions:
  27.  1) Does anyone have an extra copy of the User's Manual (the one with sections
  28.     1, 2, and 3 of the Unix manual) that they are willing to sell?  I tried
  29.     calling AT&T to order a copy.  They had a good laugh.  There's enough
  30.     differences between SysV and the BSD clone that the NeXT runs that the
  31.     NeXT man pages aren't all that helpful.  I wouldn't mind getting a copy
  32.     of whatever manual has sections 5 and 8 as well.
  33.  
  34.  2) I have incoming modem access working, but outgoing isn't working.  I'm
  35.     trying to use kermit for this.  Here's what happens:
  36.     $ kermit
  37.     C-Kermit, 4E(070) 29 Jan 88, AT&T System III/System V
  38.     Type ? for help
  39.     C-Kermit>set modem-dialer att7300
  40.     C-Kermit>set line /dev/ph0
  41.     C-Kermit>set speed 1200
  42.     /dev/ph0: 1200 baud
  43.     C-Kermit>dial 5551212
  44.     dialing:5551212 on line:/dev/ph0 at 1200 baud, speed:1200
  45.     Sorry, connection not made. Error status: -7
  46.     C-Kermit>
  47.  
  48.  3) I also had trouble making the RS232 port work, but I fixed it by shorting
  49.     DTR (pin 20) to CD (pin 8).  Is there some reason why it insists upon
  50.     seeing Carrier Detect?  Is this to keep the line from running open?
  51.  
  52.  4) Has anyone successfully ported teco to the 7300?  The emacs I have is
  53.     microemacs which isn't quite adequate for all editing needs.  I tried
  54.     porting the GenRad Ultrix teco but ran up against too many BSD/SysV
  55.     incompatibilities, mostly in terminal ioctl()s.  I tried commenting them
  56.     out and got something built, but the resulting binary wouldn't accept any
  57.     input.
  58.  
  59.  5) Is there an FAQ, and where is it located?
  60.  
  61. Please respond via e-mail.
  62.