home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text1325.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.8 KB

  1. Received: from ppsw3.cam.ac.uk (mauve.csi.cam.ac.uk [131.111.8.38]) by nacm.com (8.6.10/8.6.9) with ESMTP id AAA05289 for <executor@nacm.com>; Tue, 16 May 1995 00:10:44 -0700
  2. Received: from mole.bio.cam.ac.uk by mauve.csi.cam.ac.uk 
  3.           with SMTP-CAM (XTPP8.1) as ppsw.cam.ac.uk;
  4.           Tue, 16 May 1995 08:10:17 +0100
  5. Received:  from localhost 
  6.           by mole.bio.cam.ac.uk (931110.SGI/MDTG-V1.3@mole.bio.cam.ac.uk)    id AA25715;
  7.           Tue, 16 May 95 08:15:21 +0100
  8. Message-Id: <9505160715.AA25715@mole.bio.cam.ac.uk>
  9. To: Ryan Rothert <rrothert@lab1.cc-math.utoledo.edu>
  10. Cc: executor@nacm.com
  11. Subject: Re: mac 512k 
  12. In-Reply-To: Your message of "Mon, 15 May 1995 12:44:57 EDT."             <199505151644.MAA26931@lab1.cc-math.utoledo.edu> 
  13. Date: Tue, 16 May 1995 08:15:20 +0100
  14. From: Tim Cutts (Zoology) <tjrc1@mole.bio.cam.ac.uk>
  15. Sender: owner-executor@nacm.com
  16. Precedence: bulk
  17.  
  18. In your message (Mon, 15 May 1995 12:44:57 -0400), you wrote:
  19. >
  20. >This isnt really an executor question, but
  21. >maybe some of you mac gurus will know.
  22. >
  23. >I have a 512k mac with no HD and 2 800k floppies.
  24. >One of the floppies is external.. I would like it know if there  is
  25. >a way i can mount that floppy under linux? for use with E/L
  26.  
  27. Well, you can't put the floppy in a PC floppy drive due to the
  28. variable-speed drive old Macs like yours used to use.  If you could
  29. find some way to hook up the Mac physical drive to your PC and then
  30. write a kernel device driver for it then maybe you could... :-)
  31.  
  32. >Also Id like to use the old mac as a dumb terminal
  33. >I need terminal software for this old beast.  
  34.  
  35. This I have done.  I have a Mac Classic on the desk next to me acting
  36. as a serial terminal on my PC.  I'm using an in-house terminal program
  37. called Fawn II, but any terminal program should work.  Here are the
  38. relevant lines from my various configuration files:
  39.  
  40. /etc/inittab:
  41.  
  42. S1:246:respawn:/sbin/getty ttyS1 DT9600 vt100
  43.  
  44. /etc/gettydefs:
  45.  
  46. # 9600 baud Dumb Terminal entry
  47. DT9600# B9600 CS8 CLOCAL # B9600 SANE -ISTRIP CLOCAL #Login: #DT9600
  48.  
  49. /etc/rc.d/rc.serial:
  50.  
  51. stty clocal < /dev/ttyS1
  52.  
  53. I found this last to be necessary, despite the gettydefs entry.
  54. Without this entry I could type commands and things on the Mac, but
  55. couldn't see anything, although by using redirection I knew the
  56. commands were working.
  57.  
  58. >I tried plugging a null modem cable into the serial port and
  59. >the machine wont boot :< it boots fine when i take the cable out.
  60.  
  61. You mean the Mac won't boot?  Weird.  Can't help there.  Sounds like
  62. your null modem cable is confusing it for some reason.  Do you have
  63. RTS/CTS lines correctly looped back?  I know that that can confuse
  64. some PCs.
  65.  
  66. Having a Mac as a serial terminal is very useful... if your console
  67. locks up for some reason it means you can still log in and shutdown
  68. cleanly rather than hitting the Big Red Switch.
  69.  
  70. Tim.
  71.  
  72.  
  73.