Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754674AbZGSPxX (ORCPT ); Sun, 19 Jul 2009 11:53:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754533AbZGSPxU (ORCPT ); Sun, 19 Jul 2009 11:53:20 -0400 Received: from rtr.ca ([76.10.145.34]:36794 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754527AbZGSPxT (ORCPT ); Sun, 19 Jul 2009 11:53:19 -0400 Message-ID: <4A63416E.2070103@rtr.ca> Date: Sun, 19 Jul 2009 11:53:18 -0400 From: Mark Lord Organization: Real-Time Remedies Inc. User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: Devin Heitmueller Cc: Steven Toth , linux-media@vger.kernel.org, Linux Kernel Subject: Re: Regression 2.6.31: xc5000 no longer works with Myth-0.21-fixes branch References: <4A631C8F.7000002@rtr.ca> <829197380907190706i686fd1afwdca0d8be648129@mail.gmail.com> <4A6337C1.6080104@rtr.ca> In-Reply-To: <4A6337C1.6080104@rtr.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1482 Lines: 38 Mark Lord wrote: .. > Really, the mythfrontend DOES NOT DEAL WITH TUNERS directly, > leaving that to the mythbackend. EXCEPT for when it wants to show > a signal strength/quality indication onscreen, which is done > when tuning to a new channel. > > So it's got to be something on that pathway, I suspect, > but despite being a kernel developer, I'm not terribly > knowledgeable about V4L, DVB, or the MythTV internals. .. Okay, got it. Sort of. :) 1. Patched mythtv to not show the signal strength info. No effect. 2. Substituted a different brand/model/chipset DVB tuner for the 950Q, and everything was working fine again. So we know it's not a generic issue. 3. In mythtv-setup -> CaptureCards -> DVB:1 -> RecordingOptions there is a tickbox for "Open DVB Card on Demand". It was ticked, so I un-ticked that box. Everything now works! When that tickbox was selected, the xc5000 took five (5) seconds to "open", as it did the firmware upload every time. This appeared to exceed some timeout inside myth. With the tickbox NOT ticked, myth just opens the tuner once at startup, and keeps it open, so no more delay when it wants to use it. I wonder if we can be smarter/faster about the xc5000 firmware uploads? Cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/