All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
       [not found]               ` <1232998154.24736.2@manu-laptop>
@ 2009-01-27 19:56                 ` Manu Abraham
  2009-01-27 20:37                   ` Alex Betis
  0 siblings, 1 reply; 10+ messages in thread
From: Manu Abraham @ 2009-01-27 19:56 UTC (permalink / raw)
  To: Manu; +Cc: linux-dvb

[-- Attachment #1: Type: text/plain, Size: 1630 bytes --]

Manu wrote:
> Le 26.01.2009 13:50:24, Manu Abraham a écrit :
>> On Mon, Jan 26, 2009 at 8:19 PM, Alex Betis <alex.betis@gmail.com>
>> wrote:
>>
>>> Latest changes I can see at
>>>> http://mercurial.intuxication.org/hg/s2-liplianin/ were made about
>> 7
>>>> to 10 days ago. Is this correct? If that's correct, then I'm using
>>>> latest Igor drivers. And behavior described above is what I'm
>> getting.
>>>> I can't see anything related do high SR channels on Igor
>> repository.
>>> He did it few months ago. If you're on latest than you should have
>> it.
>>>
>>
>> It won't. All you will manage to do is burn your demodulator, if you
>> happen
>> to
>> be that lucky one, with that change. At least a few people have 
>> burned
>> demodulators by now, from what i do see.
> 
> Hmm OK, but is there by any chance a fix for those issues somewhere or 
> in the pipe at least? I am willing to test (as I already offered), I 
> can compile the drivers, spread printk or whatever else is needed to 
> get useful reports. Let me know if I can help sort this problem. BTW in 
> my case it is DVB-S2 30000 SR and FEC 5/6.

It was quite not appreciable on my part to provide a fix or reply in
time nor spend much time on it earlier, but that said i was quite
stuck up with some other things.

Can you please pull a copy of the multiproto tree
http://jusst.de/hg/multiproto or the v4l-dvb tree from
http://jusst.de/hg/v4l-dvb

and apply the following patch and comment what your result is ?
Before applying please do check whether you still have the issues.


BTW: lot of patience you have compared to the other users :)

Regards,
Manu


[-- Attachment #2: increase_timeout.patch --]
[-- Type: text/x-patch, Size: 575 bytes --]

--- a/linux/drivers/media/dvb/frontends/stb0899_algo.c  Tue Jan 27 23:29:44 2009 +0400
+++ b/linux/drivers/media/dvb/frontends/stb0899_algo.c  Tue Jan 27 23:48:52 2009 +0400
@@ -1345,6 +1345,10 @@
                FecLockTime     = 20;   /* 20 ms max time to lock FEC, 20Mbs< SYMB <= 25Mbs             */
        }

+       /* give a factor of safety */
+       searchTime *= 3;
+       FecLockTime *= 3;
+
        /* Maintain Stream Merger in reset during acquisition   */
        reg = stb0899_read_reg(state, STB0899_TSTRES);
        STB0899_SETFIELD_VAL(FRESRS, reg, 1);


[-- Attachment #3: Type: text/plain, Size: 228 bytes --]

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
  2009-01-27 19:56                 ` [linux-dvb] Re : " Manu Abraham
@ 2009-01-27 20:37                   ` Alex Betis
  2009-01-27 21:13                     ` Manu Abraham
  0 siblings, 1 reply; 10+ messages in thread
From: Alex Betis @ 2009-01-27 20:37 UTC (permalink / raw)
  To: linux-media; +Cc: linux-dvb, Manu


