On Fri, 24 Mar 2000, Steven Kerr wrote:

> I am attempting to get a 'Dumb' terminal connected to a serial port on
> a RH6.0 system.
> 
> The /etc/inittab I am using is as follows:
> 
> S0:2345:respawn:/sbin/mgetty -r -s 19200 ttyS0 vt100

...

> Does anyone have a 'dumb' terminal connected using mgetty that could
> share their experience and inittab entry.

Why mgetty? I have plain old getty running on a serial port using:

S0:2345:respawn:/sbin/getty ttyS0 38400 vt100

I don't have a dumb terminal connected there, but another linux (test)  box.
Here's the lilo.conf from that other box:

t3 13:46:49 ~: cat /etc/lilo.conf 
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
serial=0,38400N8
image=/boot/vmlinuz-2.2.12-20
        label=linux
        root=/dev/hda1
        append="console=ttyS0,38400"
        read-only

Saves a monitor, keyboard and/or switch.

Charlie Brady
Aurema Pty Ltd
 PO Box 305, Strawberry Hills, NSW 2012, Australia
Email:[EMAIL PROTECTED], Tel: +61 2 9698 2322, Fax: +61 2 9699 9174
  "I think it would be a good idea." Gandhi, on Western Civilisation.

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to