From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 08:25:05 2005 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 4CE1A16A4CE for ; Thu, 7 Apr 2005 08:25:05 +0000 (GMT) Received: from wizard.online.ee (wizard.online.ee [194.106.96.27]) by mx1.FreeBSD.org (Postfix) with SMTP id ED9E943D1D for ; Thu, 7 Apr 2005 08:25:03 +0000 (GMT) (envelope-from jani@soundflows.com) Received: (qmail 14977 invoked by uid 79); 7 Apr 2005 11:25:02 +0300 Received: from 194.106.123.34 by wizard (envelope-from , uid 78) with qmail-scanner-1.24st (clamdscan: 0.81/704. spamassassin: 3.0.2. perlscan: 1.24st. Clear:RC:0(194.106.123.34):SA:0(0.0/5.0):. Processed in 0.428728 secs); 07 Apr 2005 11:25:02 +2000 X-Spam-Status: No, hits=0.0 required=5.0 Received: from unknown (HELO ?194.106.123.34?) (194.106.123.34) by wizard.online.ee with SMTP; 7 Apr 2005 11:25:02 +0300 Message-ID: <4254EE05.8000302@soundflows.com> Date: Thu, 07 Apr 2005 11:23:33 +0300 From: Jani Luukkanen User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Serial console connection problem 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: Thu, 07 Apr 2005 08:25:05 -0000 Hi! I have an issue with serial console connection with two FreeBSD machines (Both with Intel SE7210TP1-E motherboard, other configured as "host" from bios and other has ordinary com ports which are connected with normal tested serial cable). Host machine is running FreeBSD 5.3 and the "client" one 4.10. Problem is that when trying to open the serial connection with tip, error occurs as; /root@mos root # tip com1 tip: /dev/cuaa0: Device busy link down / /etc/remote file has entry: /sio0|com1:dv=/dev/cuaa0:br#9600:pa=none:/ /var/run/dmesg.boot: /sio0: configured irq 4 not in bitmap of probed irqs 0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console / So I assume that the com port generally should be configured properly? Main question is that how to get access first to the com1 port generally and second to get ahold of the remote screen on the other end of the serial cable? Appreciate for any help on this, Cheers, Jani