Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2007 11:40:17 +0200
From:      Marc Fonvieille <blackend@freebsd.org>
To:        Mark Mumby <mmumby@xtra.co.nz>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Serial Converter
Message-ID:  <20070429094017.GA13702@abigail.blackend.org>
In-Reply-To: <HJEFJHALJBPCMDFBKJGOEELMCDAA.mmumby@xtra.co.nz>
References:  <HJEFJHALJBPCMDFBKJGOEELMCDAA.mmumby@xtra.co.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 29, 2007 at 08:31:54PM +1200, Mark Mumby wrote:
> Hello,
> 
> I am currently running 5.4 release and i have problems with a usb serial
> converter (a FDTI version).
> 
> When i do a usbdev -v i get -
> Controller /dev/usb2:
> addr 1: full speed, self powered, config 1, OHCI root hub(0x0000),
> SiS(0x0000), rev 1.00
>  port 1 addr 2: full speed, self powered, config 1, Standard USB
> Hub(0x3301), Atmel(0x03eb), rev 3.00
>   port 1 powered
>   port 2 powered
>   port 3 addr 3: full speed, power 44 mA, config 1, USB to Serial
> Converter(0x0421), Generic(0x0b39), rev 2.00
>   port 4 powered
> 
> In usbdev there is -
> -- vendor part --
> vendor SIIG2            0x0b39  SIIG
> 
> -- known products part --
> product SIIG2 US2308            0x0421  USB to Serial
> 
> uftdi.c also seems to be aware of it -
>         if (uaa->vendor == USB_VENDOR_SIIG2 &&
>             (uaa->product == USB_PRODUCT_SIIG2_US2308))
> 
> Everything seems to be there but for some reason i get the ugen driver which
> does not work.

Is uftdi.ko loaded?
The command:

kldstat -v | uftdi

should gives something.  If it's not the case you'll have to load
uftdi(4) by hand or via /boot/loader.conf facility.

-- 
Marc



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