From owner-freebsd-questions@FreeBSD.ORG Wed Oct 24 07:53:18 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 CDB9E16A473 for ; Wed, 24 Oct 2007 07:53:18 +0000 (UTC) (envelope-from mail@maxlor.com) Received: from xmail01.myhosting.com (xmail01.myhosting.com [168.144.250.16]) by mx1.freebsd.org (Postfix) with ESMTP id 94DC613C48D for ; Wed, 24 Oct 2007 07:53:18 +0000 (UTC) (envelope-from mail@maxlor.com) Received: (qmail 16812 invoked from network); 24 Oct 2007 07:26:26 -0000 Received: from unknown (HELO [127.0.0.1]) (Authenticated-user:_benjamin.lutz@assentis.com@[212.4.72.186]) (envelope-sender ) by xmail01.myhosting.com (qmail-ldap-1.03) with ESMTPA for ; 24 Oct 2007 07:26:25 -0000 Message-ID: <471EF39C.3030200@maxlor.com> Date: Wed, 24 Oct 2007 09:26:20 +0200 From: Benjamin Lutz User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Roland Smith References: <200710231806.12237.mail@maxlor.com> <20071023175444.GB3981@slackbox.xs4all.nl> <200710232017.03932.mail@maxlor.com> <20071023221116.GA10261@slackbox.xs4all.nl> In-Reply-To: <20071023221116.GA10261@slackbox.xs4all.nl> 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:53:18 -0000 Roland Smith wrote: > On Tue, Oct 23, 2007 at 08:17:01PM +0200, Benjamin Lutz wrote: >> On Tuesday 23 October 2007 19:54:44 Roland Smith wrote: >>> On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: >>>> 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). >>> Looking at ucom(4): >>> >>> FILES >>> /dev/cuaU? >>> >>> See if that exists. >> No such luck I'm afraid. There's only cuaU0, which belongs to the >> onboard serial port too. > > Does the onboard serial port work via USB? How odd! On my standard PC, > the serial ports are driven by the sio driver, and have /dev/cuad* and > /dev/ttyd* devices, noc cuaU. No, that one's a standard serial port, driven by sio as well, and creates /dev/cuad0, /dev/cuaU0, maybe some /dev/tty* as well, I don't know. > Do you have the correct driver for the converter loaded next to ucom? > The ucom manual page gives a list of them. Yes, uplcom is the right driver. (Or at least I think so, because the device and manufacturer ids that usbdevs -v gives me match those in /usr/src/sys/dev/usb/uplcom.c .) Besides, without the uplcom module loaded, I only get an ugen device, so it seems to attach to the device ok. Cheers Benjamin