I have had a quick look around, and can't find anything that confirms or dismisses this, but I would point out as far as I am aware CCCam is no longer maintained unlike OSCam which is continually receiving updates.
Even if you have to use oscam, you will only need to configure a few files
oscam.server
#This will setup the actual reader of your card
[reader]
label = upper #give it a name
enable = 1 #Unless you are not using this reader this will always be one
protocol = internal #If you are running the card in your receiver
device = /dev/sci0 #this denotes the upper card reader sci0 for lowest
caid = #You will need to find out what this is for your card
oscam.user
[account]
user = linuxsat
pwd = support
description = cccam
disabled = 0
group =1
[account]
user = dvapiaccount
password =
enabled = 1
oscam.conf
[global]
nice = -1
maxlogsize = 2048
preferlocalcards = 1
saveinithistory = 1
[monitor]
port = 988
nocrypt = 127.0.0.1,10.0.0.1-10.255.255.255
aulow = 120
[newcamd]
port = #PORT@CAID,PROVID
key = 0102030405060708091011121314
[dvbapi]
enabled = 1
au = 1
boxtype = dreambox
user = dvapiuser
[webif]
httpport = 8888
httpuser = admin
httppwd = admin
httprefresh = 10
httpallowed = 0.0.0.0-255.255.255.0
in cccam.cfg
you will need an N line
N: 127.0.0.1 PORT linuxsat support 01 02 03 04 05 06 07 08 09 10 11 12 13 14
Im not saying this is exact or complete, but should give you a building block, also for more info see - http://linuxsat-support.com/os…-connect-oscam-cccam.html
Backup your current setup and give it a try, good luck.
