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_7937/var/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
     
    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
     
    338351smargopatch=1
    339352
    340 
    341353[reader]
    342354enable=0
     
    361373detect = CD
    362374group = 1
     375services = srg
    363376caid = 0500
    364377mhz  = 357
     
    366379
    367380[reader]
    368 enable=0
     381enable = 0
    369382Label = MTV (externer Kartenleser)
    370383protocol = mouse
     
    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.