Posts by bossonaro

    Hello Jokosat,
    Thanks for you atention.


    Then, I use CCCam and it runs correctly. The N Line runs in 12345 port with no problems.
    In CCCam.cfg:

    Code
    ...
    F: cccam cccam
    F: test test
    N: test.dyndns.org 12345 user pwd 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    ...


    It runs ok, but I would like to use this N Line in OSCam, then I put this below in oscam.server

    Code
    [reader]
    label                         = test.dyndns.org
    protocol                      = newcamd
    device                        = test.dyndns.org,12345
    key                           = 0102030405060708091011121314
    user                          = user
    password                      = pwd
    #inactivitytimeout            = 1
    connectoninit                 = 1
    group                         = 1


    Using it, I can see in oscam web manager that this reader is connected correctly.


    After that, I use F Line to generate users accounts in oscam.user


    Code
    [account]
    user = test
    pwd = test
    monlevel = 0
    uniq = 0
    group = 1


    Then, I configure the box. Using this user and password I can see in oscam web manager that this user is connected correctly.


    Now I have a problem. The OSCam not reshare keys even if reader and user are connected.
    I need some especific configuration?


    Thanks so much

    Hello,
    I would like to config OSCAM to test.
    I have a header and my Oscam conect into this one.
    I created a user and this one conect my Oscam Server.
    Both are connected but no reshare.
    How config to reshare using Oscam? How to do?


    oscam.conf


    oscam.server


    oscam.server

    Code
    #================================================================
    [account]
    user = cccam
    pwd = cccam
    monlevel = 0
    uniq = 0
    group = 1
    #================================================================


    Thanks
    Adriano


    - - - Updated - - -


    In time,
    I already reshare it using CCCam and I no have problem.
    I would like reshare using OSCam to verify if this one is faster than CCCam.
    In CCCam.cfg:
    [#=================================================================
    ...
    F: cccam cccam
    N: test.dyndns.org 12345 user pwd 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    ...
    [#=================================================================


    Thanks

    Hello,
    I put it:
    ===========================================
    ...
    SERIAL READER : /dev/ttyUSB0 smartreader+
    SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB0 3430000
    BOXKEY : /dev/ttyUSB0 F7 7F F1 12 3A
    ...
    ===========================================


    And I got this return:


    ===========================================
    ...
    20:00:36.132 CCcam: nagra card found
    20:00:37.230 CCcam: nds card found
    20:00:37.235 CCcam: card init fail
    ...
    ===========================================


    How make BOXKEY ?
    I have used CA Id of receiver but it is 12 digits. I out it in hexadecimal and get 10 digits.
    Is it correct?

    Hello,


    I'm learning about Cccam and I installed the version 2.3 on Debian 8 using a script of this site.
    So far everything is okay, but I need a model CCcam.cfg file to read a card Smargo and share to my home clients.


    Can someone help me?


    Some informations:


    Code
    root@debian8:/dev# lsusb
    ...
    Bus 004 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
    ...


    and


    Code
    root@debian8:/dev# ls
    ...
    sda1
    stdin
    tty1
    tty2
    ---
    serial
    ...


    Thanks


    Adriano