[Linuxtrent] Re: linux abilitare un terminale su seriale

  • From: Flavio Stanchina <flavio@xxxxxxxxxxxxx>
  • To: linuxtrent@xxxxxxxxxxxxx
  • Date: Mon, 12 Dec 2005 14:43:45 +0100

El Kondor wrote:
> qualcuno mi da qualche dritta di come si abilitano in linux anche i
> terminali su porta seriale? per vedere  il boot etc etc quando non hai
> un monitor?

Trascrivo da
http://www.stanchina.net/~flavio/linux/config.html#serialconsole

First, make sure that serial console support is compiled into your kernel.

Edit /etc/lilo.conf:

  # Enables control from a serial line
  serial=0,57600
  append="console=tty0 console=ttyS0,57600"

Edit /etc/inittab:

  S0:23:respawn:/sbin/getty -L 57600 ttyS0 vt100

Please note: if there isn't a graphics card at all in your server, you
should comment out the getty lines for the TTYs, otherwise init will try
to respawn them infinitely.

-- 
Ciao, Flavio
-- 
Per iscriversi  (o disiscriversi), basta spedire un  messaggio con OGGETTO
"subscribe" (o "unsubscribe") a mailto:linuxtrent-request@xxxxxxxxxxxxx


Other related posts: