* [linux-dvb] How to determine DVB-S2 capability in S2API?
@ 2008-11-22 15:43 Klaus Schmidinger
2008-11-22 17:37 ` Christophe Thommeret
2008-11-23 9:11 ` Michel Verbraak
0 siblings, 2 replies; 5+ messages in thread
From: Klaus Schmidinger @ 2008-11-22 15:43 UTC (permalink / raw)
To: linux-dvb
I'm currently adopting the patch that makes VDR use S2API,
but I can't figure out how an application is supposed to find out
whether a DVB device is DVB-S or DVB-S2.
Clearly I must be missing something, since S2API is said to be
"technically superior" than the "multiproto" API (where, BTW,
this was no problem at all ;-).
Klaus
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-dvb] How to determine DVB-S2 capability in S2API?
2008-11-22 15:43 [linux-dvb] How to determine DVB-S2 capability in S2API? Klaus Schmidinger
@ 2008-11-22 17:37 ` Christophe Thommeret
2008-11-23 10:59 ` Klaus Schmidinger
2008-11-23 9:11 ` Michel Verbraak
1 sibling, 1 reply; 5+ messages in thread
From: Christophe Thommeret @ 2008-11-22 17:37 UTC (permalink / raw)
To: linux-dvb
Le samedi 22 novembre 2008 16:43:07 Klaus Schmidinger, vous avez écrit :
> I'm currently adopting the patch that makes VDR use S2API,
> but I can't figure out how an application is supposed to find out
> whether a DVB device is DVB-S or DVB-S2.
This bit is missing in current api.
Will be added soon, i guess asa someone provides a patch :)
A that time, i solve that with a user toggleable "S2 capable device" ui
option.
--
Christophe Thommeret
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-dvb] How to determine DVB-S2 capability in S2API?
2008-11-22 17:37 ` Christophe Thommeret
@ 2008-11-23 10:59 ` Klaus Schmidinger
0 siblings, 0 replies; 5+ messages in thread
From: Klaus Schmidinger @ 2008-11-23 10:59 UTC (permalink / raw)
To: linux-dvb
On 22.11.2008 18:37, Christophe Thommeret wrote:
> Le samedi 22 novembre 2008 16:43:07 Klaus Schmidinger, vous avez écrit :
>> I'm currently adopting the patch that makes VDR use S2API,
>> but I can't figure out how an application is supposed to find out
>> whether a DVB device is DVB-S or DVB-S2.
>
> This bit is missing in current api.
> Will be added soon, i guess asa someone provides a patch :)
> A that time, i solve that with a user toggleable "S2 capable device" ui
> option.
Considering that the "multiproto" API did think of handling this,
I really don't understand why the "technologically superior" *S2*API
didn't even think of this.
Requiring the user to configure this is a workaround that even
more disqualifies the decision to go S2API.
But anyway, it looks like we're stuck with this inferior API, so
I've posted a patch that adds this capability. Let's hope it gets
adopted - VDR 1.7.2 will require it, anyway.
Klaus
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-dvb] How to determine DVB-S2 capability in S2API?
2008-11-22 15:43 [linux-dvb] How to determine DVB-S2 capability in S2API? Klaus Schmidinger
2008-11-22 17:37 ` Christophe Thommeret
@ 2008-11-23 9:11 ` Michel Verbraak
2008-11-23 12:04 ` Andreas Oberritter
1 sibling, 1 reply; 5+ messages in thread
From: Michel Verbraak @ 2008-11-23 9:11 UTC (permalink / raw)
To: linux-dvb
Klaus Schmidinger schreef:
> I'm currently adopting the patch that makes VDR use S2API,
> but I can't figure out how an application is supposed to find out
> whether a DVB device is DVB-S or DVB-S2.
>
> Clearly I must be missing something, since S2API is said to be
> "technically superior" than the "multiproto" API (where, BTW,
> this was no problem at all ;-).
>
> Klaus
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
>
Klaus,
I have the same problem with diseqc version. There is no request we can
do to determine which version is supported by te device. This was
allready missing in V3 of the API.
Michel.
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-dvb] How to determine DVB-S2 capability in S2API?
2008-11-23 9:11 ` Michel Verbraak
@ 2008-11-23 12:04 ` Andreas Oberritter
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Oberritter @ 2008-11-23 12:04 UTC (permalink / raw)
To: Michel Verbraak; +Cc: linux-dvb
Michel Verbraak wrote:
> I have the same problem with diseqc version. There is no request we can
> do to determine which version is supported by te device. This was
> allready missing in V3 of the API.
FE_DISEQC_RECV_SLAVE_REPLY sets errno to EOPNOTSUPP if DiSEqC 2.x is
not supported by the device driver. Set slave_reply->timeout to 0 to
avoid blocking.
Have you ever seen a switch, LNB, motor or other satellite equipment
which actually provides useful data via DiSEqC 2.x?
Regards,
Andreas
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-11-23 12:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22 15:43 [linux-dvb] How to determine DVB-S2 capability in S2API? Klaus Schmidinger
2008-11-22 17:37 ` Christophe Thommeret
2008-11-23 10:59 ` Klaus Schmidinger
2008-11-23 9:11 ` Michel Verbraak
2008-11-23 12:04 ` Andreas Oberritter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox