On Friday 20 April 2007 00:08:03 Mark Knecht wrote:
> Hi,
>    I am trying to update my MythTV server's kernel to 2.6.19 or
> higher. It's been running 2.6.17. When I boot either 2.6.19-r7 or
> 2.6.20-r6 and attempt to build the ivtv driver I get message like
> this:
>
> * Checking for suitable kernel configuration options...
>  *   CONFIG_VIDEO_HELPER_CHIPS_AUTO:     should not be set. But it is.
>  *   CONFIG_VIDEO_WM8775:        is not set when it should be.
>  *   CONFIG_VIDEO_CX25840:       is not set when it should be.
>  *   CONFIG_VIDEO_SAA711X:       is not set when it should be.
>  *   CONFIG_VIDEO_CX2341X:       is not set when it should be.
>  *   CONFIG_VIDEO_SAA7127:       is not set when it should be.
> * Please check to make sure these options are set correctly.
>  * Failure to do so may cause unexpected problems.
>  * Once you have satisfied these options, please try merging
>  * this package again.
>
>    It seems that in the gentoo-sources-2.6.17-r2 kernel under
> Multimedia devices->Video Capture Devices there was an option for
> Encoders and Decoders where these could be set. On these newer kernels
> that section is not there and scanning through the .config file for
> the kernel I'm not finding them at all.
>
> Does anyone know what's required to get these features into the kernel?

If you enter `make menuconfig` for your kernel then you can type slash ('/') to
search for config options. If you search for VIDEO_HELPER_CHIPS_AUTO then you
get output like this:

  Location:
    -> Device Drivers
      -> Multimedia devices
        -> Video For Linux (VIDEO_DEV [=n])
          -> Video Capture Adapters

which tells you where to find and disable that option.

If you search for VIDEO_WM8775 then in addition to it's Location you also see:

  Depends on: VIDEO_DEV && !VIDEO_HELPER_CHIPS_AUTO && VIDEO_V4L2 && I2C && 
EXPERIMENTAL

This tells you that that option is only visible when VIDEO_DEV is enabled,
VIDEO_HELPER_CHIPS_AUTO is disabled (which it isn't), VIDEO_V4L2 is enabled
etc...

So using the search facilities in `make menuconfig` like this you should
be able to find and set correctly these options on your own...

-- 
Bo Andresen

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to