* [linux-dvb] cx24116 & roll-off factor = auto
@ 2009-01-23 17:58 Goga777
2009-01-23 18:59 ` Christophe Thommeret
0 siblings, 1 reply; 8+ messages in thread
From: Goga777 @ 2009-01-23 17:58 UTC (permalink / raw)
To: linux-dvb
Hi
does support cx24116 the roll-off factor = auto ?
Goga
_______________________________________________
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] 8+ messages in thread
* Re: [linux-dvb] cx24116 & roll-off factor = auto
2009-01-23 17:58 [linux-dvb] cx24116 & roll-off factor = auto Goga777
@ 2009-01-23 18:59 ` Christophe Thommeret
2009-01-23 19:49 ` Goga777
0 siblings, 1 reply; 8+ messages in thread
From: Christophe Thommeret @ 2009-01-23 18:59 UTC (permalink / raw)
To: linux-dvb, linux-media
Le vendredi 23 janvier 2009 18:58:54 Goga777, vous avez écrit :
> Hi
>
> does support cx24116 the roll-off factor = auto ?
no
--
Christophe Thommeret
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] cx24116 & roll-off factor = auto
2009-01-23 18:59 ` Christophe Thommeret
@ 2009-01-23 19:49 ` Goga777
2009-01-23 19:51 ` Alex Betis
2009-01-23 19:52 ` Christophe Thommeret
0 siblings, 2 replies; 8+ messages in thread
From: Goga777 @ 2009-01-23 19:49 UTC (permalink / raw)
To: linux-dvb
> > does support cx24116 the roll-off factor = auto ?
>
> no
who should be care about of corrected roll-off factor which have to send to cx24116 - the drivers or user software ? does
roll-off factor = 0,35 good for 99% dvb-s2 channels ?
Goga
_______________________________________________
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] 8+ messages in thread
* Re: [linux-dvb] cx24116 & roll-off factor = auto
2009-01-23 19:49 ` Goga777
@ 2009-01-23 19:51 ` Alex Betis
2009-01-23 21:44 ` Goga777
2009-01-23 19:52 ` Christophe Thommeret
1 sibling, 1 reply; 8+ messages in thread
From: Alex Betis @ 2009-01-23 19:51 UTC (permalink / raw)
To: linux-media; +Cc: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1313 bytes --]
On Fri, Jan 23, 2009 at 9:49 PM, Goga777 <goga777@bk.ru> wrote:
> > > does support cx24116 the roll-off factor = auto ?
> >
> > no
>
> who should be care about of corrected roll-off factor which have to send to
> cx24116 - the drivers or user software ? does
> roll-off factor = 0,35 good for 99% dvb-s2 channels ?
Driver interface allows specifying AUTO value for most of the parameters.
User application has no idea what card is used and what driver is running.
Since there are other drivers/chipsets that can handle AUTO setting, I don't
see any reason why application should not use it.
For example, DVB-S uses only rolloff = 0.35, so if the driver knows that the
chip can't accept auto value, it should use 0.35 value by default in that
case.
Beside all that, there is a bigger problem that pops up with cx24116 chips
using S2API.
When specifying AUTO value for any of the parameters the driver fails the
tuning, but the application knows nothing about it, so it thinks that
current received stream is from the new channel, while its not true.
>
> Goga
>
>
>
> _______________________________________________
> 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: 2022 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] 8+ messages in thread
* Re: [linux-dvb] cx24116 & roll-off factor = auto
2009-01-23 19:49 ` Goga777
2009-01-23 19:51 ` Alex Betis
@ 2009-01-23 19:52 ` Christophe Thommeret
1 sibling, 0 replies; 8+ messages in thread
From: Christophe Thommeret @ 2009-01-23 19:52 UTC (permalink / raw)
To: linux-dvb, linux-media
Le vendredi 23 janvier 2009 20:49:24 Goga777, vous avez écrit :
> > > does support cx24116 the roll-off factor = auto ?
> >
> > no
>
> who should be care about of corrected roll-off factor which have to send to
> cx24116 - the drivers or user software ? does roll-off factor = 0,35 good
> for 99% dvb-s2 channels ?
The scanning app should get the rolloff factor.
Yes, 0.35 is most likely.
--
Christophe Thommeret
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] cx24116 & roll-off factor = auto
2009-01-23 19:51 ` Alex Betis
@ 2009-01-23 21:44 ` Goga777
2009-01-23 22:07 ` Christophe Thommeret
0 siblings, 1 reply; 8+ messages in thread
From: Goga777 @ 2009-01-23 21:44 UTC (permalink / raw)
To: linux-dvb; +Cc: linux-media
> For example, DVB-S uses only rolloff = 0.35, so if the driver knows that the
> chip can't accept auto value, it should use 0.35 value by default in that
> case.
good idea. Anybody against ?
Goga
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [linux-dvb] cx24116 & roll-off factor = auto
2009-01-23 21:44 ` Goga777
@ 2009-01-23 22:07 ` Christophe Thommeret
2009-01-24 8:07 ` Re[2]: " Goga777
0 siblings, 1 reply; 8+ messages in thread
From: Christophe Thommeret @ 2009-01-23 22:07 UTC (permalink / raw)
To: linux-dvb, linux-media
Le vendredi 23 janvier 2009 22:44:35 Goga777, vous avez écrit :
> > For example, DVB-S uses only rolloff = 0.35, so if the driver knows that
> > the chip can't accept auto value, it should use 0.35 value by default in
> > that case.
>
> good idea. Anybody against ?
That's already the case with cx24116, 0.35 is used for dvb-s
--
Christophe Thommeret
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re[2]: [linux-dvb] cx24116 & roll-off factor = auto
2009-01-23 22:07 ` Christophe Thommeret
@ 2009-01-24 8:07 ` Goga777
0 siblings, 0 replies; 8+ messages in thread
From: Goga777 @ 2009-01-24 8:07 UTC (permalink / raw)
To: Christophe Thommeret; +Cc: linux-dvb, linux-media
> Le vendredi 23 janvier 2009 22:44:35 Goga777, vous avez Иcrit :
> > > For example, DVB-S uses only rolloff = 0.35, so if the driver knows that
> > > the chip can't accept auto value, it should use 0.35 value by default in
> > > that case.
> >
> > good idea. Anybody against ?
>
> That's already the case with cx24116, 0.35 is used for dvb-s
already has been done with cx24116 ? It's strange because I can see in cx24116 debug logs the messages like this
unsupported rolloff selected (3)
for dvb-s
Goga
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-01-24 8:16 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-23 17:58 [linux-dvb] cx24116 & roll-off factor = auto Goga777
2009-01-23 18:59 ` Christophe Thommeret
2009-01-23 19:49 ` Goga777
2009-01-23 19:51 ` Alex Betis
2009-01-23 21:44 ` Goga777
2009-01-23 22:07 ` Christophe Thommeret
2009-01-24 8:07 ` Re[2]: " Goga777
2009-01-23 19:52 ` Christophe Thommeret
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox