Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2011 14:58:34 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        gnixua@gmail.com
Cc:        nox@freebsd.org, freebsd-usb@freebsd.org
Subject:   Re: genius trek 320r usb web camera not working. Any suggestion?
Message-ID:  <201108071458.34550.hselasky@c2i.net>
In-Reply-To: <4E3E872B.5070201@gmail.com>
References:  <4E3E3B3D.5080803@gmail.com> <201108071217.49788.hselasky@c2i.net> <4E3E872B.5070201@gmail.com>

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

On Sunday 07 August 2011 14:38:03 Anton wrote:
> On 07.08.2011 13:17, Hans Petter Selasky wrote:
> > On Sunday 07 August 2011 09:14:05 Anton wrote:
> >> ugen6.3:<Trek 320R vendor 0x0458>  at usbus6, cfg=0 md=HOST spd=HIGH
> >> (480Mbps) pwr=ON
> > 
> > Can you dump the device and config descriptor of this device using
> > usbconfig?
> > 
> > --HPS
> 
> Results are here:
> 
> 
> # usbconfig -d ugen6.3 dump_device_desc
> ugen6.3: <Trek 320R vendor 0x0458> at usbus6, cfg=0 md=HOST spd=HIGH
> (480Mbps) pwr=ON
> 
>    bLength = 0x0012
>    bDescriptorType = 0x0001
>    bcdUSB = 0x0200
>    bDeviceClass = 0x0000
>    bDeviceSubClass = 0x0000
>    bDeviceProtocol = 0x0000
>    bMaxPacketSize0 = 0x0040
>    idVendor = 0x0458
>    idProduct = 0x702c
>    bcdDevice = 0x0102
>    iManufacturer = 0x0000 <no string>
>    iProduct = 0x0001 <Trek 320R>
>    iSerialNumber = 0x0000 <no string>
>    bNumConfigurations = 0x0001
> 
> 
> What should I do yet?

Hi,

Your device is not supported, though it might be possible to add support by 
modifying some of the files below. Send any patches to the Linux guys if you 
get it working:

media_tree/drivers/media/video/gspca/sn9c20x.c: {USB_DEVICE(0x0458, 0x7029), 
SN9C20X(HV7131R, 0x11, 0)},
media_tree/drivers/media/video/gspca/sonixj.c:  {USB_DEVICE(0x0458, 0x7025), 
BS(SN9C120, MI0360)},
media_tree/drivers/media/video/gspca/sonixj.c:  {USB_DEVICE(0x0458, 0x702e), 
BS(SN9C120, OV7660)},
media_tree/drivers/media/video/sn9c102/sn9c102_devtable.h:      { 
SN9C102_USB_DEVICE(0x0458, 0x7025, BRIDGE_SN9C120), },

--HPS



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