From owner-freebsd-stable@FreeBSD.ORG Wed Oct 29 08:25:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B8F16A4CE for ; Wed, 29 Oct 2003 08:25:10 -0800 (PST) Received: from newman.gte.com (newman.gte.com [132.197.8.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A01343FD7 for ; Wed, 29 Oct 2003 08:25:09 -0800 (PST) (envelope-from ak03@gte.com) Received: from h132-197-179-27.gte.com ([132.197.179.27]) by newman.gte.com (8.9.1/8.9.1) with ESMTP id LAA05100; Wed, 29 Oct 2003 11:25:08 -0500 (EST) Received: from kanpc.gte.com (localhost [IPv6:::1])h9TGNrBO078322; Wed, 29 Oct 2003 11:24:08 -0500 (EST) (envelope-from ak03@gte.com) Date: Wed, 29 Oct 2003 11:23:53 -0500 From: Alexander Kabaev To: "Markus Oestreicher" Message-Id: <20031029112353.3e34aea8.ak03@gte.com> In-Reply-To: <018201c39e2a$3f24feb0$02c0a8c0@gnbuero.qhintra.net> References: <018201c39e2a$3f24feb0$02c0a8c0@gnbuero.qhintra.net> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.9.6claws40 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: ubsa, ucom Problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 16:25:10 -0000 On Wed, 29 Oct 2003 15:37:57 +0100 "Markus Oestreicher" wrote: root@ws02 /dev # cu -l /dev/ucom0 cu: open (/dev/ucom0): Device not configured cu: /dev/ucom0: Line in use I do not have -stable with ubsa device handy for testing, but I do use one ubsa adapter for my serial console for 5.x daily. Errors below certainly indicate the device entry mismatch. The quick and dirty solution to try would be a printf right after ubsa/ucom calls makedev on udev device to print out device's major/minor address and using mknod manually. -- Alexander Kabaev