Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Oscam-ubuntu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peremacedonia
    Experienced Board Member
    • Jun 2010
    • 872

    Oscam-ubuntu

    How to get OSCAM working on UBUNTU


    Code:

    cd /lib/
    sudo ln -s libcrypto.so.0.9.8e libcrypto.so.0.9.8
    sudo apt-get install yum
    cd /usr/local/bin/
    sudo apt-get install subversion
    sudo svn co http://oscam.ump2002.net/svn/oscam/trunk oscam-svn
    cd oscam-svn/
    sudo apt-get install cmake
    sudo mkdir build_dir
    cd build_dir
    sudo cmake /usr/local/bin/oscam-svn
    sudo make
    sudo make install

    now make your configuration files and place them in /usr/local/etc

    oscam.server
    Code:

    [reader]
    label = fx
    protocol = mouse
    detect = CD
    device = /dev/ttyUSB0
    mhz = 600
    EMMCache = 1,1,2
    Group = 1
    caid = 096c
    boxid = ********

    oscam.conf
    Code:

    [global]
    nice = -19
    WaitForCards = 1
    [monitor]
    port = 988
    aulow = 120
    monlevel = 0
    [newcamd]
    key = 0102030405060708091011121314
    port = 10000@096c:000000;

    oscam.user
    Code:

    [account]
    user = test
    pwd = test
    uniq = 1
    group = 1
    au = fx
    ident = 096c:000000
    caid = 096c

    now back to terminal:
    Code:

    sudo oscam -b

    now check /var/log/oscam.log for the news..

    also,

    to calculate boxkey for the new orange sub:
    1. get your 11 digit box serial (101*******5)
    2. remove the last digit ONLY (101*******) and type it in the windows cal in dec mode
    3. click hex. this will give you the exact 8 digit hex to put in your oscam.server.
    Rule n.33 kid..... Concentrate
  • peremacedonia
    Experienced Board Member
    • Jun 2010
    • 872

    #2
    Re: OSCAM Tutorial - For DM500

    DM500C clone with Gemini 4.10 as a server and a client DM500S clone with PLi running CCcam 2.1.14 with N line configured.

    Step 1. Using the DM500c, I downloaded from the Gemini site, oscam_0.99.4 and the associated config files.

    Step 2. Edited the following files;

    oscam.conf
    [global]
    logfile = /dev/tty
    clienttimeout = 99999
    fallbacktimeout = 99998
    clientmaxidle = 99999
    cachedelay = 0
    bindwait = 120
    resolvedelay = 30
    nice = -1
    serialreadertimeout = 1500
    maxlogsize = 50
    waitforcards = 1
    saveinithistory = 1
    readerrestartseconds = 5

    [monitor]
    port = 10003
    aulow = 120
    monlevel = 1

    [newcamd]
    port = 10000@090b:000000
    key = 0102030405060708091011121314
    keepalive = 1



    ------------------------------------------------
    oscam.server
    [reader]
    label = internalreader
    enable = 1
    protocol = internal
    device = /dev/sci0
    caid = 090b
    detect = cd
    mhz = 780
    cardmhz = 357
    group = 1
    emmcache = 1,3,2
    ecmcache = 1

    ------------------------------------------------

    oscam.user

    [account]
    user = client1
    pwd = client1
    group = 1
    uniq = 1
    monlevel = 1
    au = internalreader
    caid = 090b
    ident = 090b:000000
    keepalive = 1


    I found that having logfile = /dev/tty, helps in debugging/troubleshooting if in case you have errors, as this sends the log to the screen.

    Take note that after you get oscam going, you might want to turn off the logging, using disablelogfile = 1.

    The CAID in the example above is for the Bluey, Fruity is 096C.

    Step 3: When all config files are in order, start up oscam and hey presto moving pictures!!!
    Rule n.33 kid..... Concentrate

    Comment

    • uttnls

      #3
      Re: Oscam-ubuntu

      Originally posted by peremacedonia
      How to get OSCAM working on UBUNTU


      Code:

      cd /lib/
      sudo ln -s libcrypto.so.0.9.8e libcrypto.so.0.9.8
      sudo apt-get install yum
      cd /usr/local/bin/
      sudo apt-get install subversion
      sudo svn co http://oscam.ump2002.net/svn/oscam/trunk oscam-svn
      cd oscam-svn/
      sudo apt-get install cmake
      sudo mkdir build_dir
      cd build_dir
      sudo cmake /usr/local/bin/oscam-svn
      sudo make
      sudo make install

      now make your configuration files and place them in /usr/local/etc

      oscam.server
      Code:

      [reader]
      label = fx
      protocol = mouse
      detect = CD
      device = /dev/ttyUSB0
      mhz = 600
      EMMCache = 1,1,2
      Group = 1
      caid = 096c
      boxid = ********

      oscam.conf
      Code:

      [global]
      nice = -19
      WaitForCards = 1
      [monitor]
      port = 988
      aulow = 120
      monlevel = 0
      [newcamd]
      key = 0102030405060708091011121314
      port = 10000@096c:000000;

      oscam.user
      Code:

      [account]
      user = test
      pwd = test
      uniq = 1
      group = 1
      au = fx
      ident = 096c:000000
      caid = 096c

      now back to terminal:
      Code:

      sudo oscam -b

      now check /var/log/oscam.log for the news..

      also,

      to calculate boxkey for the new orange sub:
      1. get your 11 digit box serial (101*******5)
      2. remove the last digit ONLY (101*******) and type it in the windows cal in dec mode
      3. click hex. this will give you the exact 8 digit hex to put in your oscam.server.
      Oscam also has a capability that cccam dosen't, you can read PCSC cards, all you have to do is change protocol to pcsc and specific card settings

      Also to make a custom config directory and to run configs from there you can use ./oscam -c /var/myoscamconfigs/

      Comment

      • peremacedonia
        Experienced Board Member
        • Jun 2010
        • 872

        #4
        Re: Oscam-ubuntu

        What cards are PCSC cards?
        Rule n.33 kid..... Concentrate

        Comment

        Working...