From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48DC9C3A5A0 for ; Mon, 19 Aug 2019 20:49:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1107D22CE8 for ; Mon, 19 Aug 2019 20:49:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566247772; bh=CDqZFrI7oqThw+J/CqCqiVDxCbiMCjHfnDYSMQzt6ag=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=K5pYFbUhDJhNDL5Mmz0VHwgZZtZ88TV/BJ2uqv9LclePlPFT4G0Dg32PrdmtnoCSO 7PwxeO6/KUgmBWE9vxTsDopDZswFB4c4MfHcpn6cjUe/Z0D2ZMM0ZfvNzUGjWHIuwj 5+aUE5u4K4Oy+YKhcPPl3QrRKKstIbRtRL/DLc8U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728349AbfHSUtb (ORCPT ); Mon, 19 Aug 2019 16:49:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:42832 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727971AbfHSUta (ORCPT ); Mon, 19 Aug 2019 16:49:30 -0400 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 03D422087E; Mon, 19 Aug 2019 20:49:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566247769; bh=CDqZFrI7oqThw+J/CqCqiVDxCbiMCjHfnDYSMQzt6ag=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=VI9iKbZSQYZaEEPlSL4p8uPejHUCFgVSBHaeHMlvpgVDra9bcVCR/jA7VQyT8N+CY HtUKiVmHQJlib3gpuSjjsXvrCW5Rf1f4UCkau9ZDeR0x9+TeT9zXD1MConYDE9xR9p 4t7PvSyNNCQmY5g0gW9MOXkraq67US5N2VoeMVj4= Subject: Re: Kernel 5.2.8 - au0828 - Tuner Is Busy To: Nathan Royce , Brad Love Cc: sean@mess.org, Mauro Carvalho Chehab , Hans Verkuil , Greg Kroah-Hartman , Thomas Gleixner , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, shuah References: From: shuah Message-ID: Date: Mon, 19 Aug 2019 14:49:28 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/16/19 7:15 PM, Nathan Royce wrote: > On Fri, Aug 16, 2019 at 1:42 PM Greg Kroah-Hartman > wrote: >> If you revert that one commit, does things start working again? >> >> thanks, >> >> greg k-h > Hey Greg, I just got finished building it after running "$ git revert > 812658d88d26" and verifying it reverted by comparing one of the files > from git log -p, but alas, no joy. > > On Fri, Aug 16, 2019 at 5:41 PM Brad Love wrote: >> >> Hi Nathan, >> >> I don't have a "woodbury", but I have a Hauppauge 950Q sitting around >> and tested it on latest mainline kernel. w_scan is ok and streaming is >> fine. There's no unexpected errors. The 950Q uses the same au0828 bridge >> and au8522 demod as woodbury, but a different tuner. Your problem >> wouldn't appear to be a general au0828 issue. >> Thanks Brad! >> You might have to check out git bisect. That will be the quickest way to >> get to the bottom, if you've got points A and B, and are >> building/running your own kernel. >> >> Cheers, >> >> Brad > Thanks Brad, I'll explore bisecting and hopefully will be able to > narrow down the cause. > I wasn't running my own kernel, but rather using the Arch Linux kernel > and modding the one module and putting it in "extramodules". > Hi Nathan, Just catching up with this thread. Let me know what you find. Can you build your own kernel and see what you can find? thanks, -- Shuah