[ivtv-users] Card not working..
Eric Wescott
wescotte at gmail.com
Mon Feb 8 00:40:03 CET 2010
>
> So i2c_new_probed_device() is being called with a bad address list.
>
> This can happen when probing for the tuner I2C devices and the .i2c
> member of the card defintion is not set. This is exactly the problem
> with Hans' patch here:
>
> http://linuxtv.org/hg/~hverkuil/v4l-dvb-ivtv/rev/a0b04dbb0c0c <http://linuxtv.org/hg/%7Ehverkuil/v4l-dvb-ivtv/rev/a0b04dbb0c0c>
>
> Using Hans' v4l-dvb-ivtv repository, add a line like:
>
> .i2c = &ivtv_i2c_std,
>
> to the card defintion for the Sony Kikyo and please try building and
> installing that v4l-dvb-ivtv module set again.
>
Okay, I managed to get everything working now and here is how I did it.
.video_inputs = {
{ IVTV_CARD_INPUT_VID_TUNER, 2, 1 },
{ ITVT_CARD_INPUT_COMPOSITE1, 3, 1},
{ IVTV_CAD_INPUT_SVIDEO1, 3, 7},
}
However, if an svideo cable is plugged in then tuning to composite
produces the svideo signal in black and white rather than composite.
While this isn't a HUGE problem it would be nice to be able to have
three sources plugged in and tune to whatever I want.
Thanks again for all your help!
Eric
More information about the ivtv-users
mailing list