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/emus_oscam_7965/var/keys/oscam.server.oscam

    r19115 r19117  
    1 ###############   General Instruction  -  oscam.server   ###################
     1 ###############   General Instruction  -  oscam.server   ###################
    22# To activate/deactivate the reader set enable = 1/0                       #
    33#                                                                          #
     
    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
     
    299312boxid = 12345678
    300313detect = cd
    301 mhz = 359
    302 cardmhz = 359
     314mhz = 357
     315cardmhz = 357
    303316group = 1
    304317emmcache = 1,3,2
     
    316329group = 1
    317330caid  = 0648
    318 force_irdeto = 1
    319 rsakey  = DF57B08C0F13E67BD17AD37EAAF4EAA25393F8A0EFE8ACE6708AAF97C985CBA8A6C13826963BD3092EB9FC72F773A430724706AA5E1D14E1747842D32069A12D
     331force_irdeto   = 1
     332rsakey   = DF57B08C0F13E67BD17AD37EAAF4EAA25393F8A0EFE8ACE6708AAF97C985CBA8A6C13826963BD3092EB9FC72F773A430724706AA5E1D14E1747842D32069A12D
    320333boxkey  = 1122334455667788
    321334mhz  = 600
    322335cardmhz = 600
    323 #deprecated                    = 1
     336#deprecated  = 1
    324337smargopatch=1
    325 
     338       
    326339[reader]
    327340enable=0
     
    360373detect = CD
    361374group = 1
     375services = srg
    362376caid = 0500
    363377mhz  = 357
     
    365379
    366380[reader]
    367 enable=0
     381enable = 0
    368382Label = MTV (externer Kartenleser)
    369383protocol = mouse
     
    481495# For further details see the OSCAM documentation                          #
    482496############################################################################
    483 
    484 [reader]
    485 enable = 0
    486 label        = cccam (Cardsharing)
     497[reader]
     498enable = 0
     499label        = cccam-reader
    487500protocol     = cccam
    488501device       = IP/dyndns,PORT
     
    496509[reader]
    497510enable = 0
    498 label    = camd35 (Cardsharing)
     511label    = camd35-reader
    499512protocol = camd35
    500513device   = IP/dyndns,PORT
     
    504517emmcache = 1,1,2
    505518
    506 [reader]
    507 enable = 0
    508 label    = newcamd (Cardsharing)
    509 protocol = newcamd
    510 key     = 0102030405060708091011121314
    511 device   = IP/dyndns,PORT
    512 user         = USER
    513 password     = PASS
    514 group    = 1
    515 emmcache = 1,1,2
    516 
    517519########  end of file ########
Note: See TracChangeset for help on using the changeset viewer.