From owner-freebsd-questions@FreeBSD.ORG Wed Oct 20 05:23:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23D6916A4CE for ; Wed, 20 Oct 2004 05:23:50 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id A682343D41 for ; Wed, 20 Oct 2004 05:23:47 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004102014:23:31:028607.7481.3037326256 for ; Wed, 20 Oct 2004 14:23:31 +0900 (KST) Message-ID: <4175F65D.90005@yahoo.com> Date: Wed, 20 Oct 2004 14:23:41 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Fitzpatrick , FreeBSD References: <000501c4b64f$0f0c9150$3901a8c0@webtent.net> <2864A7A4-2243-11D9-A19D-000D9333E43C@secure-computing.net> <003701c4b652$17fee210$3901a8c0@webtent.net> <933113FC-2246-11D9-A19D-000D9333E43C@secure-computing.net> <005701c4b654$eeadc450$3901a8c0@webtent.net> In-Reply-To: <005701c4b654$eeadc450$3901a8c0@webtent.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:6.02) (by Terrace) Subject: Re: Connecting to serial port using HyperTerminal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 05:23:50 -0000 Robert Fitzpatrick wrote: >>>ttyd0 "/usr/libexec/getty std.9600" vt100 on secure >>> >>>I found an existing line for ttyd0 set for dailup and off, I replaced >>>it >>>with the one you suggested. Now, the ttyd0 shows up in the processes >>>running, but still no luck connecting. I have things set to 9600 baud >>>with >>>8|None|1|Hardware and VT100 emulation. But no response. >>> >>>-- >>>Robert >> >>Maybe something trivial, but are you sure you're using a null modem >>cable? this is necessary... > > > Yeah, the cable works connecting to a Linux box I have... Is the serial port enabled (BIOS & kernel)? Do you get positive output when you do $ cat /var/run/dmesg.boot | grep "sio[[:digit:]]" f.ex: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A In /etc/ttys ttyd0 "/usr/libexec/getty std.9600" dialup off secure means first serial port; cable is connected to that port? Rob.