From owner-freebsd-questions@FreeBSD.ORG Wed Oct 24 06:52:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D78B316A41B for ; Wed, 24 Oct 2007 06:52:06 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id A798413C491 for ; Wed, 24 Oct 2007 06:52:05 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id QAA15960; Wed, 24 Oct 2007 16:51:39 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 24 Oct 2007 16:51:38 +1000 (EST) From: Ian Smith To: Benjamin Lutz In-Reply-To: <20071023212437.3B2F416A41A@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: USB->Serial adapter, how to make /dev/cuad* appear? 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: Wed, 24 Oct 2007 06:52:06 -0000 On Tue, 23 Oct 2007 18:06:08 +0200 Benjamin Lutz wrote: > I've bought an USB->Serial adapter in order to use an old serial 33.6k > modem. I've loaded the uplcom and ucom modules, but am unsure how to > proceed from here. > > The system runs FreeBSD 6.2-RELEASE-p8. When connecting the adapter, > dmesg says: > > ucom0: Prolific Technology Inc. USB-Serial Controller D, rev > 1.10/4.00, addr 3 > > usbdevs -v says: > > port 6 addr 3: full speed, power 100 mA, config 1, USB-Serial > Controller D(0x2303), Prolific Technology Inc.(0x067b), rev 4.00 > > I'd expect some device to show up in /dev, cuad1, ucom0, something like > that, but I get nothing. (cuad0 is taken by the onboard serial port, > which, alas, isn't wired to the outside of the case). Perhaps you need to load umodem(4) also? Cheers, Ian