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

Card setup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bumpydog
    Newbie
    • Jan 2013
    • 1

    Card setup

    Apologies for the newbie question. I recently bought a new nbox dual tuner and want to change to a new server. It uses an Enigma2 image (Nebula) but it doesn't have a var/etc/cccam.cfg file. The only reference I can find to a card server is in a file called etc/keys/oscam.server (which expires in a few days) as follows...

    # oscam.server generated automatically by Streamboard OSCAM 1.00-unstable_svn build #4709
    # Read more: https://h*********xxp://streamboard....cam.server.txt

    [reader]
    label = sci0
    enable = 1
    protocol = internal
    device = /dev/sci0
    detect = cd
    mhz = 500
    cardmhz = 357
    group = 1
    emmcache = 1,3,2
    lb_weight = 100
    #blockemm-u = 1
    #blockemm-s = 0
    #blockemm-g = 0
    #blockemm-unknown = 1

    [reader]
    label = cccam_server
    enable = 1
    protocol = cccam
    device = cccam2012irl.dyndns.tv,12000
    account = temple
    password = skyuk
    cccversion = 2.2.1
    cccmaxhops = 3
    group = 1



    [reader]
    label = mynewcamdreader
    protocol = newcamd
    key = 0102030405060708091011121314
    device = bestskyuk.dyndns.tv,15000
    account = templelogue,skyuk
    group = 1

    The new n-line I was given is as follows...

    n: eclipse-server.zapto.org 33331 *** yyyyyyyy 01 02 03 04 05 06 07 08 09 10 11 12 13 14

    Can I simply edit this information into the oscam.server file?

    Thanks.
  • morpheus81
    Member
    • Dec 2011
    • 78

    #2
    Re: Card setup

    The cccam.cfg is for cccam only.
    You can download cccam from the feed or instal it mannualy (ftp cccam.ipk)

    or just us oscam add this:

    [reader]
    label = name what ever
    protocol = newcamd
    key = 0102030405060708091011121314
    device = eclipse-server.zapto.org,33331 (dyndns,port)
    account = ***,yyyyyyyy (user,pass)
    group = 1

    or update oscam and add this

    label = name what ever
    protocol = newcamd
    key = 0102030405060708091011121314
    device = eclipse-server.zapto.org,33331 (dyndns,port)
    user = ***
    password = yyyyyyyy
    group = 1

    Comment

    Working...