Hi, I don't want to hijack this thread, but I have the same situation, with a slightly different setup. So I hope it is OK for me to post here. If not just tell me so I can start a new thread.
My setup: Linux ClearOS (Centos) 5.4 running oscam-1.20-unstable_svn-r8621. I watch TV from my DM600-PVR running CCcam 2.1.4. Connecting with N: line to Oscam server. I have 3 lines, 3 ports to connect to, 3 cards in my server. One cards is out now (not active right now), 2 cards in the running CD NL + CD NO. All channels are working fine, both FTA and paid.
The issue is that I see no EMMs coming to CD NO. the card for CD NL is receiving EMMs several times a day and in entitlement on the Oscam server I see the management and expire date are up to date. On CD NO I see the entitlements, but the card is never updated. Once a month I need to put it in the original CD NO tuner to have it updated.
My files:
oscam.conf:
# oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r8621
# Read more: http://www.streamboard.tv/svn/…on/doc/txt/oscam.conf.txt
[global]
logfile = 1
disableuserfile = 0
nice = -10
maxlogsize = 0
preferlocalcards = 1
dropdups = 1
block_same_ip = 0
block_same_name = 0
usrfile = /usr/local/etc/harry_oscam_log
[anticasc]
enabled = 1
numusers = 1
samples = 5
aclogfile = ./oscam_ac.log
fakedelay = 1000
denysamples = 4
[newcamd]
port = 34000@093E:000000;34001@0100:00006A;34002@0B00:000000
key = 0102030405060708091011121314
keepalive = 1
[cccam]
port = 12000
nodeid = 32B2431D106413EC
version = 2.1.4
reshare = 0
[dvbapi] ## Section required only if OSCam will also be used as client!
#
# If you want to use OScam for watching TV (not only for reading cards)
# you need to add these lines to oscam.conf FILE: [dvbapi] enabled = 1 au = 1
# boxtype = ...
#
# As with typical clients, oscam's dvbapi can send emm's to your cards to update it.
# Its not required though, you can also have CC-Cam on your receiver, and connect to a
# remote Oscam to update your card there.
#
enabled = 0
au = 1
user = DM600-PVR
boxtype = pc
reopenonzap = 1
[webif]
httpport = 8888
httpuser = oscam
httppwd = oscam
httprefresh = 5
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
hideclient_to = 15
oscam.user
# oscam.user generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r8621
# Read more: http://www.streamboard.tv/svn/…on/doc/txt/oscam.user.txt
[account]
user = DM600-PVR
pwd = xxxxxxxxx
description = Dreambox DM600-PVR
keepalive = 0
au = 1
group = 1
numusers = 1
cccmaxhops = 0
cccreshare = 0
oscam.server
# oscam.server generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r8621
# Read more: http://www.streamboard.tv/svn/…/doc/txt/oscam.server.txt
[reader]
label = usb_cd_no
protocol = mouse
device = /dev/ttyUSB0
smargopatch = 1
caid = 0B00
detect = cd
ident = 0B00:000000
group = 1
emmcache = 1,1,15
[reader]
label = usb_cd_nl
protocol = mouse
device = /dev/ttyUSB1
smargopatch = 1
caid = 0100
detect = cd
cardmhz = 500
ident = 0100:00006A
group = 1
emmcache = 1,1,15
lb_weight = 1000
ratelimitecm = 4
ratelimitseconds = 11
Then there is the oscam.services, -srvid and -provid, but I guess that is not important here. Let me know if it is relevant.
On my DM600-PVR I use only the basic conf file and have these N. lines:
N: 192.168.11.53 34000 DM600-PVR xxxxxxxxx 01 02 03 04 05 06 07 08 09 10 11 12 13 14 # test VIA-NO OScam PC
N: 192.168.11.53 34001 DM600-PVR xxxxxxxxx 01 02 03 04 05 06 07 08 09 10 11 12 13 14 # test CD_NL OScam PC
N: 192.168.11.53 34002 DM600-PVR xxxxxxxxx 01 02 03 04 05 06 07 08 09 10 11 12 13 14 # test CD_NO OScam PC
Is there anyone out there that can see why my CD NO card is not updating? Thank you in advance for your time ;o)