On Sun, 2010-02-07 at 17:40 -0600, Eric Wescott wrote: > > > > 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.
OK, I'll look at what can be done given your findings. This may be a hardware limitation though. > > Thanks again for all your help! Thank you for your persistence! Regards, Andy > Eric > > _______________________________________________ > ivtv-users mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-users > _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
