| 1 | ############### General Instruction - oscam.server ###################
|
|---|
| 2 | # To activate/deactivate the reader set enable = 1/0 #
|
|---|
| 3 | # #
|
|---|
| 4 | # You might specify further entries in each reader section #
|
|---|
| 5 | # such as "caid =________" and/or "services = _________" but you needn´t #
|
|---|
| 6 | # For further details see the OSCAM documentation #
|
|---|
| 7 | ############################################################################
|
|---|
| 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 = " en #
|
|---|
| 16 | # examples for HDplus HD02 and Sky S02 are included #
|
|---|
| 17 | # #
|
|---|
| 18 | # for specific Smartcards such as TIGER or Viaccess with AES-Key #
|
|---|
| 19 | # see the OSCAM documentation #
|
|---|
| 20 | ############################################################################
|
|---|
| 21 |
|
|---|
| 22 | [reader]
|
|---|
| 23 | enable = 0
|
|---|
| 24 | description = Set as HD plus HD02
|
|---|
| 25 | Label = Intern_Upper
|
|---|
| 26 | Protocol = internal
|
|---|
| 27 | device = /dev/sci0
|
|---|
| 28 | emmcache = 1,1,2
|
|---|
| 29 | detect = CD
|
|---|
| 30 | group = 1
|
|---|
| 31 | caid = 1843
|
|---|
| 32 | cardmhz = 368
|
|---|
| 33 | mhz = 368
|
|---|
| 34 | rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
|
|---|
| 35 | boxkey = A7642F57BC96D37C
|
|---|
| 36 |
|
|---|
| 37 | [reader]
|
|---|
| 38 | enable = 0
|
|---|
| 39 | description = Set as Sky S02
|
|---|
| 40 | label = Intern_Lower
|
|---|
| 41 | protocol = internal
|
|---|
| 42 | device = /dev/sci1
|
|---|
| 43 | emmcache = 1,1,2
|
|---|
| 44 | detect = CD
|
|---|
| 45 | group = 1
|
|---|
| 46 | caid = 1702
|
|---|
| 47 | cardmhz = 600
|
|---|
| 48 | mhz = 600
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 | #################### External Readers / SMARGO ########################
|
|---|
| 52 | # Important !!!! Use SMARGO Firmware 1.4 or 1.5 #
|
|---|
| 53 | # With regard to your Smartcard set up the Reader/Smargo as follows: #
|
|---|
| 54 | # #
|
|---|
| 55 | # For Seca, Conax, Cryptoworks, Viaccess, NDS, Nagra #
|
|---|
| 56 | # Frequency Fixed 3,69 Mhz / Normal / T=0 / EGT = 0 #
|
|---|
| 57 | # #
|
|---|
| 58 | # For Irdeto, Betacrypt #
|
|---|
| 59 | # Frequency Fixed 6,0Mhz / Normal / T=1 / EGT = 0 #
|
|---|
| 60 | # #
|
|---|
| 61 | # If SMARGO ist in Autoswitch mode, than activate fitting mhz/cardmhz- #
|
|---|
| 62 | # Entries in the reader-Section #
|
|---|
| 63 | # # #
|
|---|
| 64 | # For Nagra activate and complete the "rsakey = " and "boxkey = " and #
|
|---|
| 65 | # and remove the # in the smargopatch = 1 line #
|
|---|
| 66 | # example for HDplus is included #
|
|---|
| 67 | # #
|
|---|
| 68 | # for specific Smartcards such as TIGER or Viaccess with AES-Key #
|
|---|
| 69 | # see the OSCAM documentation #
|
|---|
| 70 | ############################################################################
|
|---|
| 71 |
|
|---|
| 72 | [reader]
|
|---|
| 73 | enable = 0
|
|---|
| 74 | description = Set as HD plus HD02
|
|---|
| 75 | label = Extern_0
|
|---|
| 76 | protocol = mouse
|
|---|
| 77 | device = /dev/ttyUSB0
|
|---|
| 78 | emmcache = 1,1,2
|
|---|
| 79 | detect = CD
|
|---|
| 80 | group = 1
|
|---|
| 81 | smargopatch = 1
|
|---|
| 82 | caid = 1843
|
|---|
| 83 | rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
|
|---|
| 84 | boxkey = A7642F57BC96D37C
|
|---|
| 85 | #mhz = 357
|
|---|
| 86 | #cardmhz = 357
|
|---|
| 87 |
|
|---|
| 88 | [reader]
|
|---|
| 89 | enable = 0
|
|---|
| 90 | description = Set as Sky S02
|
|---|
| 91 | label = Extern_1
|
|---|
| 92 | protocol = mouse
|
|---|
| 93 | device = /dev/ttyUSB1
|
|---|
| 94 | emmcache = 1,1,2
|
|---|
| 95 | detect = CD
|
|---|
| 96 | group = 1
|
|---|
| 97 | caid = 1702
|
|---|
| 98 | #mhz = 600
|
|---|
| 99 | #cardmhz = 600
|
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 | ######################### Remote Readers ##############################
|
|---|
| 103 | # Important !!!! Use this or not in personal responsibility #
|
|---|
| 104 | # #
|
|---|
| 105 | # No support in AAF Forum !!! #
|
|---|
| 106 | # #
|
|---|
| 107 | # For further details see the OSCAM documentation #
|
|---|
| 108 | ############################################################################
|
|---|
| 109 | [reader]
|
|---|
| 110 | enable = 0
|
|---|
| 111 | label = cccam-reader
|
|---|
| 112 | protocol = cccam
|
|---|
| 113 | device = IP/dyndns,PORT
|
|---|
| 114 | user = USER
|
|---|
| 115 | password = PASS
|
|---|
| 116 | group = 1
|
|---|
| 117 | emmcache = 1,1,2
|
|---|
| 118 | cccmaxhop = 5
|
|---|
| 119 | cccversion = 2.0.11
|
|---|
| 120 |
|
|---|
| 121 | [reader]
|
|---|
| 122 | enable = 0
|
|---|
| 123 | label = camd35-reader
|
|---|
| 124 | protocol = camd35
|
|---|
| 125 | device = IP/dyndns,PORT
|
|---|
| 126 | user = USER
|
|---|
| 127 | password = PASS
|
|---|
| 128 | group = 1
|
|---|
| 129 | emmcache = 1,1,2
|
|---|
| 130 |
|
|---|
| 131 | [reader]
|
|---|
| 132 | enable = 0
|
|---|
| 133 | label = newcamd-reader
|
|---|
| 134 | protocol = newcamd
|
|---|
| 135 | key = 0102030405060708091011121314
|
|---|
| 136 | device = IP/dyndns,PORT
|
|---|
| 137 | user = USER
|
|---|
| 138 | password = PASS
|
|---|
| 139 | group = 1
|
|---|
| 140 | emmcache = 1,1,2
|
|---|
| 141 |
|
|---|
| 142 | ######## end of file ########
|
|---|