From owner-freebsd-questions@FreeBSD.ORG Fri Mar 11 16:43:28 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 92DAB16A4CE for ; Fri, 11 Mar 2005 16:43:28 +0000 (GMT) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1997A43D2F for ; Fri, 11 Mar 2005 16:43:28 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1D9nEV-0002QC-FU for freebsd-questions@freebsd.org; Fri, 11 Mar 2005 11:43:27 -0500 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Fri, 11 Mar 2005 10:44:27 -0600 User-Agent: KMail/1.6.2 References: <20050311163348.30472.qmail@web14930.mail.yahoo.com> In-Reply-To: <20050311163348.30472.qmail@web14930.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503111044.27845.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc74f76ec53e908dba57631da61c925336350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Subject: Re: minicom and ugen 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: Fri, 11 Mar 2005 16:43:28 -0000 On Friday 11 March 2005 10:33 am, Paulo Roberto wrote: > Hello, > > I am not able to use a usb/serial converter with minicom. I loaded > ucom and uplcom, but only ugen messages are printed on the console. > > ugen0: FTDI USB <-> Serial, rev 1.10/4.00, addr 2 > > I tried ugen0, ugen0.1 and ugen0.2 with no success. > > Any ideas? > > thanks, > > Paulo > ugen usually indicates that the system was unable to identify the usb device. Is your adapter supported? Do you need to load an additional driver? See the online hardware notes: http://www.freebsd.org/releases/5.3R/hardware-i386.html#USB http://www.freebsd.org/releases/4.11R/hardware-i386.html#USB Best of luck, Andrew Gould