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" <[EMAIL PROTECTED]> > > 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: [EMAIL PROTECTED] > Berlin, Germany > > > > > -- > Info: > To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as > subject. > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
