Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2008 12:05:19 +0100
From:      Henrik Brix Andersen <brix@FreeBSD.org>
To:        freebsd-usb@freebsd.org
Subject:   Re: USB serial port vs 6.1
Message-ID:  <20080130110519.GB34675@tirith.brixandersen.dk>
In-Reply-To: <47a03317.YG4iMkK24esB8hwG%perryh@pluto.rain.com>
References:  <479ee10c.j/gABwE/kBS7W%2BpA%perryh@pluto.rain.com> <20080129215805.GC29389@tirith.brixandersen.dk> <47a03317.YG4iMkK24esB8hwG%perryh@pluto.rain.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Wed, Jan 30, 2008 at 12:19:35AM -0800, perryh@pluto.rain.com wrote:
> Yes, the console now reports
> 
>   ucom0: FIDI usb serial converter, rev 1.10/4.00, addr 3
> 
> and /dev contains:
> 
>   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
> 
> 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 <==> 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
-- 
Henrik Brix Andersen <brix@FreeBSD.org>

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (FreeBSD)
Comment: GnuPG signed

iEYEARECAAYFAkegWe8ACgkQv+Q4flTiePg0TACfREeZUMM7gyfm24rgbXw/pQ8j
Yw8An2kNwoq33yuV2T29kXpL0OTYQIAB
=rW2b
-----END PGP SIGNATURE-----
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080130110519.GB34675>