Hello Peter,
could you please apply these two small patches to the CVS:
--- budget-core.c.original Wed Jan 15 21:27:57 2003I admit that I don't know the hardware, but doesn't the DVB_CARD_TT_BUDGET_CI provide diseqc stuff?
+++ budget-core.c Wed Jan 15 21:23:01 2003
@@ -309,7 +309,8 @@
budget->registered=1;
/* init DiSEqC stuff */
- dvb_add_frontend_ioctls (budget->dvb_adapter, budget_diseqc_ioctl, NULL, budget);
+ if(budget->card->type==DVB_CARD_TT_BUDGET)
+ dvb_add_frontend_ioctls (budget->dvb_adapter, budget_diseqc_ioctl, NULL, budget);
struct budget_info ttbci_info = { .name = "TT-Budget/WinTV-NOVA-CI PCI", - .type = DVB_CARD_TT_BUDGET, + .type = DVB_CARD_TT_BUDGET_CI,
Ok, my fault. CU Michael. -- Info: To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.