From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 14:11:52 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 5905E16A4CE for ; Sat, 28 Feb 2004 14:11:52 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07CD43D2D for ; Sat, 28 Feb 2004 14:11:51 -0800 (PST) (envelope-from jason@monsterjam.org) Received: from monsterjam.org (cpe-024-211-171-119.nc.rr.com [24.211.171.119]) i1SMBns1015296 for ; Sat, 28 Feb 2004 17:11:49 -0500 (EST) Received: (qmail 67863 invoked by uid 1009); 28 Feb 2004 22:11:48 -0000 Received: from jason@monsterjam.org by beast by uid 82 with qmail-scanner-1.20 (clamuko: 0.65. Clear:RC:1(127.0.0.1):. Processed in 0.144371 secs); 28 Feb 2004 22:11:48 -0000 Received: from unknown (HELO monsterjam.org) (127.0.0.1) by 0 with SMTP; 28 Feb 2004 22:11:46 -0000 Received: (from jason@localhost) by monsterjam.org (8.12.9/8.12.8/Submit) id i1SMBjWu067380 for questions@freebsd.org; Sat, 28 Feb 2004 17:11:45 -0500 (EST) Date: Sat, 28 Feb 2004 17:11:44 -0500 From: Jason To: questions@freebsd.org Message-ID: <20040228221144.GA49220@monsterjam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: cannot open /dev/cuaa1: Device not configured 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: Sat, 28 Feb 2004 22:11:52 -0000 BSDheads, Im using the first com port (/dev/cuaa0) on my computer with no problems, Im trying to use the second com port (/dev/cuaa1) and having problems. running FreeBSD 4.9-STABLE #0: Mon Feb 9 22:03:10 EST 2004 when I run minicom, I get [root@beast]# minicom minicom: cannot open /dev/cuaa1: Device not configured looking at dmesg, I see sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 so, FreeBSD cant see com2 on irq3, so Ive googled and saw someone that said com2 isnt enabled by default in your kernel, enable it and recompile/reboot. I look in my kernel config file and I see the following: device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 does that look right? the other thing im thinking is that com2 might be disabled in the bios, but I havent rebooted yet to take a look. thoughts? Jason