On Jan 26, 2006, at 11:55 AM, Richard Bronosky wrote: I need help analyzing PVR-500 logs. First, remove this from modprobe : #options ivtv debug=1 #options tuner type=2 options msp3400 simple=1 install ivtv /sbin/modprobe tuner; /sbin/modprobe msp3400; /sbin/modprobe saa7115; /sbin/modprobe --ignore-install ivtv remove ivtv /sbin/modprobe -r --ignore-remove ivtv && /sbin/modprobe -r saa7115 && /sbin/modprobe -r msp3400 && /sbin/modprobe -r tuner None of this is needed and might be detrimental. Next, you'll probably want to upgrade to the 0.4.2 release. The way you ran i2cdetect was not useful in your logs. You might have a bad second tuner (the cx25840 is looking at 0x44). I think the correct syntax to probe your second tuner would be : /usr/local/sbin/i2cdetect -y -a 3 Keith C |
_______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
