[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02881) Re: TAHI test with serial line connection
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 02881) Re: TAHI test with serial line connection
- From: Brian Haley <Brian.Haley@xxxxxx>
- Date: Thu, 01 Apr 2004 15:46:05 -0500
- In-reply-to: <DMEAIOLONOKFADMBFLJDKEPECFAA.yhsiung@zyxel.com>
- Organization: Linux and Open Source Lab
- References: <DMEAIOLONOKFADMBFLJDKEPECFAA.yhsiung@zyxel.com>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
I did this recently on Debian and Red Hat, I think it was as simple as:
1. edit /etc/inittab and un-comment (or add) a line like this:
T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
2. add ttyS0 to /etc/securetty
3. reload inittab with 'init q'
If when you originally installed you booted with 'console=ttyS0,9600n8'
I think it will actually set this all up for you. You can always add
this to your bootup with lilo/grub/etc. depending on which you use.
-Brian
Yang Hsiung wrote:
> Hi,
>
> I'm setting up the TAHI conformance test environment
> by connecting freeBSD (TN) and Linux (NUT) via a
> null modem cable as described in TAHI document.
>
> Since TAHI document uses freeBSD as an example to configure
> the /etc/ttys by adding the following line to the /etc/ttys
> file for NUT:
>
> cuaa0 "/usr/libexec/getty std.9600" unknown on secure
>
>
> Can anyone kindly share your knowledge on how to
> configure the equivalent thing on Linux side so that I can
> "cu -l /dev/cuaa0" from TN side?
>
> Thanks in advance.
>
> Yang
>
>