On Saturday 28 May 2011 10:33:16 BjÃrn Mork wrote: > Marc Coevoet <marcc@xxxxxxxxx> writes: > > Op 27-05-11 21:48, Willem van Asperen schreef: > >> a) CAM support is currently not implemented for terratec HD > > > > For all cards? > > The CA code in the mantis driver isn't actually hooked into the driver > anywhere, so that't correct: No CAM will currently work with the > Terratec Cinergy C HD. > > Exported, but never called: > > bjorn@canardo:/usr/local/src/git/linux-2.6/drivers/media/dvb/mantis$ grep > mantis_ca_init *.c mantis_ca.c:int mantis_ca_init(struct mantis_pci > *mantis) > mantis_ca.c:EXPORT_SYMBOL_GPL(mantis_ca_init); Actually, doing this on s2-liplianin-41388e396e0f (the one I downloaded today) gets: $ grep mantis_ca_init *.c mantis_ca.c:int mantis_ca_init(struct mantis_pci *mantis) mantis_dvb.c: mantis_ca_init(mantis); And in the function __devinit mantis_dvb_init(struct mantis_pci *mantis) it actually says: ... dvb_net_init(&mantis->dvb_adapter, &mantis->dvbnet, &mantis->demux.dmx); tasklet_init(&mantis->tasklet, mantis_dma_xfer, (unsigned long) mantis); mantis_frontend_init(mantis); mantis_ca_init(mantis); return 0; ... So it seems that this mantis_ca_init call is actually made nowadays. I'll do some more digging -- check the /var/log/messages file for output of the mantis initialization -- and report back. Willem -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html