[mythtv] DVB-S tuning fails, error is about the wrong PAT

Daniel Chassot dcha at danielchassot.com
Tue Jun 20 12:01:46 UTC 2006


On 6/20/06, Simeon Walker <simbloke at googlemail.com> wrote:
> With recent svn my DVB-S recordings fail unless it is from the same
> transponder as that tuned when the backend started up. Reverting the backend
> to 10131 fixes the problem.
>
> The attached log file shows program #6304 not found in PAT, but that PAT
> seems to be from another transponder, not the one it claims to have
> sucessfully tuned to.
>
> In case it matter I am using Ubuntu 6.06 with their shipped 2.6.15 kernel. I
> have yet to confirm that 10132 is the breakage.

Hello,
I think you have the same problem that was reported by Yeasah Pell in
the thread "Re: [mythtv] Ticket #1049: DVBSignalMonitor needs to be
able to monitor NIT/SDT"

The proposed hack was the following:
>Should be line 729 of the file libs/libmythtv/dvbchannel.cpp, it reads
>
> "    if (reset || !prev_tuning.equal(info.type, tuning, 500000))"
>
> and you'll want to change it to
>
> "    if (reset || !prev_tuning.equal(info.type, tuning, 500))"

Look in the archive for more details

Daniel


More information about the mythtv-dev mailing list