Hi Karl,<div><br></div><div>Thanks a lot for the email mate you saved me lots of time of googling and collecting information about this issue! And is good to know that I&#39;m not going nuts and that channel tuning is well known problem in Australia.</div>
<div><br></div><div>I&#39;m at work atm and the stupid IT security policy here doesn&#39;t allow me to open the links you sent me so will have to wait until I get home tonight. The news about broken import of channels.conf is particularly upsetting for me since that was the next thing I wanted to try *sigh*.</div>
<div><br></div><div>The tuner was happily working for 4 years on mythtv 0.20 and mythbuntu 8.04 although the cx88xx module was not recognizing the card properly and needed little bit of help. After the upgrade to 0.23 all looked good as well but when I moved to 0.24 the problems started. I guess there have been some file and database changes during the process that ruined the fun for me. As you mentioned the frequencies stored in the DB are not exactly correct so wonder if I can fix this manually by editing the transponders in the backend config or maybe strait in the database?</div>
<div><br></div><div>At least the channel 10 reception works good so my wife can record her Masterchef thing and she&#39;s not that angry at me like she was 2 days ago :(</div><div><br></div><div>Cheers,</div><div>Igor<br>
<br><div class="gmail_quote">On Sun, Jun 3, 2012 at 6:38 PM, Karl Dietz <span dir="ltr">&lt;<a href="mailto:dekarl@spaetfruehstuecken.org" target="_blank">dekarl@spaetfruehstuecken.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Igor,<br>
<br>
I&#39;ll write together the issues that I&#39;m aware of for DVB-T in Australia<br>
in case you or other Australians are ready for some patch testing or<br>
even looking for some code hacking to do :-)<br>
<br>
As you are on Mythbuntu you can build your own patched packages and even<br>
setup a PPA to share them with fellow testers very easily, see<br>
<a href="http://www.mythbuntu.org/wiki/recipes" target="_blank">http://www.mythbuntu.org/wiki/<u></u>recipes</a><br>
<br>
On <a href="tel:31.05.2012%2003" value="+13105201203" target="_blank">31.05.2012 03</a>:45, Igor Cicimov wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Before rolling back to 0.23 I&#39;ll try to check the card performance<br>
outside Mythtv. In meantime, any suggestions to solve this highly<br>
appreciated.<br>
</blockquote>
<br>
There is at least two known issues with MythTV and DVB-T in AU.<br>
<br>
One is that the channel scanner stores the center frequency instead of<br>
the offset frequency of the transports which makes successful tuning<br>
harder depend on the quality of your DVB-T frontend.<br>
<a href="http://code.mythtv.org/trac/ticket/9777" target="_blank">http://code.mythtv.org/trac/<u></u>ticket/9777</a><br>
<br>
Another is that the channel table in MythTV only contains the +125kHz<br>
offset but some transmitters seem to use a +167kHz offset.<br>
<a href="https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/frequencytables.cpp#L336" target="_blank">https://github.com/MythTV/<u></u>mythtv/blob/master/mythtv/<u></u>libs/libmythtv/<u></u>frequencytables.cpp#L336</a><br>

changing the two instances of<br>
DTVModulation::<u></u>kModulationQAMAuto, 125000, 0);<br>
into<br>
DTVModulation::<u></u>kModulationQAMAuto, 125000, 167000);<br>
or<br>
DTVModulation::<u></u>kModulationQAMAuto, 125000, 166667);<br>
might help with that. (A user wanted to test it and report back on IRC<br>
earlier)<br>
<br>
<br>
With general DVB there was some issue with channel scan that got fixed<br>
for 0.25.<br>
<br>
The scanner didn&#39;t work well with segmented PAT/SDT tables. This fix has<br>
improved channel scans alot for me on DVB-C.<br>
<a href="http://code.mythtv.org/trac/ticket/10054" target="_blank">http://code.mythtv.org/trac/<u></u>ticket/10054</a><br>
<br>
<br>
Some unfixed issues with EIT have patches that you could try.<br>
<br>
The scanner sometimes not finding the ONID/TSID has already been<br>
mentioned.<br>
<a href="http://code.mythtv.org/trac/ticket/10217" target="_blank">http://code.mythtv.org/trac/<u></u>ticket/10217</a><br>
To get at least EIT, should you use that, you can try the patch from<br>
<a href="http://code.mythtv.org/trac/ticket/10784" target="_blank">http://code.mythtv.org/trac/<u></u>ticket/10784</a><br>
To improve the quality of the EIT data you can also try<br>
<a href="http://code.mythtv.org/trac/ticket/10098" target="_blank">http://code.mythtv.org/trac/<u></u>ticket/10098</a><br>
<br>
<br>
And I already worked on the broken channel.conf import, but didn&#39;t get<br>
it working and moved on to higher up stuff on my list.<br>
<br>
The channel.conf import is known broken for DVB due to not importing<br>
the ONID and TSID.<br>
I have attached a work in progress patch to that ticket, but sadly its<br>
still not working. Might be a starting point for someone who wants to<br>
fix the channel.conf import.<br>
<a href="http://code.mythtv.org/trac/ticket/7701" target="_blank">http://code.mythtv.org/trac/<u></u>ticket/7701</a><br>
<br>
<br>
Regards,<br>
Karl<br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</blockquote></div><br></div>