<p>Hi,</p>
  <p>I have decided to try my HDHomeRun on DVB-C (telstraclear).</p>
  <p>I have configure it and I can watch channel 68 &quot;Choose&quot; by manually tuning it using HDHomerun config program and piping the stream to VLC as it is unencrypted.</p>
  <p>I added it to mythtv and note that I have the very latest build from the avenard repo (0.22) and mythbackend segfaults.</p>
  <p>running the backend with -v all to capture the debug messages I get:</p>
  <p>&nbsp;2009-11-06 11:14:46.034 HDHRSH(172.22.0.124-0): Successfully connected to device<br />2009-11-06 11:14:46.034 HDHRSH: Creating new stream handler 172.22.0.124-0 for 172.22.0.124-0<br />2009-11-06 11:14:46.035 MSqlQuery::exec() &quot;SELECT cardinputid,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inputname,&nbsp;&nbsp; startchan,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tunechan,&nbsp;&nbsp;&nbsp; externalcommand,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sourceid FROM cardinput WHERE cardid = '7'&quot;<br />2009-11-06 11:14:46.035 MSqlQuery::exec() &quot;SELECT channum, callsign, channel.chanid,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; atsc_major_chan, atsc_minor_chan,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name, icon, mplexid, visible FROM channel WHERE sourceid='4' &quot;<br />2009-11-06 11:14:46.035 ChannelBase(7): Input #7: 'MPEG2TS' schan(68) sourceid(4) ccid(7)<br />2009-11-06 11:14:46.035 ChannelBase(7): Current Input #7: 'MPEG2TS'<br />2009-11-06 11:14:46.036 MSqlQuery::exec() &quot;SELECT inputgroupid FROM inputgroup WHERE cardinputid = '7' ORDER BY inputgroupid, cardinputid, inputgroupname&quot;<br />2009-11-06 11:14:46.036 HDHRChan(172.22.0.124-0): SetChannelByString(68)<br />2009-11-06 11:14:46.036 HDHRChan(172.22.0.124-0): Opening HDHR channel<br />2009-11-06 11:14:46.036 MSqlQuery::exec() &quot;SELECT channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = '68'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; channel.sourceid&nbsp;&nbsp;&nbsp;&nbsp; = cardinput.sourceid AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cardinput.inputname&nbsp; = 'MPEG2TS'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cardinput.cardid&nbsp;&nbsp;&nbsp;&nbsp; = capturecard.cardid AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; capturecard.cardid&nbsp;&nbsp; = '7'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; capturecard.hostname = 'mythtv'&quot;<br />2009-11-06 11:14:46.037 MSqlQuery::exec() &quot;SELECT inputgroupid FROM inputgroup WHERE cardinputid = '7' ORDER BY inputgroupid, cardinputid, inputgroupname&quot;<br />2009-11-06 11:14:46.038 MSqlQuery::exec() &quot;SELECT finetune, freqid, tvformat, freqtable,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; commmethod, mplexid,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; atsc_major_chan, atsc_minor_chan, serviceid FROM channel, videosource WHERE videosource.sourceid = channel.sourceid AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; channum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = '68'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; channel.sourceid&nbsp;&nbsp;&nbsp;&nbsp; = '4'&quot;<br />2009-11-06 11:14:46.038 HDHRChan(172.22.0.124-0): Tuning to :114643968<br />2009-11-06 11:14:46.038 HDHRSH(172.22.0.124-0): Tuning channel :114643968 (was none)<br />Segmentation fault<br /></p>
  <p>I note that channel 68 is 610000000 Hz, and program 401.</p>
  <p>Has anyone got this working or am I on the bleeding edge?</p><br />