Hi, long time listener, first time caller
I'm contemplating getting a DVB-C PCI card and combining this with mythtv (which some dirty patching to provide the used PIDs to newcamd). It looks like I can use newcamd.i386 to do CA emulation on a fully-featured card, but the problem I can see is that I already have two DVB-T PCI cards in this machine which are assigned:
/dev/dvb/adapter0 and adapter1
Therefore, there is a good possibility that the new card would not end up at /dev/dvb/adapter0, and impossible if I were to add a second card.
The problem is that I can't see any way to specify the adapter number which newcamd should bind to; it seems to be hard-wired to adapter0.
There seem to be references to a value, adapterNo in libcamdio.h, but there is no reference to setting this in the newcamd.conf file or via a command line parameter.
Any ideas how I could specify this?