Hi List, I have the TT-budget S2-3200 card with CI Extension and have problem to get it work with my CAM module. I have tried different CI Extensions, different CI cables, different CAM modules, and also different computers but still without any success. I am using multiproto driver. Debugging the driver I have found the problem is in the following code: (budget-ci.c). 507 ci_version = ttpci_budget_debiread(&budget_ci->budget, DEBICICTL, DEBIADDR_CIVERSION, 1, 1, 0); 508 if ((ci_version & 0xa0) != 0xa0) { 509 result = -ENODEV; 510 goto error; 511 } it seems the driver expects the high nibble of ci_version to be 0xa but in my case, the ci_version is always zero. And because of this, the CA is not supported. Did anybody have this same problem? Or can somebody explains why this happens? Any help will be greatly appreciated. Regards, /Martin _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb