All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Barszus <steffenbpunkt@googlemail.com>
To: Issa Gorissen <flop.m@usa.net>
Cc: linux-media@vger.kernel.org, tuxoholic@hotmail.de,
	Manu Abraham <abraham.manu@gmail.com>
Subject: Re: stb0899/stb6100 tuning problems
Date: Sun, 24 Apr 2011 09:44:58 +0200	[thread overview]
Message-ID: <20110424094458.02881033@grobi> (raw)
In-Reply-To: <4DB33CBF.6010003@usa.net>

On Sat, 23 Apr 2011 22:55:27 +0200
Issa Gorissen <flop.m@usa.net> wrote:

> Hi,
> 
> Running kernel 2.6.39rc4. I've got trouble with tuning some
> transponders on Hotbird 13°E with a TT S2-3200.
> The transponders have been emitting DVB-S until end of march when they
> now emit DVB-S2 signals. They are:
> - 11681.00H 27500 3/4 8psk nid:319 tid:15900 on Hotbird 6
> - 12692.00H 27500 3/4 8psk nid:319 tid:9900 on Hotbird 9
> 
> 
> [1] https://patchwork.kernel.org/patch/244201/
> [2]
> http://www.mail-archive.com/linuxtv-commits@linuxtv.org/msg09214.html
> 
> 1) Patch [2] is merged into kernel 2.6.39rc4. Using scan-s2, I get no
> service available.
> 
> 2) I applied patch [1] and still could not get any service with
> scan-s2 from those transponders.
> 
> 3) I *reverted* patch[2] and now scan-s2 returns partial results.
> scan-s2 can tune onto the transponder on Hotbird 6 really quick and
> gives back the full services list.
> But I have to run scan-s2 with scan iterations count set to as high as
> 100 to be able to get results from the transponder on Hotbird 9.
> 
> When those transponders were emitting in DVB-S, I had no problem at
> all.
> 
> Can someone try the same thing on those transponders and report
> please ?

As mentioned before, try to use [1] + [2] + following patch. I would
expect this to be working. Please confirm. 

--- a/linux/drivers/media/dvb/frontends/stb0899_drv.c   2011-02-26 06:44:11.000000000 +0000
+++ b/linux/drivers/media/dvb/frontends/stb0899_drv.c   2011-04-24 07:39:06.000000000 +0000
@@ -1426,9 +1426,9 @@ static void stb0899_set_iterations(struc
        if (iter_scale > config->ldpc_max_iter)
                iter_scale = config->ldpc_max_iter;

-       reg = STB0899_READ_S2REG(STB0899_S2DEMOD, MAX_ITER);
+       reg = STB0899_READ_S2REG(STB0899_S2FEC, MAX_ITER);
        STB0899_SETFIELD_VAL(MAX_ITERATIONS, reg, iter_scale);
-       stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_MAX_ITER, STB0899_OFF0_MAX_ITER, reg);
+       stb0899_write_s2reg(state, STB0899_S2FEC, STB0899_BASE_MAX_ITER, STB0899_OFF0_MAX_ITER, reg);
 }

 static enum dvbfe_search stb0899_search(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)

  reply	other threads:[~2011-04-24  7:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-23 20:55 stb0899/stb6100 tuning problems Issa Gorissen
2011-04-24  7:44 ` Steffen Barszus [this message]
2011-04-24  9:07   ` Issa Gorissen
  -- strict thread matches above, loose matches on Subject: below --
2011-04-24 11:37 Issa Gorissen
2011-04-25 13:25 Lutz Sammer

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=20110424094458.02881033@grobi \
    --to=steffenbpunkt@googlemail.com \
    --cc=abraham.manu@gmail.com \
    --cc=flop.m@usa.net \
    --cc=linux-media@vger.kernel.org \
    --cc=tuxoholic@hotmail.de \
    /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.