<div dir="ltr">Nope, that&#39;s not what&#39;s going on. With a cablecard, you still need to know the program number so you can appropriately handle the mpeg packet stream. So myth tells the ceton to tune in the channel, and then checks (multiple times) for a non-zero program number to show up in one of the status fields. If you are not getting a program number, then my suspicion is that they changed the way something works in the web interface.<div>
<br></div><div>Do you have google chrome installed in your machine (or firefox with firebug)? If so, browse to the ceton web interface and go to the tuner page where you can set the channel. Press Ctrl+Shift+I and go the the Network tab (or open firebug and go to the Net tab). Use the &quot;Set Channel&quot; box/button on the page to change the channel, then watch in the debug (or firebug) console below. Do you see a request for the following:</div>
<div>get_var.json?i=1&amp;s=mux&amp;v=ProgramNumber<br></div><div><br></div><div><br></div><div>Note, the i parameter will depend on which tuner you are using. If you investigate that request, do you see the response having been:</div>
<div>{ &quot;result&quot;: &quot;280&quot; }<br></div><div><br></div><div>If you do see exactly this (though the actual program number will be different), then I&#39;m not sure what the problem is offhand. If you don&#39;t see it, then look around in the debug/firebug window and try to determine what the request/response was to get the program number.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 5, 2013 at 10:37 AM, Joseph Fry <span dir="ltr">&lt;<a href="mailto:joe@thefrys.com" target="_blank">joe@thefrys.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Sun, Aug 4, 2013 at 8:45 PM, Joseph Bebel &lt;<a href="mailto:joseph.bebel@gmail.com">joseph.bebel@gmail.com</a>&gt; wrote:<br>
&gt; Hi everyone,<br>
&gt;<br>
&gt; I&#39;m fortunate enough to borrow a Ceton InfiniTV ETH 6 to play around with<br>
&gt; for a while and I&#39;m trying to set it up with mythtv on Ubuntu 13.04 with the<br>
&gt; mythbuntu ppa (mythbackend version: fixes/0.26 [v0.26.0-220-g92dbb43]). (It<br>
&gt; should also be noted I have never used mythtv before)<br>
&gt;<br>
&gt; I followed the PCIe instructions as best I could, adding the tuner as RTP<br>
&gt; and adding a channel to the channel list. Unfortunately the frontend says it<br>
&gt; can&#39;t get a channel lock/says &#39;Signal 100% | (_L__) Partial Lock&#39;, and when<br>
&gt; I look at the mythbackend output I see (where 192.168.1.23 is the IP of the<br>
&gt; Ceton device):<br>
&gt;<br>
&gt; E CetonSH(192.168.1.23-RTP.0): GetProgramNumber() failed to get a non-zero<br>
&gt; program number<br>
&gt;<br>
&gt; I verified that the Ceton device itself works by (in this exact order)<br>
&gt; starting VLC on my laptop set to rtp://@:8000, going to the web interface at<br>
&gt; 192.168.1.23, going to tuner 1, setting the channel manually, setting RTP<br>
&gt; streaming to &#39;Started&#39; with my laptop&#39;s IP, port 8000, and then VLC starts<br>
&gt; playing that channel.<br>
&gt;<br>
&gt; I&#39;m also a little confused by the way the tuners are numbered, as it seems<br>
&gt; mythtv numbers starting at 0 and the Ceton device numbers tuners 1-6, so I<br>
&gt; tried configuring mythtv with tuner 3 but got the same result (except<br>
&gt; mythbackend now says 192.168.1.23-RTP.3)<br>
<br>
</div></div>Probably not going to be much help since I don&#39;t have one of these...<br>
but typically with ATSC and QAM tuners, you specify a channel and a<br>
&#39;program&#39;.  The program number is the multiplex to tune.  If your<br>
using a cable card, you won&#39;t specify a program since it will use a<br>
channel map to map channel 10 to channel 123 program 5 (for example).<br>
<br>
That non-zero program number error makes me think that perhaps MythTV<br>
is sending the physical channel and program, rather than the logical<br>
channel number that the card expects.<br>
<br>
Perhaps somewhere in the setup you set it to QAM when it shouldn&#39;t be?<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Ron Frazier
</div>