Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932514AbVLAWGk (ORCPT ); Thu, 1 Dec 2005 17:06:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932517AbVLAWGk (ORCPT ); Thu, 1 Dec 2005 17:06:40 -0500 Received: from wsip-68-15-117-99.ok.ok.cox.net ([68.15.117.99]:29582 "EHLO mail.gilfillan.org") by vger.kernel.org with ESMTP id S932514AbVLAWGj (ORCPT ); Thu, 1 Dec 2005 17:06:39 -0500 Message-ID: <438F73E5.5020600@linuxmail.org> Date: Thu, 01 Dec 2005 16:06:29 -0600 From: Perry Gilfillan User-Agent: Mozilla Thunderbird 1.0.7-2.1.fc4.nr (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mauro Carvalho Chehab CC: Linux and Kernel Video , linux-kernel , Gene Heskett , Don Koch , Michael Krufky - V4L Subject: Re: Gene's pcHDTV 3000 analog problem References: <200511282205.jASM5YUI018061@p-chan.krl.com> <438CFFAD.7070803@m1k.net> <200511300007.56004.gene.heskett@verizon.net> <438D38B3.2050306@m1k.net> <200511301553.jAUFrSQx026450@p-chan.krl.com> <438E7107.3000407@linuxmail.org> <438E8365.4020200@linuxmail.org> <438E84A4.8000601@m1k.net> <438E8A58.4010003@linuxmail.org> <438EBD43.3080400@linuxmail.org> <438F38E6.7090303@m1k.net> <1133470859.23362.59.camel@localhost> In-Reply-To: <1133470859.23362.59.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1922 Lines: 55 Mauro Carvalho Chehab wrote: > After checking the datasheets of Thompson tuner, and I have one guess: > > At board description, tda9887 is not there. This tuner needs to work >properly. > > This small patch does enable it for your board. > > You should notice that you may need to use some parameters for tda0887 >to work properly, like using port1=0 port2=0 qss=0 as insmod options for >this module. (these are some on/off bits at the chip, to enable some >special functions - if 0/0/0 doesn't work you may need to test 0/0/1, .. >1/1/1). > > This has fixed it for me!! I compiled todays cvs, with out this patch, to watch it fail, then added the line as noted, and reloaded the modules without rebooting, and it worked. I did a cold start to see that it is repeatable, and it continues to work. I used no extra parameters, so the defaults are working fine. Cheers, Perry >Cheers, >Mauro. > > >------------------------------------------------------------------------ > >Index: linux/drivers/media/video/cx88/cx88-cards.c >=================================================================== >RCS file: /cvs/video4linux/v4l-dvb/linux/drivers/media/video/cx88/cx88-cards.c,v >retrieving revision 1.108 >diff -u -p -r1.108 cx88-cards.c >--- linux/drivers/media/video/cx88/cx88-cards.c 25 Nov 2005 10:24:13 -0000 1.108 >+++ linux/drivers/media/video/cx88/cx88-cards.c 1 Dec 2005 20:56:43 -0000 >@@ -569,6 +569,7 @@ struct cx88_board cx88_boards[] = { > .radio_type = UNSET, > .tuner_addr = ADDR_UNSET, > .radio_addr = ADDR_UNSET, >+ .tda9887_conf = TDA9887_PRESENT, > .input = {{ > .type = CX88_VMUX_TELEVISION, > .vmux = 0, > > - 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/