From owner-freebsd-questions@FreeBSD.ORG Sat Mar 4 23:04:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 939E416A420 for ; Sat, 4 Mar 2006 23:04:25 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from mx1.highperformance.net (ip30.gte215.dsl-acs2.sea.iinet.com [209.20.215.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0935543D46 for ; Sat, 4 Mar 2006 23:04:22 +0000 (GMT) (envelope-from jcw@highperformance.net) Received: from [192.168.1.16] (w16.stradamotorsports.com [192.168.1.16]) by mx1.highperformance.net (8.13.4/8.13.4) with ESMTP id k24N4Mfw001024 for ; Sat, 4 Mar 2006 15:04:22 -0800 (PST) (envelope-from jcw@highperformance.net) Message-ID: <440A1CF3.3000706@highperformance.net> Date: Sat, 04 Mar 2006 15:04:19 -0800 From: "Jason C. Wells" User-Agent: Thunderbird 1.5 (Windows/20051025) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Terminal Not Providing login: Prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 23:04:25 -0000 When I use 'tip' I seem to bee connected, but I get no login prompt. $ tip sio0 connected and nothing else. If I telnet to the receiving host and redirect a file to the serial line, I do see data being transmitted. The formatting is a bit off though. (remote)$ cat /etc/issue (remote)$Hello there! (remote)$ (remote)$This is a serial line terminal. (remote)$ cat /etc/issue > /dev/ttyd0 (local)Hello there! (local) (local) This is a serial line terminal. ^^^^^^ extra spaces are garbage output Every document I have read assumes that your terminal will just work. I am connecting a FreeBSD host to a FreeBSD host using default 9600 baud settings and things aren't working well. It's probably pretty hard to determine the fix for my problem via email. Can anyone point me to a reference that is comprehensive regarding unix serial communications and terminals? Or am I making this harder than it should be? Thanks, Jason C. Wells