From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 05:25:30 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 36F1C16A420 for ; Sat, 11 Feb 2006 05:25:30 +0000 (GMT) (envelope-from steve@douville.net) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id B8E4B43D46 for ; Sat, 11 Feb 2006 05:25:29 +0000 (GMT) (envelope-from steve@douville.net) Received: (qmail 40488 invoked from network); 11 Feb 2006 05:25:29 -0000 Received: from unknown (HELO sdouvilnonq1) (sns536@rogers.com@70.29.116.42 with login) by smtp103.rog.mail.re2.yahoo.com with SMTP; 11 Feb 2006 05:25:29 -0000 Message-ID: <009e01c62ecb$8692e350$36741d46@sdouvilnonq1> From: "Steve Douville" To: Date: Sat, 11 Feb 2006 00:25:09 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Connecting to serial port 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, 11 Feb 2006 05:25:30 -0000 I'm trying to connect to the serial port of a Dell PowerConnect 3024. = I've connected a null modem cable between them. During boot, this is = what is happening: Feb 11 00:34:17 server2 kernel: sio0: configured irq 4 not in bitmap of = probed irqs 0 Feb 11 00:34:17 server2 kernel: sio0: port may not be enabled Feb 11 00:34:17 server2 kernel: sio0: <16550A-compatible COM port> port = 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 Feb 11 00:34:17 server2 kernel: sio0: type 8250 or not responding Can anyone shed some light on what I might have done wrong or where to = continue looking?=20 Thanks!