From: Michael Krufky <mkrufky@m1k.net>
To: Perry Gilfillan <perrye@linuxmail.org>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>,
Linux and Kernel Video <video4linux-list@redhat.com>,
linux-kernel <linux-kernel@vger.kernel.org>,
Gene Heskett <gene.heskett@verizon.net>,
Don Koch <aardvark@krl.com>
Subject: Re: Gene's pcHDTV 3000 analog problem
Date: Thu, 01 Dec 2005 17:23:06 -0500 [thread overview]
Message-ID: <438F77CA.3060106@m1k.net> (raw)
In-Reply-To: <438F73E5.5020600@linuxmail.org>
Perry Gilfillan wrote:
> 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,
>
HURRAY!!!!!
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
... I'll go add this to cvs now.
next prev parent reply other threads:[~2005-12-01 22:23 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200511282205.jASM5YUI018061@p-chan.krl.com>
[not found] ` <200511282248.jASMm1PC029740@p-chan.krl.com>
[not found] ` <438B8C5A.7070002@m1k.net>
[not found] ` <200511281835.56805.gene.heskett@verizon.net>
2005-11-29 1:17 ` cx88 totally fried in 2.6.15-rcX -was- Re: HD3000 - no NTSC via tuner Michael Krufky
2005-11-29 2:25 ` Gene Heskett
2005-11-29 3:37 ` Michael Krufky
2005-11-29 3:43 ` Michael Krufky
2005-11-29 4:40 ` Gene Heskett
2005-11-29 4:56 ` Michael Krufky
2005-11-29 7:13 ` Michael Krufky
2005-11-29 15:11 ` Gene Heskett
2005-11-29 15:52 ` Michael Krufky
2005-11-29 16:06 ` Gene Heskett
2005-11-29 17:06 ` Gene Heskett
2005-11-29 4:23 ` Gene Heskett
[not found] ` <200511291335.18431.gene.heskett@verizon.net>
[not found] ` <438CA1E3.7010101@m1k.net>
[not found] ` <200511291546.27365.gene.heskett@verizon.net>
2005-11-29 21:29 ` Gene's pcHDTV 3000 analog problem Michael Krufky
[not found] ` <c35b44d70511291435i5f07bc88g429276ef659c28c5@mail.gmail.com>
2005-11-29 23:01 ` Michael Krufky
2005-11-29 23:43 ` Don Koch
2005-11-29 23:52 ` Don Koch
[not found] ` <c35b44d70511291548lcb10361ifd3a4ea0f239662d@mail.gmail.com>
2005-11-30 1:26 ` Michael Krufky
2005-11-30 5:07 ` Gene Heskett
2005-11-30 5:29 ` Michael Krufky
2005-11-30 15:53 ` Don Koch
2005-12-01 0:24 ` Gene Heskett
2005-12-01 4:09 ` Michael Krufky
[not found] ` <438E7107.3000407@linuxmail.org>
[not found] ` <438E8365.4020200@linuxmail.org>
[not found] ` <438E84A4.8000601@m1k.net>
[not found] ` <438E8A58.4010003@linuxmail.org>
[not found] ` <438EBD43.3080400@linuxmail.org>
2005-12-01 17:54 ` Michael Krufky
2005-12-01 21:00 ` Mauro Carvalho Chehab
2005-12-01 22:06 ` Perry Gilfillan
2005-12-01 22:23 ` Michael Krufky [this message]
2005-12-01 22:26 ` Gene Heskett
2005-12-01 22:45 ` Michael Krufky
2005-12-02 0:03 ` Gene Heskett
[not found] ` <1133486311.2969.11.camel@frolic>
2005-12-02 4:01 ` Gene Heskett
2005-12-01 22:14 ` Gene Heskett
2005-12-02 0:07 ` Don Koch
2005-12-01 3:20 ` Don Koch
2005-12-01 4:00 ` Michael Krufky
2005-12-01 14:59 ` Gene Heskett
2005-12-01 15:40 ` Perry Gilfillan
2005-12-01 17:01 ` Gene Heskett
2005-12-01 15:24 ` Gene Heskett
2005-12-01 15:38 ` Michael Krufky
2005-12-01 17:13 ` Gene Heskett
2005-12-01 15:30 ` Gene Heskett
2005-11-30 4:06 ` Gene Heskett
2005-11-30 12:59 ` Mauro Carvalho Chehab
2005-11-30 13:01 ` Mauro Carvalho Chehab
2005-12-01 0:28 ` Gene Heskett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=438F77CA.3060106@m1k.net \
--to=mkrufky@m1k.net \
--cc=aardvark@krl.com \
--cc=gene.heskett@verizon.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=perrye@linuxmail.org \
--cc=video4linux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.