home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20528 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.7 KB  |  48 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!Sirius.dfn.de!solaris.rz.tu-clausthal.de!news!zzulich
  3. From: zzulich@ipc1.rrzn.uni-hannover.de (Thomas Ulich)
  4. Subject: Re: HELP - Need to log in through serial port
  5. Message-ID: <1992Dec15.162339.9095@newsserver.rrzn.uni-hannover.de>
  6. Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
  7. Organization: RRZN
  8. X-Newsreader: Tin 1.1 PL4
  9. References: <1992Dec14.030737.20420@en.ecn.purdue.edu>
  10. Date: Tue, 15 Dec 1992 16:23:39 GMT
  11. Lines: 35
  12.  
  13. cronin@en.ecn.purdue.edu (Fester the Penguin) writes:
  14. : modem adapters I need... but, how do I set up Linux to accept logins from
  15. : the serial port? Preferably something I can type blind... :-) This'll let me
  16. : use the PC for some things until I can get enough money for another VGA
  17. : monitor.....
  18.  
  19. Usually it's easy to do:
  20.  
  21. Just edit the file /etc/inittab. Therein you'll find a commented line that 
  22. says something like:
  23.  
  24. /dev/ttys1 ... <baud-rate>...
  25.          ^
  26.          !------- Number 1 = com2, 0 = com1, 2 = com3 ...
  27.  
  28.      The 's' stands for serial :-)
  29.  
  30. Remove the '#' and set the baud-rate the way you like (I use 38400).
  31.  
  32. After that you should edit /etc/securetty and add your serial line to that
  33. list. Otherwise you won't be allowed to login as root from your Terminal.
  34. Using su to become the root is possible anyway.
  35.  
  36. Finally you have to reboot your Linux to get the things working.
  37.  
  38. On the PC I prefer MS-Kermit to communicate with that Linux-Machine.
  39. Read the documentation of Linux-Kermit that comes with the SLS's.
  40. There you'll find the hints you need to install Kermit correctly.
  41.  
  42. Good luck,
  43.  
  44. --
  45. Thomas Ulich       Tel.: +49-5021-7550     zzulich@kursix.rrzn.uni-hannover.de
  46.  
  47.                    The opinions expressed above are my own
  48.