Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: support diseqc-2.0 switches
Hi,
I just spent a couple hours writing a program to handle diseqc parsing.
I successfully sent the diseqc command (or I believe I did) and then set
struct dvb_diseqc_slave_reply rep;
memset(&rep, 0, sizeof(rep);
rep.timeout = 100;
ioctl(fd, FE_DISEQC_SLAVE_REPLY, &rep);
I got
operation not supported
that's right, isn't it? I've got the stv0299 demodulator like you say.
_J
In the new year, Robert Schlabbach wrote:
> From: "Andrew de Quincey" <adq_dvb@lidskialf.net>
> > The hardware and APIs should already support it -
>
> Huh? AFAIK, the STV0229B has no means to receive any DiSEqC responses, and
> since that demodulator is used on most current cards, I'd say the hardware
> does NOT support it.
>
> Do you know of any DVB-S demodulator which supports bidirectional DiSEqC
> commands, and that is already used on receiver cards for PCs?
>
> Regards,«
> --
> Robert Schlabbach
> e-mail: robert_s@gmx.net
> Berlin, Germany
>
>
>
>
> --
> Info:
> To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
>
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index