Posts by joey

    I got a dm500s with oscam and using internal crad reader. Trying to add another dm500s as an external card reader to oscam but struggling to get it working.


    My server file is:


    [reader]
    label = ***uk
    enable = 1
    protocol = internal
    device = /dev/sci0
    caid = 0963
    detect = cd
    mhz = 500
    cardmhz = 357
    ident = 0963:000000
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    lb_weight = 100



    [reader]
    label = ***uk2
    enable = 1
    protocol = newcamd
    device = 192.168.1.102,13171
    key = 0102030405060708091011121314
    user = user1
    password = password1
    reconnecttimeout = 30
    fallback = 1
    caid = 0963
    ident = 0963:000000
    group = 2
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    lb_weight = 100



    i have forwarded port 13171 to my 2nd dm500s box and in newcamd.list:


    CWS_INCOMING_PORT = 13171
    CWS = server ip address 13171 user1 password1 0102030405060708091011121314



    In oscam info i get the error: expected MSG_CLIENT_2_SERVER_LOGIN_ACK (E1), received FF. Can anyone help?

    I can connect my openbox to csp server using nline with normal newcamd port but as soon as i change it to the extended -newcamd port, it connects for a short while and then disconnects. Something to do it with provider -idents missing for the profile.



    This is what i currently have in my config file:


    <ca-profiles>
    <default-des-key>01 02 03 04 05 06 07 08 09 10 11 12 13 14</default-des-key>
    <extended-newcamd listen-port="18770" debug="true"/>
    <profile name="***uk" ca-id="0963" network-id="0002" provider-idents="00 00 00"
    require-provider- match="true" enabled="true" debug="true">
    <newcamd listen-port="13101">
    <card-data type="config" ca-id="0963">
    <providers>00 00 00</providers></card-data></newcamd>
    <max-cw-wait>9</max-cw-wait>
    <filter-cards>provider</filter-cards>
    <services-file format="cccam" ca-id="0963" filter="000000">etc/CCcam.channelinfo</services-file>
    <max-cw-wait>9</max-cw-wait>
    </profile>
    </ca-profiles>



    <connection-manager>
    <reconnect-interval>60</reconnect-interval>
    <default-des-key>01 02 03 04 05 06 07 08 09 10 11 12 13 14</default-des-key>
    <default-keepalive-interval>55</default-keepalive-interval>
    <default-client-id>6D 67</default-client-id>


    <service-map>
    <mapper>
    <cache-dir>/cache</cache-dir>
    <cache-save-age>300</cache-save-age>
    <auto-map-services>true</auto-map-services>
    <auto-reset-threshold>20</auto-reset-threshold>
    </mapper>
    <mapper profile="***uk">
    <reset-services></reset-services>
    <block-services></block-services>
    </mapper>
    </service-map>


    <cws-connectors>


    <newcamd-connector name="***uk1" profile="***uk" network-id="0002"
    provider-idents="00 00 00" enabled="true" metric="1">
    <host>dyndns</host>
    <port>17361</port>
    <user>user1</user>
    <password>password1</password>
    <des-key>01 02 03 04 05 06 07 08 09 10 11 12 13 14</des-key>
    <asynchronous>true</asynchronous>
    </newcamd-connector>



    Any help very much appreciated.


    p.s: Also i get freezing testing the nline with the profile newcamd port, i am guessing that willl be sorted once clustered cache starts working.