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_7965/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
     
    199212label = Kabel BW   (Kartenschacht)
    200213protocol = internal
    201 device = /dev/sci0
     214device = /dev/sci1
    202215caid = 098E
    203216detect = cd
     
    299312boxid = 12345678
    300313detect = cd
    301 mhz = 359
    302 cardmhz = 359
     314mhz = 357
     315cardmhz = 357
    303316group = 1
    304317emmcache = 1,3,2
     
    482495# For further details see the OSCAM documentation                          #
    483496############################################################################
    484 
    485 [reader]
    486 enable = 0
    487 label        = cccam (Cardsharing)
     497[reader]
     498enable = 0
     499label        = cccam-reader
    488500protocol     = cccam
    489501device       = IP/dyndns,PORT
     
    497509[reader]
    498510enable = 0
    499 label    = camd35 (Cardsharing)
     511label    = camd35-reader
    500512protocol = camd35
    501513device   = IP/dyndns,PORT
     
    505517emmcache = 1,1,2
    506518
    507 [reader]
    508 enable = 0
    509 label    = newcamd (Cardsharing)
    510 protocol = newcamd
    511 key     = 0102030405060708091011121314
    512 device   = IP/dyndns,PORT
    513 user         = USER
    514 password     = PASS
    515 group    = 1
    516 emmcache = 1,1,2
    517 
    518519########  end of file ########
Note: See TracChangeset for help on using the changeset viewer.