From: Antti Palosaari <crope@iki.fi>
To: Sigmund Augdal <sigmund@snap.tv>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] Oops in tda10023
Date: Fri, 30 May 2008 15:49:17 +0300 [thread overview]
Message-ID: <483FF7CD.2080608@iki.fi> (raw)
In-Reply-To: <1212138909.26238.34.camel@rommel.snap.tv>
Sigmund Augdal wrote:
> tor, 29.05.2008 kl. 20.52 +0300, skrev Antti Palosaari:
>> Sigmund Augdal wrote:
>>> using latest hg v4l-dvb on a 2.6.20 kernel.
>> I did some changes recently to tda10023 (needed for Anysee driver). I
>> wonder if these errors start coming after that? Those changes are
>> committed to master only few days ago, 05/26/2008.
> When the crash happened I was using a module with these changes
> included. This doesn't necessarily mean that these changes were the
> cause of the problem. From reading the relevant diff I'd say it's quite
> unlikely that your changes is causing the problem, as tda10023_writereg
> was called from tda10023_attach before also, and you didn't change
> anything in tda10023_writereg it self. I also know for a fact that the
> i2c problems also did happen without your changes, so your changes isn't
> the cause of that either.
Thanks for clarification.
> About your changes to the tda10023 module, I tried these a while ago
> (before they were merged into master, with a technotrend C-1501 board
> that has a tda10023 demod with at tda8274a silicon tuner. I figured the
> tuner had the same deltaf setting as the tuner used in anysee (based on
> how this tuner is used in conjunction with tda10046), but I couldn't
> figure out values for the pll_x parameters. I tried setting them to the
> the same as the ones used in the anysee tree , but I couldn't get any
> lock still, it may however be because my signal was bad at that point.
> If I remember correctly your comments said something about an unknown
> tuner used in the anysee device. Is there any chance it actually is the
> tda827x? As this tuner-demod combo is sold as a refference design from
> phillips.
It could be but I doubt it is not any Philips / NXP tuner PLL.
Every version of the Anysee has Samsung tuner module (or NIM which is
module with demod inside). In NIMs there is MT532 or ZL10353
demodulator. DVB-C version has Samsung tuner module + TDA10023
demodulator on the board. So this is not tuner-demod combo (NIM)
reference from NXP.
You can resolve correct PLL values looking from USB-sniffs. With a
little lucky you discover those after some testing.
/* 012 */ 0x28, 0xff, (state->pll_m-1),
/* 015 */ 0x29, 0xff, ((state->pll_p-1)<<6)|(state->pll_n-1),
/* calc sysclk */
state->sysclk = (state->xtal * state->pll_m / \
(state->pll_n * state->pll_p));
I can try to find those if you can provide usbsniff where those can seen.
regards
Antti
--
http://palosaari.fi/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-05-30 12:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-29 16:50 [linux-dvb] Oops in tda10023 Sigmund Augdal
2008-05-29 17:52 ` Antti Palosaari
2008-05-30 9:15 ` Sigmund Augdal
2008-05-30 12:49 ` Antti Palosaari [this message]
2008-05-30 13:59 ` e9hack
2008-05-30 14:35 ` Antti Palosaari
2008-05-30 14:52 ` e9hack
2008-05-30 15:25 ` Antti Palosaari
2008-05-30 20:30 ` Antti Palosaari
2008-05-30 21:12 ` e9hack
2008-05-30 22:24 ` Oliver Endriss
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=483FF7CD.2080608@iki.fi \
--to=crope@iki.fi \
--cc=linux-dvb@linuxtv.org \
--cc=sigmund@snap.tv \
/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.