Re: webcamd && 0x046d:0x08f0 (Logitech Quickcam messenger)

2011-12-26 Thread Hans Petter Selasky
On Monday 26 December 2011 07:58:41 Matthias Apitz wrote:
> El día Wednesday, December 21, 2011 a las 07:50:18AM +0100, Hans Petter 
Selasky escribió:
> > > $ find . -type f -exec fgrep -i 08f0 {} /dev/null \;
> > > ./work/webcamd-3.0.0.2/man4/stv06xx.4:.It 046d:08f0  Ta "Logitech
> > > QuickCam Messenger" ...
> > > 
> > > but does not work :-)
> > > 
> > >   matthias
> > 
> > Hi,
> > 
> > There is a driver here:
> > 
> > http://mag.cx/messenger/
> > 
> > You should either ask at the linux media mailing list for them to include
> > this driver or try to build it with webcamd.
> 
> Hi,
> 
> I do no fully understand the problem; the man page stv06xx(4) installed
> by the webcamd port says that the driver stv06xx webcamd driver for USB
> cameras supports this cam:
> 
> VendorID:ProductID  Device
> ...
> 046d:08f0   Logitech QuickCam Messenger
> 
> Why do we need some additional driver from Linux?

Yes, looks like. You have to ask Dru Lavigne about where that ID comes from. 
Maybe it is a typo.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: webcamd && 0x046d:0x08f0 (Logitech Quickcam messenger)

2011-12-25 Thread Matthias Apitz
El día Wednesday, December 21, 2011 a las 07:50:18AM +0100, Hans Petter Selasky 
escribió:

> > $ find . -type f -exec fgrep -i 08f0 {} /dev/null \;
> > ./work/webcamd-3.0.0.2/man4/stv06xx.4:.It 046d:08f0  Ta "Logitech
> > QuickCam Messenger" ...
> > 
> > but does not work :-)
> > 
> > matthias
> 
> 
> Hi,
> 
> There is a driver here:
> 
> http://mag.cx/messenger/
> 
> You should either ask at the linux media mailing list for them to include 
> this 
> driver or try to build it with webcamd.

Hi,

I do no fully understand the problem; the man page stv06xx(4) installed
by the webcamd port says that the driver stv06xx webcamd driver for USB
cameras supports this cam:

VendorID:ProductID  Device
...
046d:08f0   Logitech QuickCam Messenger

Why do we need some additional driver from Linux?

Thanks

matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e  - w http://www.unixarea.de/
UNIX since V7 on PDP-11 | UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2 | FreeBSD since 2.2.5
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: webcamd && 0x046d:0x08f0 (Logitech Quickcam messenger)

2011-12-20 Thread Hans Petter Selasky
On Wednesday 21 December 2011 07:31:50 Matthias Apitz wrote:
> El día Tuesday, December 20, 2011 a las 05:43:55PM +0100, Hans Petter 
Selasky escribió:
> > On Tuesday 20 December 2011 15:40:22 Matthias Apitz wrote:
> > >   idVendor = 0x046d
> > >   idProduct = 0x08f0
> > 
> > Grep for the 4-digit hex-values above in the webcamd source code. If you
> > find them:
> > 
> > Yes
> > 
> > Else
> > 
> > No
> 
> Gives 'Yes':
> 
> $ find . -type f -exec fgrep -i 08f0 {} /dev/null \;
> ./work/webcamd-3.0.0.2/man4/stv06xx.4:.It 046d:08f0  Ta "Logitech
> QuickCam Messenger" ...
> 
> but does not work :-)
> 
>   matthias


Hi,

There is a driver here:

http://mag.cx/messenger/

You should either ask at the linux media mailing list for them to include this 
driver or try to build it with webcamd.

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: webcamd && 0x046d:0x08f0 (Logitech Quickcam messenger)

2011-12-20 Thread Matthias Apitz
El día Tuesday, December 20, 2011 a las 05:43:55PM +0100, Hans Petter Selasky 
escribió:

> On Tuesday 20 December 2011 15:40:22 Matthias Apitz wrote:
> >   idVendor = 0x046d 
> >   idProduct = 0x08f0 
> 
> Grep for the 4-digit hex-values above in the webcamd source code. If you find 
> them:
> 
> Yes
> 
> Else
> 
> No

Gives 'Yes':

$ find . -type f -exec fgrep -i 08f0 {} /dev/null \;
./work/webcamd-3.0.0.2/man4/stv06xx.4:.It 046d:08f0  Ta "Logitech QuickCam 
Messenger"
...

but does not work :-)

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e  - w http://www.unixarea.de/
UNIX since V7 on PDP-11 | UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2 | FreeBSD since 2.2.5
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: webcamd && 0x046d:0x08f0 (Logitech Quickcam messenger)

2011-12-20 Thread Hans Petter Selasky
On Tuesday 20 December 2011 15:40:22 Matthias Apitz wrote:
>   idVendor = 0x046d 
>   idProduct = 0x08f0 

Grep for the 4-digit hex-values above in the webcamd source code. If you find 
them:

Yes

Else

No

:-)

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"