Posts by Skugge

    Hello Master G, Thank you so much for answering!


    I updated my post with a few # tags in the config.conf for the client.

    Is the config.conf for client the most like the settings as for the main box?


    Can you see any errors in my config settings?
    Reason I'm asking this is that my system currently running 2 dreamboxes with CCcam share, and want the transition to OScam to go a little smoother regarding downtime.


    Regards

    Skugge

    Hello LinuxSat folk


    I could really use some help in setting up the config files for OScam. I've been reading up on the subject and tried to make some config files that I hope someone can correcting them to work.


    My setup looks like this: 4 Dreamboxes sharing 1 conax card Canal Digital internal in house.

    Dreambox 1 Main with IP 192.168.1.8

    Dreambox 2 Client with IP 192.168.1.9

    Dreambox 3 Client with IP 192.168.1.10

    Dreambox 4 Client with IP 192.168.1.11



    Questions at this stage:

    How would oscam.conf look like on a client dreambox?

    Do I need AU settings on all dreamboxes?

    What is the diffence in protocols dvbapi vs cs357x, which is better for Canal Digital?



    Huge thanks in advance for help with this!


    Regards

    Skugge


    Here is my cut and paste config files:


    Main Dreambox files


    oscam.conf


    [global]

    Nice = -1

    WaitForCards = 1

    PreferLocalCards = 1

    saveinithistory = 1

    logfile = /tmp/oscam.log

    maxlogsize = 1000


    [monitor]

    port = 988

    nocrypt = 127.0.0.1

    aulow = 120

    hideclient_to = 10

    monlevel = 4

    appendchaninfo = 1


    [webif]

    httpport = 8080

    httpuser = oscam

    httppwd = oscam

    httprefresh = 5

    httpallowed = 127.0.0.1,192.168.1.1-192.168.1.150


    [cs357x]

    port = 27550


    [dvbapi]

    enabled =1

    boxtype = dreambox

    user = localuser

    au = 1

    pmt_mode = 0


    oscam.server


    [reader]

    label = canaldigital

    enable = 1

    protocol = internal

    device = /dev/sci0

    caid = 0b00

    detect = cd

    mhz = 357

    cardmhz = 2700

    group = 1

    audisabled = 0

    emmcache = 1,3,2,0

    blockemm-unknown = 1

    blockemm-g = 1


    oscam.user


    [account]

    user = dreambox1

    pwd = password1

    description = *****

    disabled = 0

    hostname = 192.168.1.9,27550

    allowedprotocols = cs357x

    uniq = 1

    monlevel = 4

    group = 1

    # au = canaldigital

    caid = 0b00


    [account]

    user = dreambox2

    pwd = password2

    description = ******

    disabled = 0

    hostname = 192.168.1.10,27550

    allowedprotocols = cs357x

    uniq = 1

    monlevel = 4

    group = 1

    # au = canaldigital

    caid = 0b00


    [account]

    user = dreambox3

    pwd = password3

    description = *****

    disabled = 0

    hostname = 192.168.1.11,27550

    allowedprotocols = cs357x

    uniq = 1

    monlevel = 4

    group = 1

    # au = canaldigital

    caid = 0b00


    Client Dreambox file from one of 3 boxes


    oscam.conf (Edit Update)


    [global]

    Nice = -1

    WaitForCards = 1

    PreferLocalCards = 1

    saveinithistory = 1

    logfile = /tmp/oscam.log

    maxlogsize = 1000


    [monitor]

    port = 988

    nocrypt = 127.0.0.1

    aulow = 120

    hideclient_to = 10

    monlevel = 4

    appendchaninfo = 1


    [webif]

    httpport = 8080

    httpuser = oscam

    httppwd = oscam

    httprefresh = 5

    httpallowed = 127.0.0.1,192.168.1.1-192.168.1.150


    [cs357x]

    port = 27550


    [dvbapi]

    enabled =1

    boxtype = dreambox

    #user = localuser

    #au = 1

    #pmt_mode = 0


    oscam.server


    [reader]

    label = canaldigital

    enable = 1

    protocol = cs357x

    device = 192.168.1.8,27550

    user = dreambox1

    password = password1

    group = 1

    reconnecttimeout = 20

    lb_weight = 100