public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
@ 2007-06-23  0:07 sean
  2007-06-23  0:20 ` Daniel Pielmeier
  2007-06-23  0:44 ` Daniel Pielmeier
  0 siblings, 2 replies; 7+ messages in thread
From: sean @ 2007-06-23  0:07 UTC (permalink / raw
  To: gentoo-user

Trying to emerge spca5xx but during the build process it is stated that 
"CONFIG_VIDEO_V4L1_COMPAT" needs to be set in the kernel.

That is fine, but I do not see this option anywhere in menuconfig.
 From what I read it should be located under device drivers multimedia 
devices, but the option is not present.

So how does one build spca5xx without such option available?
I am trying to build this on amd64, just so you know.

				Thanks
				Sean
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
  2007-06-23  0:07 [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed sean
@ 2007-06-23  0:20 ` Daniel Pielmeier
  2007-06-23  3:19   ` sean
  2007-06-23  0:44 ` Daniel Pielmeier
  1 sibling, 1 reply; 7+ messages in thread
From: Daniel Pielmeier @ 2007-06-23  0:20 UTC (permalink / raw
  To: gentoo-user

sean schrieb:
> Trying to emerge spca5xx but during the build process it is stated that 
> "CONFIG_VIDEO_V4L1_COMPAT" needs to be set in the kernel.
> 
> That is fine, but I do not see this option anywhere in menuconfig.
>  From what I read it should be located under device drivers multimedia 
> devices, but the option is not present.
> 
> So how does one build spca5xx without such option available?
> I am trying to build this on amd64, just so you know.
> 
>                 Thanks
>                 Sean

Use the search function in menuconfig by simply typing / and omit 
CONFIG_ from CONFIG_VIDEO_V4L1_COMPAT.

Regards,

Daniel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
  2007-06-23  0:07 [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed sean
  2007-06-23  0:20 ` Daniel Pielmeier
@ 2007-06-23  0:44 ` Daniel Pielmeier
  1 sibling, 0 replies; 7+ messages in thread
From: Daniel Pielmeier @ 2007-06-23  0:44 UTC (permalink / raw
  To: gentoo-user

sean schrieb:
> Trying to emerge spca5xx but during the build process it is stated that 
> "CONFIG_VIDEO_V4L1_COMPAT" needs to be set in the kernel.
> 
> That is fine, but I do not see this option anywhere in menuconfig.
>  From what I read it should be located under device drivers multimedia 
> devices, but the option is not present.
> 
> So how does one build spca5xx without such option available?
> I am trying to build this on amd64, just so you know.
> 
>                 Thanks
>                 Sean


Or use something like this:

cat /usr/src/linux/.config | grep CONFIG_VIDEO_V4L1_COMPAT


For kernel 2.6.20-gentoo-r8 the search function reveals:

Symbol: VIDEO_V4L1_COMPAT [=y]
Prompt: Enable Video For Linux API 1 compatible Layer
Defined at drivers/media/Kconfig:38
Depends on: VIDEO_DEV
Location:
-> Device Drivers
-> Multimedia devices
-> Video For Linux (VIDEO_DEV [=y])
Selected by: VIDEO_V4L1 && VIDEO_DEV
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
  2007-06-23  0:20 ` Daniel Pielmeier
@ 2007-06-23  3:19   ` sean
  2007-06-23  8:13     ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: sean @ 2007-06-23  3:19 UTC (permalink / raw
  To: gentoo-user

Daniel Pielmeier wrote:
> sean schrieb:
>> Trying to emerge spca5xx but during the build process it is stated 
>> that "CONFIG_VIDEO_V4L1_COMPAT" needs to be set in the kernel.
>>
>> That is fine, but I do not see this option anywhere in menuconfig.
>>  From what I read it should be located under device drivers multimedia 
>> devices, but the option is not present.
>>
>> So how does one build spca5xx without such option available?
>> I am trying to build this on amd64, just so you know.
>>
>>                 Thanks
>>                 Sean
> 
> Use the search function in menuconfig by simply typing / and omit 
> CONFIG_ from CONFIG_VIDEO_V4L1_COMPAT.
> 
> Regards,
> 
> Daniel

Thanks Daniel,

	The problem of the kernel option was caused by the fact that I was 
running an older kernel and the option was not included.
Upgraded the kernel, and the option is now available, though scpa5xx now 
fails with other problems.

			Sean
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
  2007-06-23  3:19   ` sean
@ 2007-06-23  8:13     ` Neil Bothwick
  2007-06-23 11:24       ` sean
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2007-06-23  8:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

Hello sean,

> 	The problem of the kernel option was caused by the fact that I
> was running an older kernel and the option was not included.
> Upgraded the kernel, and the option is now available, though scpa5xx
> now fails with other problems.

spca5xx doesn't work with newer kernels, it has been superceded by
media-video/gspcav1.


-- 
Neil Bothwick

Windows Error #56: Operator fell asleep while waiting.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
  2007-06-23  8:13     ` Neil Bothwick
@ 2007-06-23 11:24       ` sean
  2007-06-23 11:36         ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: sean @ 2007-06-23 11:24 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> Hello sean,
> 
>> 	The problem of the kernel option was caused by the fact that I
>> was running an older kernel and the option was not included.
>> Upgraded the kernel, and the option is now available, though scpa5xx
>> now fails with other problems.
> 
> spca5xx doesn't work with newer kernels, it has been superceded by
> media-video/gspcav1.
> 
> 

But my webcam lists spca5xx as the driver, not gspcav1, which is why I 
tried it.
However I will give it a try.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed
  2007-06-23 11:24       ` sean
@ 2007-06-23 11:36         ` Neil Bothwick
  0 siblings, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2007-06-23 11:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

On Sat, 23 Jun 2007 07:24:16 -0400, sean wrote:

> > spca5xx doesn't work with newer kernels, it has been superceded by
> > media-video/gspcav1.

> But my webcam lists spca5xx as the driver, not gspcav1, which is why I 
> tried it.

So does mine, but it doesn't work with newer kernels and is no longer
developed. gspacv1 is its successor. Check "eix spca" and you'll see they
come from the same place.


-- 
Neil Bothwick

Life is pleasant. Death is peaceful. Its the transition thats
troublesome. - Isaac Asimov

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-23 11:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-23  0:07 [gentoo-user] scpa5XX and "CONFIG_VIDEO_V4L1_COMPAT" not listed sean
2007-06-23  0:20 ` Daniel Pielmeier
2007-06-23  3:19   ` sean
2007-06-23  8:13     ` Neil Bothwick
2007-06-23 11:24       ` sean
2007-06-23 11:36         ` Neil Bothwick
2007-06-23  0:44 ` Daniel Pielmeier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox