On Saturday 17 Sep 2005 10:08, Hans Verkuil wrote: > On Thursday 15 September 2005 12:55, Trev Jackson wrote: > > If I run modinfo tuner.ko I see the following module parameters: > > parmtype: probe:array of short > parm: probe:List of adapter,address pairs to scan additionally > parmtype: ignore:array of short > parm: ignore:List of adapter,address pairs not to scan > parmtype: force:array of short > parm: force:List of adapter,address pairs to boldly assume to be > present > > I would say that you can use 'ignore' to tell the tuner module to ignore > address 0x6b. Does that work? Of course, it would be better if there is an > API to set such an ignore list from the ivtv module. Perhaps there is, you > would have to dive into the i2c code to check that. > > Hans > Hi Hans
I couldn't get the ignore thing to work. However if I hack tuner.c to ignore all addresses except 60 or 61 (my tuner is at 60) and modify tuner 38 to work with my tuner, then apply the patch to ivtv-streams.c it all works when I run the script: modprobe ivtv ivtv_std=2 tuner=38 tda9887=0 sleep 1 modprobe i2c-dev sleep 1 modprobe i2c-isa sleep 1 i2cset 0 0x11 0x01 0x01 ivtvctl -p4 modprobe lirc_i2c sleep 1 lircd -d /dev/lirc0 --permission=666 I then run mythbackend and mythfrontend in X, the remote now also works in myth. The above all works on Revision 2685. I'm not that hot on how to set module parameters I tried: modprobe tuner type=38 ignore=6b I also tried modprobe tuner ignore=6b then setting tuner=38 on the ivtv modprobe none of these worked. So I guess my card is now more or less supported.... I will look into trying to figure out how to ignore address 6b if the card type is detected as an avc-2410. Nearly there! Best Regards Trev ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
