> The saa7121 patch now recognizes the command from my modprobe.conf.local > > # IVTV > # > alias char-major-61 lirc_i2c > alias char-major-81 videodev > alias char-major-81-0 ivtv > alias char-major-81-1 ivtv > alias char-major-81-2 ivtv > > options cx25840 i2c_enable=-1,1,1 no_black_magic=1 > options saa7127 i2c_enable=1,-1,-1 > options ivtv_debug=1 > install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb >
I think you should try to change your cx25840 line to say: options cx25840 i2c_enable=1,1 no_black_magic=1 >From what I was told only a day or two ago, the cx25840 parameters apply only to the 150 cards. Whether this is really true or not, I'm not sure, but it works for me. I have a 350, and a 150, and my modprobe.conf file looks like this: options cx25840 i2c_enable=1 cardtype=0 no_black_magic=1 options saa7127 i2c_enable=1,-1 The cardtype option is most likely not necessary. I was basing this off of another person's configuration, and I guess it's a good safeguard if you don't trust the auto-detection. Give it a shot, it may work for you. ~Lou ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
