############### General Instruction - oscam.server ################### # To activate/deactivate the reader set enable = 1/0 # # # # You might specify further entries in each reader section # # such as "caid =________" and/or "services = _________" but you needn�t # # For further details see the OSCAM documentation # ############################################################################ ######################### Internal Readers ############################### # Default Config should work with Seca, Conax, Cryptoworks, Viaccess, NDS # # # # For Irdeto, Betacrypt just activate "cardmhz=600" by removing the "#" # # # # For Nagra activate and set the correct "rsakey = " and "boxkey = " en # # example for HDplus is included # # # # for specific Smartcards such as TIGER or Viaccess with AES-Key # # see the OSCAM documentation # ############################################################################ [reader] enable=0 Label = Intern_Upper Protocol = internal boxid = 12345678 device = /dev/sci0 emmcache = 1,1,2 detect = CD group = 1 #caid= #cardmhz = 600 #rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5 #boxkey = A7642F57BC96D37C [reader] enable=0 label = Intern_Lower protocol = internal boxid = 12345678 device = /dev/sci1 emmcache = 1,1,2 detect = CD group = 1 #caid= #cardmhz = 600 #rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5 #boxkey = A7642F57BC96D37C #################### External Readers / SMARGO ######################## # Important !!!! Use SMARGO Firmware 1.4 or 1.5 # # With regard to your Smartcard set up the Reader/Smargo as follows: # # # # For Seca, Conax, Cryptoworks, Viaccess, NDS, Nagra # # Frequency Fixed 3,69 Mhz / Normal / T=0 / EGT = 0 # # # # For Irdeto, Betacrypt # # Frequency Fixed 6,0Mhz / Normal / T=1 / EGT = 0 # # # # For Nagra activate and complete the "rsakey = " and "boxkey = " entry # # example for HDplus is included # # # # for specific Smartcards such as TIGER or Viaccess with AES-Key # # see the OSCAM documentation # ############################################################################ [reader] enable=1 label = Extern_0 protocol = mouse boxid = 12345678 device = /dev/ttyUSB0 emmcache = 1,1,2 detect = CD group = 1 caid = 0100 atr = 3BF7110001409670700A0E6CB6D6 smargopatch=1 #services = canalnl provid = 00006a auprovid = 00006a #cardmhz = 600 #caid= #rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5 #boxkey = A7642F57BC96D37C [reader] enable=0 label = Extern_1 protocol = mouse boxid = 12345678 device = /dev/ttyUSB1 emmcache = 1,1,2 detect = CD group = 2 caid = 0100 # services = provid = 00006c auprovid = 00006c smargopatch=1 #cardmhz = 600 #caid= #rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5 #boxkey = A7642F57BC96D37C ######################### Remote Readers ############################## # Important !!!! Use this or not in personal responsibility # # # # No support in AAF Forum !!! # # # # For further details see the OSCAM documentation # ############################################################################ [reader] enable=0 label = cccam-reader protocol = cccam device = IP/dyndns,PORT user = USER password = PASS group = 1 emmcache = 1,1,2 cccmaxhop = 5 cccversion = 2.0.11 [reader] enable=0 label = camd35-reader protocol = camd35 device = IP/dyndns,PORT user = USER password = PASS group = 1 emmcache = 1,1,2 [reader] enable=0 label = newcamd-reader protocol = newcamd key = 0102030405060708091011121314 device = IP/dyndns,PORT user = USER password = PASS group = 1 emmcache = 1,1,2 ######## end of file ########