[-- Attachment #1.1: Type: text/plain, Size: 2061 bytes --]

On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham <abraham.manu@gmail.com>wrote:

>
> > Hmm OK, but is there by any chance a fix for those issues somewhere or
> > in the pipe at least? I am willing to test (as I already offered), I
> > can compile the drivers, spread printk or whatever else is needed to
> > get useful reports. Let me know if I can help sort this problem. BTW in
> > my case it is DVB-S2 30000 SR and FEC 5/6.
>
> It was quite not appreciable on my part to provide a fix or reply in
> time nor spend much time on it earlier, but that said i was quite
> stuck up with some other things.
>
> Can you please pull a copy of the multiproto tree
> http://jusst.de/hg/multiproto or the v4l-dvb tree from
> http://jusst.de/hg/v4l-dvb
>
> and apply the following patch and comment what your result is ?
> Before applying please do check whether you still have the issues.

Manu,
I've tried to increase those timers long ago when played around with my card
(Twinhan 1041) and scan utility.
I must say that I've concentrated mostly on DVB-S channels that wasn't
always locking.
I didn't notice much improvements. The thing that did help was increasing
the resolution of scan zigzags.
I've sent a patch on that ML and people were happy with the results.
The patch went to Igor's repository, don't know were it goes from there.

I believe DVB-S2 lock suffer from the same problem, but in that case the
zigzag is done in the chip and not in the driver.
Since I have no documentation of the chip I was stuck and left it. So if you
have the knowledge or documentation of the chip,
try to go in that direction.

By the way, question to those who have such channels:
Does windows based applications show those channels properly?


>
>
>
> BTW: lot of patience you have compared to the other users :)
>
> Regards,
> Manu
>
>
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>

