Posts by prilly

    Hi can you explain better this config
    Thanks


    Hi m8


    Add this line to oscam.conf to enable CSP port in oscam


    Code
    [csp]
    port                          = 14000


    port is changable :)


    And use domain/IP of your server and port to setup a normal csp connector
    then you shuld be ready for action :P



    NOTE:


    There has been an critical update to OScam AFTER SVN 6486, Cache engine has been changed to a new one, called reloaded.
    This makes SVN version earlier that SVN 6486 uncompatible with SVN version later than 6486
    so update oscam before atempting to use CacheEX


    Best regards
    Prilly

    weird stuff. is it a minimal install you have?



    i add the code from CLI in debian when i compile oscam from source, this are the depencies for smartreader support in oscam


    Code
    --   librt found (needed by libusb).
    -- Looking for libusb-1.0/libusb.h
    -- Looking for libusb-1.0/libusb.h - found
    --   static libusb 1.0 found (/usr/lib/libusb-1.0.a). Adding smartreader support


    i hope you get this working m8



    Prilly

    2012/03/05 22:53:04 925A6C8 r ERROR, you have specified 'protocol = smartreader' in oscam.server,
    2012/03/05 22:53:04 925A6C8 r recompile with SmartReader support.
    2012/03/05 22:53:04 925A6C8 r Cannot open device: 002:005



    Still getting this guys...ps why was my thread moved..i realise it might generate better help but i prefer to post in a section thats vip based only and if i choose to post in other sections i will...thanks


    Hi m8


    Are you still strugling with this?


    have you installed this?


    Code
    apt-get install libusb-dev
    apt-get install libusb-1.0

    I have done some experiments with CSP and cacheex


    if you have a CSP server and oscam you can make a very good setup here!


    what i did was this:


    setup CSP port in oscam, use CSP connector in CSP to push cache from csp to oscam


    then you can use cacheex in oscam to push it further to other oscam clients! or share, much more secure than giving direct access to csp.


    Prilly

    Hi guys!


    I think this is what you are searching for.


    Code
    apt-get install build-essential
    apt-get install libssl-dev libpcsclite-dev  
    apt-get install mercurial cvs subversion libncurses-dev
    apt-get install cmake
    apt-get install libusb-1.0


    if you compile yourself this can be good to have installed (debian 6)


    Code
    apt-get install patch ncurses-bin gcc g++ flex bison pkg-config libpng3
    apt-get install autoconf libccid automake libtool gettext make cmake
    apt-get install cvs subversion


    This is what i use, on my oscam debian servers. i included compile commands also



    To enable PCSC support


    Code
    apt-get install pcscd
    apt-get install pcsc-tools


    dont forget to install driver also





    Best Regards
    Prilly

    CCCam check script ( Replace with the right version which you use)


    Bash
    #!/bin/sh
    if ps x |grep -v grep |grep -c CCcam >/dev/null
    then
    echo "cccam... ok"
    else
    echo "cccam... restarting"
    /emu/cccam/CCcam_2.2.1 &
    fi


    Put it in /emu/script/ & chmod 755



    Hi guys.


    There you have the script


    how do you atend to run this script?


    i would sugest to put a line in /etc/crontab


    so you can run this script at say 5 min intervall


    Code
    */5 * * * *   root   /emu/script/restart.sh >/dev/null


    this line assumes you call the script restart.sh



    Best regards
    Prilly

    Hi guys!


    iam completly new at this forum and this is one of my first posts. Great forum by the way, has help me alot, and now iam trying to give something back to the community :)


    i have tested oscam and the cacheex modes there is, mode 1 - 2 - 3.


    at the tiem speaking i have multiple oscams runnig cacheex mode 2 and 3 as 1 is not recomended (oscam.cacheex) <----- if sombody have tested mode 1 with success iam happy to hear about it.


    iam throwing in a config exemple on cache exx mode 3 over camd35 UDP protocoll. as this mode only allow for cach exchange and not cardsharing.


    iam having great success with cacheex and it do the job very good. i have changed out my CSP server against this.



    example:


    CacheEX = Mode 3
    Protocol = camd35 UDP [cs357x]


    OBS: portforwarding needs 2 entry 1 for UDP and 1 for TCP


    oscam.conf
    camd35 - server


    Code
    [cs357x]
    port                          = 12000


    oscam.server
    Reader - cacheex




    oscam.user
    User for Oscam2 (two way connection)


    Code
    [account]
    user                          = USERNAME
    pwd                           = PASSWORD
    description                   = cacheex mode 3 camd35
    group                         = 1
    uniq                          = 3
    cacheex                       = 3
    allowedprotocols              = camd35


    This is config for a working two way setup


    it needs to be setup on both oscam (oscam1 and oscam 2)


    so the the reader of oscam1 is using user account of oscam2, and vice versa


    with this setup there os ONLY cahe and normal function (request ECM) wil not work. (CACH ONLY)



    If there is unclarity of how it works i can be of assisten of setting it up.


    Best regards
    Prilly


    PS: If you find this useful, please give me a thumbs up