Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-06 Thread Marina Brown
On 02/06/2016 05:30 AM, Michael van Elst wrote: > k...@munnari.oz.au (Robert Elz) writes: > >> So I guess that the logitech quickcam must not be a uvideo type device. > > Google found http://home.384.jp/takam/bsd/NetBSD.html > > describing the various pre-uvideo cameras and apparently someone >

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-06 Thread Ryo ONODERA
Hi, From: Marina Brown , Date: Sat, 6 Feb 2016 18:39:02 -0500 > On 02/06/2016 05:30 AM, Michael van Elst wrote: >> k...@munnari.oz.au (Robert Elz) writes: >> >>> So I guess that the logitech quickcam must not be a uvideo type device. >> >> Google found

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-06 Thread Manuel Bouyer
On Sat, Feb 06, 2016 at 07:40:25AM +0700, Robert Elz wrote: > Date:Sat, 6 Feb 2016 00:56:45 +0100 > From:Manuel Bouyer > Message-ID: <20160205235645.ga3...@asim.lip6.fr> > > | But it's strange that it didn't get detected by the uvideo

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-06 Thread Robert Elz
Date:Sat, 6 Feb 2016 18:39:02 -0500 From:Marina Brown Message-ID: <56b68416.2080...@e271.net> | Would adding [...] No, as has been pointed out, the uvideo driver would be in your kernel already - I just failed to notice as the way it was done in

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-06 Thread Marina Brown
On 02/06/2016 09:33 PM, Robert Elz wrote: > Date:Sat, 6 Feb 2016 18:39:02 -0500 > From:Marina Brown > Message-ID: <56b68416.2080...@e271.net> > > | Would adding [...] > > No, as has been pointed out, the uvideo driver would be in your kernel >

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-06 Thread Michael van Elst
k...@munnari.oz.au (Robert Elz) writes: >So I guess that the logitech quickcam must not be a uvideo type device. Google found http://home.384.jp/takam/bsd/NetBSD.html describing the various pre-uvideo cameras and apparently someone got them to work in NetBSD-1.6 times. -- --

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-06 Thread Robert Elz
Date:Sat, 6 Feb 2016 07:10:33 + (UTC) From:mlel...@serpens.de (Michael van Elst) Message-ID: | Some configs just do | include "dev/usb/usbdevices.config" Ah, yes, I see, and RPI is one of those (and I just built myself a complete

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Michael van Elst
k...@munnari.oz.au (Robert Elz) writes: >Where did you see that? I just took a look and can find no mention of uvideo >in any of the arch/evbarm/conf/* files Some configs just do include "dev/usb/usbdevices.config" -- -- Michael van Elst Internet:

running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Marina Brown
Hi All: I am setting up a controller for my chicken coop - so far i have my netbsd raspberry pi controlling a relay that will control lights and the door. I'm having a lot of trouble with the cam. The cam is a qickcam pro 4000 VUJ16 confirmed to work on windows (we fished it out of a junk pile)

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Manuel Bouyer
On Fri, Feb 05, 2016 at 12:45:18PM -0500, Marina Brown wrote: > Hi All: > > I am setting up a controller for my chicken coop - so far i have my > netbsd raspberry pi controlling a relay that will control lights and the > door. I'm having a lot of trouble with the cam. > > The cam is a qickcam

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Marina Brown
On 02/05/2016 06:03 PM, Manuel Bouyer wrote: > On Fri, Feb 05, 2016 at 12:45:18PM -0500, Marina Brown wrote: >> Hi All: >> >> I am setting up a controller for my chicken coop - so far i have my >> netbsd raspberry pi controlling a relay that will control lights and the >> door. I'm having a lot of

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Manuel Bouyer
On Fri, Feb 05, 2016 at 06:42:36PM -0500, Marina Brown wrote: > ugen0 at uhub1 port 4 > ugen0: vendor 0x046d product 0x08b2, rev 1.10/0.00, addr 5 this is your video device. But it's strange that it didn't get detected by the uvideo driver. (if I read things properly this driver is inclued in the

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Marina Brown
On 02/05/2016 06:56 PM, Manuel Bouyer wrote: > On Fri, Feb 05, 2016 at 06:42:36PM -0500, Marina Brown wrote: >> ugen0 at uhub1 port 4 >> ugen0: vendor 0x046d product 0x08b2, rev 1.10/0.00, addr 5 > > this is your video device. > But it's strange that it didn't get detected by the uvideo driver. >

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Robert Elz
Date:Sat, 6 Feb 2016 00:56:45 +0100 From:Manuel Bouyer Message-ID: <20160205235645.ga3...@asim.lip6.fr> | But it's strange that it didn't get detected by the uvideo driver. | (if I read things properly this driver is inclued in the RPI

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Robert Elz
Date:Fri, 5 Feb 2016 20:04:36 -0500 From:Marina Brown Message-ID: <56b546a4.8090...@e271.net> | Ok - can you give me a pointer to the CVS string to pull down the | correct SRC tree to rebuild my kernel then. | | This is the kern i am running

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Robert Elz
Oops ... In this line cvs [-q] co -dP -r netbsd-7-0:201601100500Z I forgot to add the "src" parameter, it should be cvs [-q] co -dP -r netbsd-7-0:201601100500Z src kre

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Robert Elz
cvs [-q] co -dP -r netbsd-7-0:201601100500Z src And of course, it will need a -d parameter to select the repository cvs -d co -dP -r netbsd-7-0:201601100500Z src kre

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Michael van Elst
bou...@antioche.eu.org (Manuel Bouyer) writes: >On Fri, Feb 05, 2016 at 06:42:36PM -0500, Marina Brown wrote: >> ugen0 at uhub1 port 4 >> ugen0: vendor 0x046d product 0x08b2, rev 1.10/0.00, addr 5 >this is your video device. >But it's strange that it didn't get detected by the uvideo driver. I

Re: running a logitech quickcam 4000 on a netbsd raspberry pi

2016-02-05 Thread Marina Brown
On 02/05/2016 07:40 PM, Robert Elz wrote: > Date:Sat, 6 Feb 2016 00:56:45 +0100 > From:Manuel Bouyer > Message-ID: <20160205235645.ga3...@asim.lip6.fr> > > | But it's strange that it didn't get detected by the uvideo driver. > | (if I read