[-- Attachment #1.2: Type: text/html, Size: 3007 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
  2009-01-27 20:37                   ` Alex Betis
@ 2009-01-27 21:13                     ` Manu Abraham
  2009-01-27 21:31                       ` Alex Betis
                                         ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Manu Abraham @ 2009-01-27 21:13 UTC (permalink / raw)
  To: linux-media; +Cc: linux-dvb, Manu

[-- Attachment #1: Type: text/plain, Size: 1738 bytes --]

Alex Betis wrote:
> On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham <abraham.manu@gmail.com>wrote:
> 
>>> Hmm OK, but is there by any chance a fix for those issues somewhere or
>>> in the pipe at least? I am willing to test (as I already offered), I
>>> can compile the drivers, spread printk or whatever else is needed to
>>> get useful reports. Let me know if I can help sort this problem. BTW in
>>> my case it is DVB-S2 30000 SR and FEC 5/6.
>> It was quite not appreciable on my part to provide a fix or reply in
>> time nor spend much time on it earlier, but that said i was quite
>> stuck up with some other things.
>>
>> Can you please pull a copy of the multiproto tree
>> http://jusst.de/hg/multiproto or the v4l-dvb tree from
>> http://jusst.de/hg/v4l-dvb
>>
>> and apply the following patch and comment what your result is ?
>> Before applying please do check whether you still have the issues.
> 
> Manu,
> I've tried to increase those timers long ago when played around with my card
> (Twinhan 1041) and scan utility.
> I must say that I've concentrated mostly on DVB-S channels that wasn't
> always locking.
> I didn't notice much improvements. The thing that did help was increasing
> the resolution of scan zigzags.

With regards to the zig-zag, one bug is fixed in the v4l-dvb tree.
Most likely you haven't tried that change.

> I've sent a patch on that ML and people were happy with the results.

I did look at your patch, but that was completely against the tuning
algorithm.

[..]

> I believe DVB-S2 lock suffer from the same problem, but in that case the
> zigzag is done in the chip and not in the driver.

Along with the patch i sent, does the attached patch help you in
anyway (This works out for DVB-S2 only)?



[-- Attachment #2: fix_iterations.patch --]
[-- Type: text/x-patch, Size: 1240 bytes --]

diff -r a4731ed28cac linux/drivers/media/dvb/frontends/stb0899_drv.c
--- a/linux/drivers/media/dvb/frontends/stb0899_drv.c   Tue Jan 27 23:29:44 2009 +0400
+++ b/linux/drivers/media/dvb/frontends/stb0899_drv.c   Wed Jan 28 01:08:25 2009 +0400
@@ -1461,19 +1461,16 @@
        struct stb0899_config *config = state->config;

        s32 iter_scale;
-       u32 reg;

        iter_scale = 17 * (internal->master_clk / 1000);
        iter_scale += 410000;
-       iter_scale /= (internal->srate / 1000000);
-       iter_scale /= 1000;
+       iter_scale /= (internal->srate / 1000);

        if (iter_scale > config->ldpc_max_iter)
                iter_scale = config->ldpc_max_iter;

-       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);
+       stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_MAX_ITER, STB0899_OFF0_MAX_ITER, iter_scale);
+       stb0899_write_s2reg(state, STB0899_S2DEMOD, STB0899_BASE_ITER_SCALE, STB0899_OFF0_ITER_SCALE, iter_scale);
 }

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
  2009-01-27 21:13                     ` Manu Abraham
@ 2009-01-27 21:31                       ` Alex Betis
  2009-02-02 16:44                       ` Jonas Kvinge
  2009-02-02 22:43                       ` Chris Silva
  2 siblings, 0 replies; 10+ messages in thread
From: Alex Betis @ 2009-01-27 21:31 UTC (permalink / raw)
  To: linux-media; +Cc: linux-dvb, Manu


[-- Attachment #1.1: Type: text/plain, Size: 1919 bytes --]

On Tue, Jan 27, 2009 at 11:13 PM, Manu Abraham <abraham.manu@gmail.com>wrote:

> Alex Betis wrote:
>
> > Manu,
> > I've tried to increase those timers long ago when played around with my
> card
> > (Twinhan 1041) and scan utility.
> > I must say that I've concentrated mostly on DVB-S channels that wasn't
> > always locking.
> > I didn't notice much improvements. The thing that did help was increasing
> > the resolution of scan zigzags.
>
> With regards to the zig-zag, one bug is fixed in the v4l-dvb tree.
> Most likely you haven't tried that change.

I use Igor's version, but he merges v4l changes quite often.
Can you point me to a patch or code that was changes? I want to make sure I
have that fix.


>
>
> > I've sent a patch on that ML and people were happy with the results.
>
> I did look at your patch, but that was completely against the tuning
> algorithm.

Well, you know, it works :)
What is the algorithm? I didn't make major changes beside increasing the
zigzag resolution for different scan stages and zigzag around the frequency
that previous stage was able to detect instead of starting from the
beginning. Sounds logical to me.


>
> [..]
>
> > I believe DVB-S2 lock suffer from the same problem, but in that case the
> > zigzag is done in the chip and not in the driver.
>
> Along with the patch i sent, does the attached patch help you in
> anyway (This works out for DVB-S2 only)?

I didn't tried to watch any DVB-S2 channels yet, not sure I have any FTA
with my current directions.
But I'll try that change later for scanning.

BTW, too bad the code has very few comments inside to understand all the
numeric values used for calculations.


>
>
>
>
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>

[-- Attachment #1.2: Type: text/html, Size: 3051 bytes --]

[-- Attachment #2: Type: text/plain, Size: 228 bytes --]

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
  2009-01-27 21:13                     ` Manu Abraham
  2009-01-27 21:31                       ` Alex Betis
@ 2009-02-02 16:44                       ` Jonas Kvinge
  2009-02-02 22:43                       ` Chris Silva
  2 siblings, 0 replies; 10+ messages in thread
From: Jonas Kvinge @ 2009-02-02 16:44 UTC (permalink / raw)
  To: linux-media

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Manu Abraham wrote:
> Alex Betis wrote:
>> On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham <abraham.manu@gmail.com>wrote:
>>
>>>> Hmm OK, but is there by any chance a fix for those issues somewhere or
>>>> in the pipe at least? I am willing to test (as I already offered), I
>>>> can compile the drivers, spread printk or whatever else is needed to
>>>> get useful reports. Let me know if I can help sort this problem. BTW in
>>>> my case it is DVB-S2 30000 SR and FEC 5/6.
>>> It was quite not appreciable on my part to provide a fix or reply in
>>> time nor spend much time on it earlier, but that said i was quite
>>> stuck up with some other things.
>>>
>>> Can you please pull a copy of the multiproto tree
>>> http://jusst.de/hg/multiproto or the v4l-dvb tree from
>>> http://jusst.de/hg/v4l-dvb
>>>
>>> and apply the following patch and comment what your result is ?
>>> Before applying please do check whether you still have the issues.
>> Manu,
>> I've tried to increase those timers long ago when played around with my card
>> (Twinhan 1041) and scan utility.
>> I must say that I've concentrated mostly on DVB-S channels that wasn't
>> always locking.
>> I didn't notice much improvements. The thing that did help was increasing
>> the resolution of scan zigzags.
> 
> With regards to the zig-zag, one bug is fixed in the v4l-dvb tree.
> Most likely you haven't tried that change.
> 
>> I've sent a patch on that ML and people were happy with the results.
> 
> I did look at your patch, but that was completely against the tuning
> algorithm.
> 
> [..]
> 
>> I believe DVB-S2 lock suffer from the same problem, but in that case the
>> zigzag is done in the chip and not in the driver.
> 
> Along with the patch i sent, does the attached patch help you in
> anyway (This works out for DVB-S2 only)?
> 
> 
> 

- From what I understand the driver still has some issues. Got feedback
from another guy with Canal Digital in Norway that he has the same
issues as me.

Not sure if the diff was an attempt to fix the digital artefacts but I
tried applying the diff manually on the source I grabbed from
http://jusst.de/hg/v4l-dvb/ but did not notice any improvements or
difference with the artefacts. Would any logs be helpful?

If there is anything else I could try I'm willing to try it out. I
appreciate your effort. Thanks.


Jonas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAkmHIuMACgkQpvOo+MDrK1H1wACggFIUgXQHcJxBhjCCGXtDLe44
b7EAn0VW7orjhEdbhyWgQhOITWopLxwg
=dSFB
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
  2009-01-27 21:13                     ` Manu Abraham
  2009-01-27 21:31                       ` Alex Betis
  2009-02-02 16:44                       ` Jonas Kvinge
@ 2009-02-02 22:43                       ` Chris Silva
  2 siblings, 0 replies; 10+ messages in thread
From: Chris Silva @ 2009-02-02 22:43 UTC (permalink / raw)
  To: linux-media, linux-dvb

On Tue, Jan 27, 2009 at 9:13 PM, Manu Abraham <abraham.manu@gmail.com> wrote:
> Alex Betis wrote:
>> On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham <abraham.manu@gmail.com>wrote:
>>
>>>> Hmm OK, but is there by any chance a fix for those issues somewhere or
>>>> in the pipe at least? I am willing to test (as I already offered), I
>>>> can compile the drivers, spread printk or whatever else is needed to
>>>> get useful reports. Let me know if I can help sort this problem. BTW in
>>>> my case it is DVB-S2 30000 SR and FEC 5/6.
>>> It was quite not appreciable on my part to provide a fix or reply in
>>> time nor spend much time on it earlier, but that said i was quite
>>> stuck up with some other things.
>>>
>>> Can you please pull a copy of the multiproto tree
>>> http://jusst.de/hg/multiproto or the v4l-dvb tree from
>>> http://jusst.de/hg/v4l-dvb
>>>
>>> and apply the following patch and comment what your result is ?
>>> Before applying please do check whether you still have the issues.
>>
>> Manu,
>> I've tried to increase those timers long ago when played around with my card
>> (Twinhan 1041) and scan utility.
>> I must say that I've concentrated mostly on DVB-S channels that wasn't
>> always locking.
>> I didn't notice much improvements. The thing that did help was increasing
>> the resolution of scan zigzags.
>
> With regards to the zig-zag, one bug is fixed in the v4l-dvb tree.
> Most likely you haven't tried that change.
>
>> I've sent a patch on that ML and people were happy with the results.
>
> I did look at your patch, but that was completely against the tuning
> algorithm.
>
> [..]
>
>> I believe DVB-S2 lock suffer from the same problem, but in that case the
>> zigzag is done in the chip and not in the driver.
>
> Along with the patch i sent, does the attached patch help you in
> anyway (This works out for DVB-S2 only)?
>

Manu,

I've tried both multiproto branches you indicated above, *with* and
*without* the patches you sent to the ML (fix_iterations.patch and
increase timeout.patch) on this thread.
Sadly, same behavior as S2API V4L-DVB current branch. No lock on 30000
3/4 channels. It achieves a 0.5 second jittery sound but no image. It
seems the driver is struggling to correctly lock on that channel, but
doesn't get there in time... Or maybe the hardware... Dunno...

Channels like

ASTRA HD+;BetaDigital:11914:hC910M2O35S1:S19.2E:27500:1279=27:0;1283=deu:0:0:131:133:6:0
PREMIERE HD,PREM
HD;PREMIERE:11914:hC910M2O35S1:S19.2E:27500:767=27:0;771=deu,772=eng:32:1837,1833,1834,9C4:129:133:6:0
DISCOVERY HD,DISC
HD;PREMIERE:11914:hC910M2O35S1:S19.2E:27500:1023=27:0;1027=deu:32:1837,1833,1834,9C4:130:133:6

work just fine.

But channels like

National Geographic HD;National Geographic
HD:11731:vC34M5O25S1:S30.0W:29000:6496=27:6497:0:1802:943:54:47:0
MOV HD;MOV HD:11731:vC34M5O25S1:S30.0W:29000:6512=27:6513=por:0:1802:944:54:47:0
Sport TV - HD;Sport TV -
HD:11731:vC34M5O25S1:S30.0W:29000:6528=27:6529=por:0:1802:945:54:47:0
RTP HD;RTP HD:11731:vC34M5O25S1:S30.0W:29000:6544=27:6545:0:1802:946:54:47:0
TVCine 4 HD;TVCine 4
HD:11731:vC34M5O25S1:S30.0W:29000:6560=27:6561:0:1802:947:54:47:0
Disney Cinemagic
HD:11731:vC34M5O25S1:S30.0W:29000:6576=27:6577=por:0:1802:948:54:47:0
Eurosport HD:11731:vC34M5O25S1:S30.0W:29000:6592=27:6593=por:0:1802:949:54:47:0

or

[0065];:12012:hC34M5S1:S30.0W:30000:4097:4098:4100:100:101:0:0:0
[0066];:12012:hC34M5S1:S30.0W:30000:4105:4106:4100:100:102:0:0:0
[0067];:12012:hC34M5S1:S30.0W:30000:4113:4114:4100:100:103:0:0:0
[0068];:12012:hC34M5S1:S30.0W:30000:4121:4122:4100:100:104:0:0:0
[0069];:12012:hC34M5S1:S30.0W:30000:4129:4130:4100:100:105:0:0:0
[006a];:12012:hC34M5S1:S30.0W:30000:4137:4138:4100:100:106:0:0:0
[006b];:12012:hC34M5S1:S30.0W:30000:4145:4146:4100:100:107:0:0:0

simply don't work.

BTW, I think the channels above that don't work have a 0x0B stream
indication. Satellite operators are misleading on the stream (h.222)
when in fact they are h.264. Read that were on the ML. Don't know if
it affects anything, but hey... I have to try everything! ;)

I'm available to any tests necessary to fix this once and for all, if possible.

Just let me know.

Thanks for all your hard work.

Chris

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
@ 2009-02-05  9:43 Newsy Paper
  0 siblings, 0 replies; 10+ messages in thread
From: Newsy Paper @ 2009-02-05  9:43 UTC (permalink / raw)
  To: linux-media

it's really disappointing that this error exists for long time and everybody ran out of idea how to fix it :(


regards

Newsy

--- Jonas Kvinge <linuxtv@night-light.net> schrieb am Di, 3.2.2009:

> Von: Jonas Kvinge <linuxtv@night-light.net>
> Betreff: Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels]
> An: linux-dvb@linuxtv.org
> Datum: Dienstag, 3. Februar 2009, 20:00
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Manu Abraham wrote:
> > Alex Betis wrote:
> >> On Tue, Jan 27, 2009 at 9:56 PM, Manu Abraham
> <abraham.manu@gmail.com>wrote:
> >>
> >>>> Hmm OK, but is there by any chance a fix
> for those issues somewhere or
> >>>> in the pipe at least? I am willing to test
> (as I already offered), I
> >>>> can compile the drivers, spread printk or
> whatever else is needed to
> >>>> get useful reports. Let me know if I can
> help sort this problem. BTW in
> >>>> my case it is DVB-S2 30000 SR and FEC 5/6.
> >>> It was quite not appreciable on my part to
> provide a fix or reply in
> >>> time nor spend much time on it earlier, but
> that said i was quite
> >>> stuck up with some other things.
> >>>
> >>> Can you please pull a copy of the multiproto
> tree
> >>> http://jusst.de/hg/multiproto or the v4l-dvb
> tree from
> >>> http://jusst.de/hg/v4l-dvb
> >>>
> >>> and apply the following patch and comment what
> your result is ?
> >>> Before applying please do check whether you
> still have the issues.
> >> Manu,
> >> I've tried to increase those timers long ago
> when played around with my card
> >> (Twinhan 1041) and scan utility.
> >> I must say that I've concentrated mostly on
> DVB-S channels that wasn't
> >> always locking.
> >> I didn't notice much improvements. The thing
> that did help was increasing
> >> the resolution of scan zigzags.
> >
> > With regards to the zig-zag, one bug is fixed in the
> v4l-dvb tree.
> > Most likely you haven't tried that change.
> >
> >> I've sent a patch on that ML and people were
> happy with the results.
> >
> > I did look at your patch, but that was completely
> against the tuning
> > algorithm.
> >
> > [..]
> >
> >> I believe DVB-S2 lock suffer from the same
> problem, but in that case the
> >> zigzag is done in the chip and not in the driver.
> >
> > Along with the patch i sent, does the attached patch
> help you in
> > anyway (This works out for DVB-S2 only)?
> >
> >
> >
>
> - From what I understand the driver still has some issues.
> Got feedback
> from another guy with Canal Digital in Norway that he has
> the same
> issues as me.
>
> Not sure if the diff was an attempt to fix the digital
> artefacts but I
> tried applying the diff manually on the source I grabbed
> from
> http://jusst.de/hg/v4l-dvb/ but did not notice any
> improvements or
> difference with the artefacts. Would any logs be helpful?
>
> If there is anything else I could try I'm willing to
> try it out. I
> appreciate your effort. Thanks.
>
>
> Jonas
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkmIlGoACgkQpvOo+MDrK1H4yACdHPoej4cSsfPvp7m4NUGsAjAz
> 36EAn3cz9MffjPWztzyMEOcs0VcxhQdD
> =h9tA
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> linux-dvb users mailing list
> For V4L/DVB development, please use instead
> linux-media@vger.kernel.org
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb



      

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
@ 2009-02-05  9:45 Newsy Paper
  0 siblings, 0 replies; 10+ messages in thread
From: Newsy Paper @ 2009-02-05  9:45 UTC (permalink / raw)
  To: linux-media

it's really disappointing that this error exists for long time and everybody ran out of idea how to fix it :(


regards

Newsy


      

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels
@ 2009-02-05  9:49 Newsy Paper
  0 siblings, 0 replies; 10+ messages in thread
From: Newsy Paper @ 2009-02-05  9:49 UTC (permalink / raw)
  To: linux-dvb

it's really disappointing that this error exists for long time and everybody ran out of idea how to fix it :(


regards

Newsy

PS. I see you are still active on old ML. I think most of the ppl already switched over to linux-media@vger.kernel.org


      

_______________________________________________
linux-dvb users mailing list
For V4L/DVB development, please use instead linux-media@vger.kernel.org
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on  HDchannels
@ 2009-07-19 11:00 Newsy Paper
  0 siblings, 0 replies; 10+ messages in thread
From: Newsy Paper @ 2009-07-19 11:00 UTC (permalink / raw)
  To: linux-media


is there any news about that topic? Did anyone find a solution? Also Orange @Atlantic Bird3 5W 11471 V 29950 2/3 8PSK suffers this problem.

--- Chris Silva <2manybills@gmail.com> schrieb am Sa, 14.2.2009:

> Von: Chris Silva <2manybills@gmail.com>
> Betreff: Re : [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on  HDchannels
> An: linux-media@vger.kernel.org
> Datum: Samstag, 14. Februar 2009, 23:46
> On Sat, Feb 14, 2009 at 10:34 PM,
> Chris Silva <2manybills@gmail.com>
> wrote:
> > On Fri, Feb 6, 2009 at 3:22 PM, Manu <eallaud@gmail.com>
> wrote:
> >>> Can you please send me a complete trace with
> the stb6100 and stb0899
> >>> modules loaded with verbose=5 for the 30MSPS
> transponder what you
> >>> are trying ? One simple szap would be enough
> (no scan please) based
> >>> on the http://jusst.de/hg/v4l-dvb tree.
> >>>
> >>> Before you start testing, start clean from a
> cold boot after a
> >>> powerdown. This makes it a bit more easier
> identify things.
> >>
> >> OK I did just that with latest multiproto on a
> 11495 MHz trnaposnder,
> >> DVB-S2, 30MS/s, FEC 5/6 which works using the
> provider's STB . I put
> >> the log in attachement. You will observe a lock is
> acquired really
> >> briefly and then nothing. Obtained using:
> >> szap2 -t 2
> >> I hope this can give you some data. Let me know if
> you need more info
> >> (like putting some more printksin the source).
> >> Bye
> >> Manu
> >>
> >
> > Sorry for the late reply, but the new list confuses
> the hell out of me
> > and I missed this message, somehow...
> >
> > Attached is a log file with the results of
> dvb-apps/szap on a 30000
> > 3/4 channel using a http://jusst.de/hg/v4l-dvb clean compile and cold
> > boot as recommended.
> >
> > Also loaded stb6100 and stb0899 with verbose=5
> >
> > Command line used and result:
> >
> >
> root@vdr:/usr/local/src/v4l-dvb_multi/dvb-apps/util/szap#
> ./szap -c
> > /video/channels.conf -n 7
> > reading channels from file '/video/channels.conf'
> > zapping to 7 '[006b]':
> > sat 0, frequency = 12012 MHz H, symbolrate 30000000,
> vpid = 0x1031,
> > apid = 0x1032 sid = 0x1004
> > using '/dev/dvb/adapter0/frontend0' and
> '/dev/dvb/adapter0/demux0'
> > status 00 | signal 7fb2 | snr 0000 | ber 00000000 |
> unc fffffffe |
> > status 00 | signal 7fb2 | snr 0000 | ber 00000000 |
> unc fffffffe |
> > [...]
> > status 00 | signal 7fb2 | snr 0000 | ber 00000000 |
> unc fffffffe |
> > status 00 | signal 7fb2 | snr 0000 | ber 00000000 |
> unc fffffffe |
> >
> > After that szapping to that problematic channel, I
> tried a DVB-S
> > channel, which locks without problems.
> >
> >
> root@vdr:/usr/local/src/v4l-dvb_multi/dvb-apps/util/szap#
> ./szap -c
> > /video/channels.conf -H -n 33
> > reading channels from file '/video/channels.conf'
> > zapping to 33 'FOX':
> > sat 0, frequency = 11617 MHz V, symbolrate 27500000,
> vpid = 0x1b30,
> > apid = 0x1b31 sid = 0x0000
> > using '/dev/dvb/adapter0/frontend0' and
> '/dev/dvb/adapter0/demux0'
> > status 00 | signal  49% | snr   0%
> | ber 0 | unc -2 |
> > status 1e | signal   0% |
> snr   0% | ber 0 | unc -2 | FE_HAS_LOCK
> >
> > Going to test your the same multiproto tree _with_
> both patches you
> > mentioned early on this thread.
> >
> > BTW, I can see all those channels just fine using a
> DM800 and the
> > provider original decoder with my subscription card.
> >
> > I'm positive that dish/lnb/connections aren't the
> problem.
> >
> > Thanks for taking the time to address this particular
> issue.
> >
> > Chris
> >
> 
> As promised, a log with the exact same conditions described
> above, but
> with increase_timeout.patch and fix_iterations.patch
> applied, referred
> to on this same thread.
> 
> Chris
> 


      

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-07-19 11:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-05  9:45 [linux-dvb] Re : Technotrend Budget S2-3200 Digital artefacts on HDchannels Newsy Paper
  -- strict thread matches above, loose matches on Subject: below --
2009-07-19 11:00 Newsy Paper
2009-02-05  9:49 Newsy Paper
2009-02-05  9:43 Newsy Paper
2009-01-26 14:40 [linux-dvb] " Newsy Paper
2009-01-26 15:39 ` Chris Silva
2009-01-26 15:41   ` Chris Silva
2009-01-26 15:44     ` Alex Betis
2009-01-26 15:51       ` Chris Silva
2009-01-26 16:08         ` Chris Silva
2009-01-26 16:19           ` Alex Betis
2009-01-26 17:50             ` Manu Abraham
     [not found]               ` <1232998154.24736.2@manu-laptop>
2009-01-27 19:56                 ` [linux-dvb] Re : " Manu Abraham
2009-01-27 20:37                   ` Alex Betis
2009-01-27 21:13                     ` Manu Abraham
2009-01-27 21:31                       ` Alex Betis
2009-02-02 16:44                       ` Jonas Kvinge
2009-02-02 22:43                       ` Chris Silva

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.