<div>Are they both 110's or could they be 115's?</div>
<div> </div>
<div>If so, then you nee this line in the modprobe.conf:</div>
<div>options saa7134 card=90,90 disable_ir=1</div>
<div> </div>
<div>(the second , 90 tells the 2nd card to be inited as a 110).</div>
<div> </div>
<div>Post your modprobe.conf and dmesg | grep saa and I'll see if I can help.</div>
<div> </div>
<div>I've got 2 115's and a 110 working fine.<br><br></div>
<div class="gmail_quote">On Dec 3, 2007 6:22 AM, Stephen Brooks <<a href="mailto:nightbikeman@googlemail.com">nightbikeman@googlemail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Okay I'm just guessing here but I think you will need to modify the<br><br>alias char-major-81-0 saa7134
<br>options saa7134 card=90 disable_ir=1<br><br>lines for the second card. I think you would change them to<br><br>alias char-major-81-1 saa7134-1<br>options saa7134-1 card=90 disable_ir=1<br><br>Have a look in the dev directory for another device with the major
<br>number of 81 if I'm correct you should have another one with a minor<br>device number of 1, which is what I am speculating will be the case.<br>If there are more then this could possible be the analog decoder you<br>
could try each of them in turn.<br><br>N.B. the minor device number is the second number when you do an ls -l e.g.<br><br>[root@localhost ~]# ls -l /dev/sda*<br>brw-rw---- 1 root disk 8, 0 Nov 19 08:13 /dev/sda<br>brw-rw---- 1 root disk 8, 1 Nov 19 08:13 /dev/sda1
<br>brw-rw---- 1 root disk 8, 2 Nov 19 08:13 /dev/sda2<br><br>sda2 is major 8 minor 2<br>
<div>
<div></div>
<div class="Wj3C7c">_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></div></div></blockquote></div><br>