Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Video Capture Devices missing in menuconfig [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
John Klug
Tux's lil' helper
Tux's lil' helper


Joined: 20 Nov 2007
Posts: 75
Location: Minnesota

PostPosted: Sun Dec 27, 2009 7:31 pm    Post subject: Video Capture Devices missing in menuconfig [SOLVED] Reply with quote

This is kernel 2.6.31 r6.

If I run make menuconfig, and do a search of CX8, it finds VIDEO_CX88_DVB=n

in 2.6.30, this parameter could be found in video capture devices. It is still listed under video capture devices:

    Symbol: VIDEO_CX88_DVB [=n] │
    │ Prompt: DVB/ATSC Support for cx2388x based TV cards │
    │ Defined at drivers/media/video/cx88/Kconfig:46 │
    │ Depends on: MEDIA_SUPPORT && VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 && VIDEO_CX88 && DVB_CORE │
    │ Location: │
    │ -> Device Drivers │
    │ -> Multimedia support (MEDIA_SUPPORT [=m]) │
    │ -> Video capture adapters (VIDEO_CAPTURE_DRIVERS [=n]) │
    │ -> Conexant 2388x (bt878 successor) support (VIDEO_CX88 [=n]) │


However, there is no Video Capture devices option under Multimedia support. So is menuconfig broken? How do I configure a CX88 device driver? There is still a kernel directory drivers/media/video/cx88.


Last edited by John Klug on Sun Dec 27, 2009 10:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
tgR10
Apprentice
Apprentice


Joined: 23 Oct 2007
Posts: 262
Location: caly ten ambaras

PostPosted: Sun Dec 27, 2009 8:22 pm    Post subject: Reply with quote

Quote:
Symbol: VIDEO_CAPTURE_DRIVERS [=y]
Depends on: MEDIA_SUPPORT [=y] && VIDEO_V4L2 [=y]

do you have MEDIA_SUPPORT and VIDEO_V4L2 set in your config ?
what about output from
Code:
zgrep -i -e media_support -e video_v4l2 /proc/config.gz

or if you don't have "/proc/config.gz support in your kernel"
Code:
grep -i -e media_support -e video_v4l2 /usr/src/linux/.config

i remember haveing similar problem but wiht some different options in kernel
i'm not sure but i think "make oldconfig && make prepare" on kernel directory fix that issue
_________________
"bo kto ma racje ? ten kto z bliska zobaczy"
"moge nie wiedziec,wchlaniam niewiedze z malych torebek"
http://i12.tinypic.com/4pow0mu.png
http://userbar.tgr.debil.eu/userbar.jpg
Back to top
View user's profile Send private message
John Klug
Tux's lil' helper
Tux's lil' helper


Joined: 20 Nov 2007
Posts: 75
Location: Minnesota

PostPosted: Sun Dec 27, 2009 8:38 pm    Post subject: Reply with quote

I think there is a bug in the menuconfig help. CX8* stuff depends on Video for Linux, which according to the help sets VIDEO_DEV. So unless VIDEO_DEV=M, you don't get any video capture devices in menuconfig, Multimedia Support. So VIDEO_DEV is missing from the dependency list.
Back to top
View user's profile Send private message
John Klug
Tux's lil' helper
Tux's lil' helper


Joined: 20 Nov 2007
Posts: 75
Location: Minnesota

PostPosted: Sun Dec 27, 2009 10:39 pm    Post subject: Reply with quote

I think this is at least a documentation problem with menuconfig, so I opened a bug report.

https://bugs.gentoo.org/show_bug.cgi?id=298580
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum