public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* "new" tt s-1500 diseqc
@ 2011-04-28 15:42 Jan
  2011-04-30  2:24 ` Oliver Endriss
  0 siblings, 1 reply; 3+ messages in thread
From: Jan @ 2011-04-28 15:42 UTC (permalink / raw)
  To: linux-media

Dear list,

I try to get the "new" tt-1500 model using the BSBE1-D01A tuner to work with a diseqc switch.

Currently I am working with a Gentoo 2.6.36 kernel patched with this patch 
(http://www.mail-archive.com/linux-media@vger.kernel.org/msg29871.html) by Oliver Endriss. This runs 
great if the card is directly connected to the dish.

Once connected trough a diseqc switch dvblast-1.2.0 no longer gets a lock. Where this was possible 
when using the "old" tt-1500 using the BSBE1-502A tuner.

Does anyone have the "new" tt-1500 working using a diseqc switch?

Regards,

Jan

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

* Re: "new" tt s-1500 diseqc
  2011-04-28 15:42 "new" tt s-1500 diseqc Jan
@ 2011-04-30  2:24 ` Oliver Endriss
  2011-05-02  7:50   ` Jan
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Endriss @ 2011-04-30  2:24 UTC (permalink / raw)
  To: Jan; +Cc: linux-media

On Thursday 28 April 2011 17:42:31 Jan wrote:
> I try to get the "new" tt-1500 model using the BSBE1-D01A tuner to work with a diseqc switch.
> 
> Currently I am working with a Gentoo 2.6.36 kernel patched with this patch 
> (http://www.mail-archive.com/linux-media@vger.kernel.org/msg29871.html) by Oliver Endriss. This runs 
> great if the card is directly connected to the dish.
> 
> Once connected trough a diseqc switch dvblast-1.2.0 no longer gets a lock. Where this was possible 
> when using the "old" tt-1500 using the BSBE1-502A tuner.
> 
> Does anyone have the "new" tt-1500 working using a diseqc switch?

Yes, I verified that DiSEqC works with this card,
before I submitted the patch.

You need the latest version of the stv0288 frontend driver.

The DiSEqC bug was fixed in this commit:

commit 352a587ccdd4690b4465e29fef91942d8c94826d
Author: Malcolm Priestley <tvboxspy@gmail.com>
Date:   Sun Sep 26 15:16:20 2010 -0300

    [media] DiSEqC bug fixed for stv0288 based interfaces

    Fixed problem with DiSEqC communication. The message was wrongly modulated,
    so the DiSEqC switch was not work.

    This patch fixes DiSEqC messages, simple tone burst and tone on/off.
    I verified it with osciloscope against the DiSEqC documentation.

    Interface: PCI DVB-S TV tuner TeVii S420
    Kernel: 2.6.32-24-generic (UBUNTU 10.4)

    Signed-off-by: Josef Pavlik <josef@pavlik.it>
    Tested-by: Malcolm Priestley <tvboxspy@gmail.com>
    Cc: Igor M. Liplianin <liplianin@me.by>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>


HTH,
Oliver

-- 
----------------------------------------------------------------
VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/
4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem-mod/
Full-TS Mod: http://www.escape-edv.de/endriss/dvb-full-ts-mod/
----------------------------------------------------------------

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

* Re: "new" tt s-1500 diseqc
  2011-04-30  2:24 ` Oliver Endriss
@ 2011-05-02  7:50   ` Jan
  0 siblings, 0 replies; 3+ messages in thread
From: Jan @ 2011-05-02  7:50 UTC (permalink / raw)
  To: linux-media

Thanks Oliver for pointing this out.

After applying the patch I managed to get the card working.

On 4/30/11 4:24 AM, Oliver Endriss wrote:
> On Thursday 28 April 2011 17:42:31 Jan wrote:
>> I try to get the "new" tt-1500 model using the BSBE1-D01A tuner to work with a diseqc switch.
>>
>> Currently I am working with a Gentoo 2.6.36 kernel patched with this patch
>> (http://www.mail-archive.com/linux-media@vger.kernel.org/msg29871.html) by Oliver Endriss. This runs
>> great if the card is directly connected to the dish.
>>
>> Once connected trough a diseqc switch dvblast-1.2.0 no longer gets a lock. Where this was possible
>> when using the "old" tt-1500 using the BSBE1-502A tuner.
>>
>> Does anyone have the "new" tt-1500 working using a diseqc switch?
>
> Yes, I verified that DiSEqC works with this card,
> before I submitted the patch.
>
> You need the latest version of the stv0288 frontend driver.
>
> The DiSEqC bug was fixed in this commit:
>
> commit 352a587ccdd4690b4465e29fef91942d8c94826d
> Author: Malcolm Priestley<tvboxspy@gmail.com>
> Date:   Sun Sep 26 15:16:20 2010 -0300
>
>      [media] DiSEqC bug fixed for stv0288 based interfaces
>
>      Fixed problem with DiSEqC communication. The message was wrongly modulated,
>      so the DiSEqC switch was not work.
>
>      This patch fixes DiSEqC messages, simple tone burst and tone on/off.
>      I verified it with osciloscope against the DiSEqC documentation.
>
>      Interface: PCI DVB-S TV tuner TeVii S420
>      Kernel: 2.6.32-24-generic (UBUNTU 10.4)
>
>      Signed-off-by: Josef Pavlik<josef@pavlik.it>
>      Tested-by: Malcolm Priestley<tvboxspy@gmail.com>
>      Cc: Igor M. Liplianin<liplianin@me.by>
>      Signed-off-by: Mauro Carvalho Chehab<mchehab@redhat.com>
>
>
> HTH,
> Oliver
>

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

end of thread, other threads:[~2011-05-02  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-28 15:42 "new" tt s-1500 diseqc Jan
2011-04-30  2:24 ` Oliver Endriss
2011-05-02  7:50   ` Jan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox