home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0800.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.9 KB  |  56 lines

  1. In your message (Mon, 15 May 1995 12:44:57 -0400), you wrote:
  2. >
  3. >This isnt really an executor question, but
  4. >maybe some of you mac gurus will know.
  5. >
  6. >I have a 512k mac with no HD and 2 800k floppies.
  7. >One of the floppies is external.. I would like it know if there  is
  8. >a way i can mount that floppy under linux? for use with E/L
  9.  
  10. Well, you can't put the floppy in a PC floppy drive due to the
  11. variable-speed drive old Macs like yours used to use.  If you could
  12. find some way to hook up the Mac physical drive to your PC and then
  13. write a kernel device driver for it then maybe you could... :-)
  14.  
  15. >Also Id like to use the old mac as a dumb terminal
  16. >I need terminal software for this old beast.  
  17.  
  18. This I have done.  I have a Mac Classic on the desk next to me acting
  19. as a serial terminal on my PC.  I'm using an in-house terminal program
  20. called Fawn II, but any terminal program should work.  Here are the
  21. relevant lines from my various configuration files:
  22.  
  23. /etc/inittab:
  24.  
  25. S1:246:respawn:/sbin/getty ttyS1 DT9600 vt100
  26.  
  27. /etc/gettydefs:
  28.  
  29. # 9600 baud Dumb Terminal entry
  30. DT9600# B9600 CS8 CLOCAL # B9600 SANE -ISTRIP CLOCAL #Login: #DT9600
  31.  
  32. /etc/rc.d/rc.serial:
  33.  
  34. stty clocal < /dev/ttyS1
  35.  
  36. I found this last to be necessary, despite the gettydefs entry.
  37. Without this entry I could type commands and things on the Mac, but
  38. couldn't see anything, although by using redirection I knew the
  39. commands were working.
  40.  
  41. >I tried plugging a null modem cable into the serial port and
  42. >the machine wont boot :< it boots fine when i take the cable out.
  43.  
  44. You mean the Mac won't boot?  Weird.  Can't help there.  Sounds like
  45. your null modem cable is confusing it for some reason.  Do you have
  46. RTS/CTS lines correctly looped back?  I know that that can confuse
  47. some PCs.
  48.  
  49. Having a Mac as a serial terminal is very useful... if your console
  50. locks up for some reason it means you can still log in and shutdown
  51. cleanly rather than hitting the Big Red Switch.
  52.  
  53. Tim.
  54.  
  55.  
  56.