* [linux-dvb] DVB-C / DVB-T combo device multi mode driver
@ 2008-08-11 18:16 Antti Palosaari
2008-08-11 21:41 ` hermann pitton
0 siblings, 1 reply; 2+ messages in thread
From: Antti Palosaari @ 2008-08-11 18:16 UTC (permalink / raw)
To: linux-dvb
hello
I have a brand new Anysee E30 Combo Plus device. Device does have
ZL10353 DVB-T demodulator and TDA10023 DVB-C demodulator sharing one
Samsung tuner module. How I can handle this king of hardware? I see some
possibilities;
1) add module param for mode select
2) make driver register two adapters
3) use multiproto
I have already done first choice and it is working, but it is not very
user friendly. I tried second one but didn't found way to lock tuner.
Multiproto sounds like good decision but it is not ready yet. So what to
do? Implement as 1) and wait for 3). Implementation of 2) is not
possible without hacking current dvb-usb-framework?
Any ideas?
regards
Antti
--
http://palosaari.fi/
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-dvb] DVB-C / DVB-T combo device multi mode driver
2008-08-11 18:16 [linux-dvb] DVB-C / DVB-T combo device multi mode driver Antti Palosaari
@ 2008-08-11 21:41 ` hermann pitton
0 siblings, 0 replies; 2+ messages in thread
From: hermann pitton @ 2008-08-11 21:41 UTC (permalink / raw)
To: Antti Palosaari; +Cc: linux-dvb
Hi,
Am Montag, den 11.08.2008, 21:16 +0300 schrieb Antti Palosaari:
> hello
> I have a brand new Anysee E30 Combo Plus device. Device does have
> ZL10353 DVB-T demodulator and TDA10023 DVB-C demodulator sharing one
> Samsung tuner module. How I can handle this king of hardware? I see some
> possibilities;
> 1) add module param for mode select
> 2) make driver register two adapters
> 3) use multiproto
>
> I have already done first choice and it is working, but it is not very
> user friendly. I tried second one but didn't found way to lock tuner.
> Multiproto sounds like good decision but it is not ready yet. So what to
> do? Implement as 1) and wait for 3). Implementation of 2) is not
> possible without hacking current dvb-usb-framework?
>
> Any ideas?
>
> regards
> Antti
to keep it as simple as possible seems to me currently the best.
This way it should be less work to make it flow later with multiproto or
any other suitable for all solution coming in, instead everybody now
starts working on his own solution to make it more user friendly.
We have some dual frontend cards on the saa7134 driver and it is fairly
easy to deal with them.
Even the Medion Quad CTX944 with two saa7131e, two tda8275ac1 hybrid
DVB-T and analog TV tuners, two tda10046a for DVB-T and on the DVB-S
side two tda8263 and two tda10086 is fairly easy to handle.
The shared dual isl6405 LNB supply has some issues with the second DVB-S
frontend voltage settings, but this is the same on the m$ drivers and
out of range for these questions currently.
My two cents.
Cheers,
Hermann
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-11 21:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 18:16 [linux-dvb] DVB-C / DVB-T combo device multi mode driver Antti Palosaari
2008-08-11 21:41 ` hermann pitton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox