[mythtv] Re: [mythtv-commits] mythtv commit: r7185 by danielk

Stuart Auchterlonie stuarta at squashedfrog.net
Wed Sep 7 14:35:39 UTC 2005


On Wed, Sep 07, 2005 at 02:40:59PM +0100, John Pullan wrote:
> On 07/09/05, Stuart Auchterlonie <stuarta at squashedfrog.net> wrote:
> > On Tue, Sep 06, 2005 at 11:16:26PM +0100, Allan Stirling wrote:
> > > >>Index: siscan.cpp
> > > >>===================================================================
> > > >>--- siscan.cpp  (revision 7185)
> > > >>+++ siscan.cpp  (working copy)
> > > >>@@ -1729,7 +1729,7 @@
> > > >>    if (!siparser)
> > > >>        return;
> > > >>    // ignore events before current is set
> > > >>-    if (current == scanTransports.end())
> > > >>+    if ((scanMode == TRANSPORT_LIST) && (current ==
> > > >>scanTransports.end()))
> > >
> > > (Apologies for the bad quoting)
> > >
> > > This patch still seems to be required for me to complete a full scan
> > > (Astra-28.2), even with Stuart's latest patch (sa4). Any further
> > > diagnostics I can give, just ask...
> > >
> > 
> > Allan, does the scan just appear to hang at some point?
> > If so, can you attach a debugger to mythtv-setup and get a full
> > backtrace.
> > 
> > Daniel, any thoughts on this one? It makes no difference to me whether
> > the condition is checked or not. In both cases I can still do a complete
> > full scan.
> > 
> > Is this something due to the extra delays that are involved with
> > dvb-s compared to dvb-t?
> > 
> > 
> I'm on dvb-t - so no.
> 

Can you do full scans now (with or without the above patch)?

I'm on dvb-t and it is working okay with or without the patch.


Stuart



More information about the mythtv-dev mailing list