From: Ales Jurik <ajurik@quick.cz>
To: linux-dvb@linuxtv.org
Cc: abraham.manu@gmail.com
Subject: Re: [linux-dvb] How to solve the TT-S2-3200 tuning problems?
Date: Sat, 21 Jun 2008 11:14:46 +0200 [thread overview]
Message-ID: <200806211114.46921.ajurik@quick.cz> (raw)
In-Reply-To: <1214015056l.6292l.1l@manu-laptop>
Hi,
I've tried to see where the problem is for some time. My opinions and results
of some debugging work is included.
I'm ready to cooperate in debugging of this driver.
BR,
Ales
On Saturday 21 of June 2008, manu wrote:
> Hi all,
> there are several threads about TT-3200 not being able to lock on
> different channels depending on FEC/symbol rate/modulation.
> Now what kind of experimentation could provide enough data to solve
> them? For example would it be possible that some knowledgeable guy here
> posts:
> -datasheets/programming guide for the tuner/demod if no NDA...
Yes, such documents are under NDA, I don't have access to it.
> -post the source of a prog that could gather data when tuning to a
> given transponder.
> -or anything else that this/these persons think would improve the
> understanding of the problems.
> HTH
> Bye
> Manu, who would like to watch the final of the euro cup in HD ;-)
The point from which I've checked the driver is file stb0899_priv.h (enum
stb0899_modcod). There are defined values for all possible
FEC/modulation combinations. We could see that 8PSK modulations have values
from 12 to 17 (for debugging).
But no initial values are used for 8PSK modulation for registers csm1 to csm4
as the stb0899_dvbs2_init_csm is called only for QPSK ( condition is and-ed
with INRANGE(STB0899_QPSK_23, modcod, STB0899_QPSK_910) ).
I'm not sure if this is the reason of problems, but I could get lock (very
unstable - lock is active for few minutes, than for minute or so disappeared
and so long) after few minutes staying tuned on some 8PSK channels.
Maybe if set some registers (don't know if csm1-csm4 is enough) to initial
values depending on FEC/modulation it would be possible to get lock within
seconds like it is with QPSK.
In the driver there are also some pieces of code depended to FEC/modulation,
but only STB0899_QPSK_XXX is used for such pieces of code. Not possible to
find STB0899_8PSK_XXX depending code. Isn't it necessary? Or such code is
missing and the casual lock is done by hw automation?
_______________________________________________
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-06-21 9:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-21 2:24 [linux-dvb] How to solve the TT-S2-3200 tuning problems? manu
2008-06-21 9:14 ` Ales Jurik [this message]
2008-06-28 12:44 ` [linux-dvb] Re : " manu
2008-06-28 15:19 ` [linux-dvb] Re : " manu
2008-06-28 20:23 ` Ales Jurik
2008-06-29 1:24 ` [linux-dvb] Re : " manu
2008-06-28 18:15 ` [linux-dvb] " Daniel
2008-06-29 1:05 ` [linux-dvb] Re : " manu
2008-06-29 7:56 ` Daniel
2008-07-01 9:21 ` Daniel
2008-07-09 21:54 ` Mika Laitio
2008-07-10 6:34 ` Ales Jurik
2008-07-10 8:18 ` Goga777
2008-07-10 9:15 ` Ales Jurik
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=200806211114.46921.ajurik@quick.cz \
--to=ajurik@quick.cz \
--cc=abraham.manu@gmail.com \
--cc=linux-dvb@linuxtv.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox