public inbox for linux-media@vger.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>
Subject: Re: TT-budget S2-3200 cannot tune on HB13E DVBS2 transponder
Date: Tue, 5 Apr 2011 21:07:04 +0200	[thread overview]
Message-ID: <20110405210704.24555a04@grobi> (raw)
In-Reply-To: <632PDek8o1744S03.1302001214@web03.cms.usa.net>

On Tue, 05 Apr 2011 13:00:14 +0200
"Issa Gorissen" <flop.m@usa.net> wrote:

> Hi,
> 
> Eutelsat made a recent migration from DVB-S to DVB-S2 (since
> 31/3/2011) on two transponders on HB13E
> 
> - HOT BIRD 6 13° Est TP 159 Freq 11,681 Ghz DVB-S2 FEC 3/4 27500
> Msymb/s 0.2 Pilot off Polar H
> 
> - HOT BIRD 9 13° Est TP 99 Freq 12,692 Ghz DVB-S2 FEC 3/4 27500
> Msymb/s 0.2 Pilot off Polar H
> 
> 
> Before those changes, with my TT S2 3200, I was able to watch TV on
> those transponders. Now, I cannot even tune on those transponders. I
> have tried with scan-s2 and w_scan and the latest drivers from git.
> They both find the transponders but cannot tune onto it.
> 
> Something noteworthy is that my other card, a DuoFlex S2 can tune
> fine on those transponders.
> 
> My question is; can someone try this as well with a TT S2 3200 and
> post the results ?

i read something about it lately here (german!): 
http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/p977938-stb0899-fec-3-4-tester-gesucht/#post977938

It says in stb0899_drv.c function:
static void stb0899_set_iterations(struct stb0899_state *state) 

This:
reg = STB0899_READ_S2REG(STB0899_S2DEMOD, 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);

should be replaced with this:

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

Basically replace STB0899_S2DEMOD with STB0899_S2FEC in this 2 lines
affected.

Kind Regards 

Steffen


  reply	other threads:[~2011-04-05 19:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-05 11:00 TT-budget S2-3200 cannot tune on HB13E DVBS2 transponder Issa Gorissen
2011-04-05 19:07 ` Steffen Barszus [this message]
2011-04-06 19:55   ` Issa Gorissen
2011-04-05 20:03 ` Sébastien RAILLARD (COEXSI)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-14  0:05 Lutz Sammer
2011-05-03 23:16 ` Mauro Carvalho Chehab
2011-05-04 11:27   ` Lutz Sammer
2011-05-12 12:23     ` Issa Gorissen
2011-09-21 16:44     ` Mauro Carvalho Chehab
2011-09-21 17:52       ` Manu Abraham
2011-10-06 21:21         ` Sébastien RAILLARD (COEXSI)
2011-05-05  4:25   ` Manu Abraham
2011-05-05 11:05     ` Mauro Carvalho Chehab
2011-05-04 13:22 Issa Gorissen

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=20110405210704.24555a04@grobi \
    --to=steffenbpunkt@googlemail.com \
    --cc=flop.m@usa.net \
    --cc=linux-media@vger.kernel.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