Hi Steve and all who feel concerned (or already tried), Looking at your patch, you mentioned not supporting diseqc commands yet, but I suppose there's no problem sending such commands with NOVA-S-PLUS to feed the dish? >> ioctl(fd,FE_DISEQC_SEND_MASTER_CMD,&cmd); --Patch extract: +static int cx24123_send_diseqc_msg(struct dvb_frontend* fe, + struct dvb_diseqc_master_cmd *cmd) +{ + /* fixme: Implement diseqc */ + printk("%s: No support yet\n",__FUNCTION__); + + return -ENOTSUPP; +} TIA Fabien -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20051122/bde1f89c/attachment.htm