On 07/09/05, Stuart Auchterlonie <[EMAIL PROTECTED]> 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.


-- 
John
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to