Ignore:
Timestamp:
Dec 16, 2012, 9:11:30 PM (13 years ago)
Author:
andy-1
Message:

fix config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/swapemus_oscam_7937/var/swap/keys/oscam.server.oscam

    r19115 r19117  
    66# For further details see the OSCAM documentation                          #
    77############################################################################
     8
     9
     10######################### Internal Readers   ###############################
     11# Default Config should work with Seca, Conax, Cryptoworks, Viaccess, NDS  #
     12#                                                                          #
     13# For Irdeto, Betacrypt just activate "cardmhz=600" by removing the "#"    #
     14#                                                                          #
     15# For Nagra activate and set the correct "rsakey = " and "boxkey = "       #
     16# examples for HDplus HD02 and Sky S02 are included                        #
     17#                                                                          #
     18# for other Smartcards see the OSCAM documentation                         #
     19############################################################################
     20
    821
    922[reader]
     
    5568boxid = 12345678
    5669detect = cd
    57 mhz = 359
    58 cardmhz = 359
     70mhz = 357
     71cardmhz = 357
    5972group = 1
    6073emmcache = 1,3,2
     
    229242emmcache = 1,1,2
    230243
    231 
    232244####################    External Readers / SMARGO   ########################
    233245# Important !!!!      Use SMARGO Firmware 1.4 or 1.5                       #
     
    300312boxid = 12345678
    301313detect = cd
    302 mhz = 359
    303 cardmhz = 359
     314mhz = 357
     315cardmhz = 357
    304316group = 1
    305317emmcache = 1,3,2
     
    367379
    368380[reader]
    369 enable=0
     381enable = 0
    370382Label = MTV (externer Kartenleser)
    371383protocol = mouse
     
    483495# For further details see the OSCAM documentation                          #
    484496############################################################################
    485 
    486 [reader]
    487 enable = 0
    488 label        = cccam (Cardsharing)
     497[reader]
     498enable = 0
     499label        = cccam-reader
    489500protocol     = cccam
    490501device       = IP/dyndns,PORT
     
    498509[reader]
    499510enable = 0
    500 label    = camd35 (Cardsharing)
     511label    = camd35-reader
    501512protocol = camd35
    502513device   = IP/dyndns,PORT
     
    506517emmcache = 1,1,2
    507518
    508 [reader]
    509 enable = 0
    510 label    = newcamd (Cardsharing)
    511 protocol = newcamd
    512 key     = 0102030405060708091011121314
    513 device   = IP/dyndns,PORT
    514 user         = USER
    515 password     = PASS
    516 group    = 1
    517 emmcache = 1,1,2
    518 
    519519########  end of file ########
Note: See TracChangeset for help on using the changeset viewer.