From owner-freebsd-questions@FreeBSD.ORG Wed Oct 24 07:55:27 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 5112816A419 for ; Wed, 24 Oct 2007 07:55:27 +0000 (UTC) (envelope-from mail@maxlor.com) Received: from xmail08.myhosting.com (xmail08.myhosting.com [168.144.250.251]) by mx1.freebsd.org (Postfix) with ESMTP id 16ECF13C4AA for ; Wed, 24 Oct 2007 07:55:26 +0000 (UTC) (envelope-from mail@maxlor.com) Received: (qmail 664 invoked from network); 24 Oct 2007 07:28:42 -0000 Received: from unknown (HELO [127.0.0.1]) (Authenticated-user:_benjamin.lutz@assentis.com@[212.4.72.186]) (envelope-sender ) by xmail08.myhosting.com (qmail-ldap-1.03) with ESMTPA for ; 24 Oct 2007 07:28:41 -0000 Message-ID: <471EF424.1080209@maxlor.com> Date: Wed, 24 Oct 2007 09:28:36 +0200 From: Benjamin Lutz User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ian Smith References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 07:55:27 -0000 Ian Smith wrote: > 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? Tried that, it has no effect. Cheers Benjamin