From owner-freebsd-usb@FreeBSD.ORG Wed Jan 30 11:05:23 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80B3716A419 for ; Wed, 30 Jan 2008 11:05:23 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from solow.pil.dk (relay.pil.dk [195.41.47.164]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC2113C45B for ; Wed, 30 Jan 2008 11:05:22 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from tirith.brixandersen.dk (0x55534f5f.adsl.cybercity.dk [85.83.79.95]) by solow.pil.dk (Postfix) with ESMTP id E369F1CC0CE for ; Wed, 30 Jan 2008 12:05:20 +0100 (CET) Received: by tirith.brixandersen.dk (Postfix, from userid 1001) id 1BBB211436; Wed, 30 Jan 2008 12:05:20 +0100 (CET) Date: Wed, 30 Jan 2008 12:05:19 +0100 From: Henrik Brix Andersen To: freebsd-usb@freebsd.org Message-ID: <20080130110519.GB34675@tirith.brixandersen.dk> Mail-Followup-To: freebsd-usb@freebsd.org References: <479ee10c.j/gABwE/kBS7W+pA%perryh@pluto.rain.com> <20080129215805.GC29389@tirith.brixandersen.dk> <47a03317.YG4iMkK24esB8hwG%perryh@pluto.rain.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <47a03317.YG4iMkK24esB8hwG%perryh@pluto.rain.com> X-PGP-Key: http://www.brixandersen.dk/files/HenrikBrixAndersen.asc User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: USB serial port vs 6.1 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2008 11:05:23 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 30, 2008 at 12:19:35AM -0800, perryh@pluto.rain.com wrote: > Yes, the console now reports >=20 > ucom0: FIDI usb serial converter, rev 1.10/4.00, addr 3 >=20 > and /dev contains: >=20 > crw-rw---- 1 uucp dialer 1, 23 Nov 24 21:17 /dev/cuaU0 > crw-rw---- 1 uucp dialer 1, 24 Nov 24 21:17 /dev/cuaU0.init > crw-rw---- 1 uucp dialer 1, 25 Nov 24 21:17 /dev/cuaU0.lock > crw------- 1 root wheel 1, 20 Nov 24 21:17 /dev/ttyU0 > crw------- 1 root wheel 1, 21 Nov 24 21:17 /dev/ttyU0.init > crw------- 1 root wheel 1, 22 Nov 24 21:17 /dev/ttyU0.lock >=20 > so apparently the combination of uftdi and ucom picked it up. > (I already had ucom loaded from the earlier attempt to get the > modem recognized as a USB <=3D=3D> serial device.) Good. > Short of guesswork, or loading everything, how would one go about > figuring out which of the various uxxx shims is going to be needed > to connect a given serial device to ucom? I notice that "man uftdi" > does not mention "FIDI" (granted "FTDI" is close). Odd - I actually read your original mail as "FTDI" and not "FIDI", which is why I recommended the uftdi(4) driver. The best way of matching a USB device to an unloaded driver, is to check for the VID (Vendor ID) and PID (Product ID) of the device and compare them to those listed in the various drivers. Brix --=20 Henrik Brix Andersen --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: GnuPG signed iEYEARECAAYFAkegWe8ACgkQv+Q4flTiePg0TACfREeZUMM7gyfm24rgbXw/pQ8j Yw8An2kNwoq33yuV2T29kXpL0OTYQIAB =rW2b -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--