Newcs and cccam question

willegg

Inactive User
Joined
Apr 16, 2014
Messages
14
Reaction score
0
Hi All,

Can NewCS v1.67 and CCcam V 2.1.3 run at the same time on a Linux PC? Currruntly I have, NewCS is running but CCam is not.

My set up is:
Ubuntu 12.04
Ominkey card Reader 3121
Tuner Card Skystar 2 eXpress HD
NewCS v 1.67 (newcs.i686)
CCcam v 2.1.3 (CCcam.x86)

Everything running except CCcam. I can get access to NewCs menu via the browser.

When starting CCcam I get the following output:
12:59:24.274 CCcam: ================================================== ====================
12:59:24.275 CCcam: starting CCcam 2.1.3 compiled on Nov 14 2009@00:48:18
12:59:24.275 CCcam: ================================================== ====================
12:59:24.275 CCcam: online using nodeId 123456789
12:59:24.275 CCcam: dvb api3 detected
12:59:24.275 CCcam: create 1 cam device(s)
12:59:24.284 CCcam: readKeyfile: cannot open /var/keys/SoftCam.Key or not found
12:59:24.284 CCcam: readKeyfile: cannot open /var/keys/AutoRoll.Key or not found
12:59:24.284 CCcam: static cw not found or bad
12:59:24.284 CCcam: parsed 0 entries from /var/etc/CCcam.prio
12:59:24.284 CCcam: readProviderfile: cannot open /var/etc/CCcam.providers or not found
12:59:24.284 CCcam: readChannelList: cannot open /var/etc/CCcam.channelinfo or not found
12:59:24.284 CCcam: server started on port 12000
12:59:27.286 CCcam: no working cam devices, no need to start pmthandler

When I check using ps -ef | grep ccc, there are no processes, Ican see the newcs process

My news.xml file is:
<?xml version="1.0"?>
<newCSconfig>
<globals>
<!-- valid value for listening-ip are:
IPv4 adress of local interface. -->
<listening-ip>123.123.123.123</listening-ip>
</globals>
<readers name="Standard Omnikey on PC">
<device>
<name>Omnikey</name>
<type>pcsc</type>
<mhz>368</mhz>
<node>0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<boxkey>00000000</boxkey>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<blockC0>Yes</blockC0>
<carddetect>Yes</carddetect>
<newcamd_port>32132</newcamd_port>
<autosid>Yes</autosid>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>No</enabled>
<port>10001</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>admin</name>
<password>admin</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>NewCSpwd</password>
<mode>simple</mode>
<level>internal</level>
<type>all</type>
<output>console,tcp</output>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<rate>0</rate>
<status>access</status>
<name>cccam</name>
<password>cccam</password>
<au>on</au>
<sidoverride>off</sidoverride>
<spider>No</spider>
<cardlevel>1</cardlevel>
</user>
</newcamdserver>
</newCSconfig>

my CCcam.cfg file is:
SERVER LISTEN PORT: 12000
N:123.123.123.123 32132 cccam cccam 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
F: cccam cccam 0 0 0 { 0:0:1 }

Any help and advice would be greatly appreciated

Thanks
 
Back
Top