From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 14:27:19 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 1206316A4CE for ; Thu, 6 Jan 2005 14:27:19 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D2743D39 for ; Thu, 6 Jan 2005 14:27:17 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j06ERNAu038692; Thu, 6 Jan 2005 14:27:23 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: Ludwig Mey In-Reply-To: References: Content-Type: text/plain Date: Thu, 06 Jan 2005 14:27:23 +0000 Message-Id: <1105021643.708.51.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: FreeBSD-questions@FreeBSD.org Subject: Re: question 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: Thu, 06 Jan 2005 14:27:19 -0000 On Thu, 2005-01-06 at 16:13 +0200, Ludwig Mey wrote: > hi > > my problem is as follows. > > i am trying to connect a Prolific Technology USB to serial connecter. > but i am unable to get anything right after that. i have tried using > minicom and pointing it to where the system is telling the device is. > but no luck. any help will be appreciated. > > i am running FreeBSD 5.3 > > and the following information is given to me by the system when the > device is plugged in. > > Jan 6 16:07:26 gogga kernel: ugen0: Prolific Technology Inc. > USB-Serial Controller, rev 1.10/3.00, addr 2 I think you might need to compile a custom kernel with the added line: device ucom Then you should see something like: Jan 6 14:26:17 lorna kernel: ucom0: Prolific Technology Inc. USB-Serial Controller, rev 1.10/3.00, addr 2 when you plug it in. Peter.