From owner-freebsd-questions@FreeBSD.ORG Fri Mar 24 00:24:42 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 6910B16A400 for ; Fri, 24 Mar 2006 00:24:42 +0000 (UTC) (envelope-from lincolnr@oar.net) Received: from email.osc.edu (email.osc.edu [192.148.249.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1895943D48 for ; Fri, 24 Mar 2006 00:24:41 +0000 (GMT) (envelope-from lincolnr@oar.net) Received: from [192.168.0.3] (d60-65-157-212.col.wideopenwest.com [65.60.212.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by email.osc.edu (Postfix) with ESMTP id D45E127C06D; Thu, 23 Mar 2006 19:24:38 -0500 (EST) Message-ID: <44233C43.4010503@oar.net> Date: Thu, 23 Mar 2006 19:24:35 -0500 From: Lincoln Rutledge User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lowell Gilbert References: <442199E7.5000600@oar.net> <448xr10xcb.fsf@be-well.ilk.org> In-Reply-To: <448xr10xcb.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: usb->serial ftdi trouble 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: Fri, 24 Mar 2006 00:24:42 -0000 Yes that't it, thank you. Lowell Gilbert wrote: > Lincoln Rutledge writes: > > >>Howdy, have kldloaded drivers, and in dmesg see that my usb->serial >>FTDI device is ucom0. However there is no /dev entry and therefore >>minicom can't work. I have seen questions about this device from 7/05 >>but no answer. >>Is there a simple step I'm missing? Thanks, > > > Well, for one, the manual for ucom(4) indicates that the device it > creates is /dev/cuaU?. Is that present? >