source: ipk/source.sh4/emus_oscam_7209/var/keys/oscam.server.oscam@ 18667

Last change on this file since 18667 was 18614, checked in by andy-1, 14 years ago

fix

File size: 5.9 KB
Line 
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]
23enable = 0
24description = Set as HD plus HD02
25Label = Intern_Oben
26Protocol = internal
27device = /dev/sci1
28emmcache = 1,1,2
29detect = CD
30group = 1
31caid = 1843
32cardmhz = 368
33mhz = 368
34rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
35boxkey = A7642F57BC96D37C
36
37
38
39[reader]
40enable = 1
41description = Set as HD plus HD01
42Label = Intern_Oben
43Protocol = internal
44device = /dev/sci1
45emmcache = 1,1,2
46detect = CD
47group = 1
48caid = 1830
49cardmhz = 357
50mhz = 357
51rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
52boxkey = A7642F57BC96D37C
53
54[reader]
55enable = 1
56description = Set as Sky S02
57label = Intern_Unten
58protocol = internal
59device = /dev/sci0
60emmcache = 1,1,2
61detect = CD
62group = 1
63caid = 1702
64cardmhz = 600
65mhz = 600
66
67[reader]
68description = Set as skydeV13
69label = Intern_Unten
70enable = 0
71protocol = internal
72device = /dev/sci0
73caid = 09C4
74boxid = 12345678
75detect = cd
76mhz = 357
77cardmhz = 357
78group = 1
79emmcache = 1,3,2
80lb_weight = 100
81ins7e11 = 11
82ndsversion = 2
83
84
85#################### External Readers / SMARGO ########################
86# Important !!!! Use SMARGO Firmware 1.4 or 1.5 #
87# With regard to your Smartcard set up the Reader/Smargo as follows: #
88# #
89# For Seca, Conax, Cryptoworks, Viaccess, NDS, Nagra #
90# Frequency Fixed 3,69 Mhz / Normal / T=0 / EGT = 0 #
91# #
92# For Irdeto, Betacrypt #
93# Frequency Fixed 6,0Mhz / Normal / T=1 / EGT = 0 #
94# #
95# If SMARGO ist in Autoswitch mode, than activate fitting mhz/cardmhz- #
96# Entries in the reader-Section #
97# # #
98# For Nagra activate and complete the "rsakey = " and "boxkey = " and #
99# and remove the # in the smargopatch = 1 line #
100# example for HDplus is included #
101# #
102# for specific Smartcards such as TIGER or Viaccess with AES-Key #
103# see the OSCAM documentation #
104############################################################################
105
106[reader]
107enable = 0
108description = Set as HD plus HD02
109label = Extern_0
110protocol = mouse
111device = /dev/ttyUSB0
112emmcache = 1,1,2
113detect = CD
114group = 1
115smargopatch = 1
116caid = 1843
117rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
118boxkey = A7642F57BC96D37C
119#mhz = 357
120#cardmhz = 357
121
122[reader]
123enable = 0
124description = Set as Sky S02
125label = Extern_1
126protocol = mouse
127device = /dev/ttyUSB1
128emmcache = 1,1,2
129detect = CD
130group = 1
131caid = 1702
132#mhz = 600
133#cardmhz = 600
134
135[reader]
136label = skydeV13
137enable = 0
138protocol = internal
139device = /dev/sci0
140caid = 09C4
141boxid = 12345678
142detect = cd
143mhz = 357
144cardmhz = 357
145group = 1
146emmcache = 1,3,2
147lb_weight = 100
148ins7e11 = 11
149ndsversion = 2
150
151######################### Remote Readers ##############################
152# Important !!!! Use this or not in personal responsibility #
153# #
154# No support in AAF Forum !!! #
155# #
156# For further details see the OSCAM documentation #
157############################################################################
158[reader]
159enable = 0
160label = cccam-reader
161protocol = cccam
162device = IP/dyndns,PORT
163user = USER
164password = PASS
165group = 1
166emmcache = 1,1,2
167cccmaxhop = 5
168cccversion = 2.0.11
169
170[reader]
171enable = 0
172label = camd35-reader
173protocol = camd35
174device = IP/dyndns,PORT
175user = USER
176password = PASS
177group = 1
178emmcache = 1,1,2
179
180[reader]
181enable = 0
182label = newcamd-reader
183protocol = newcamd
184key = 0102030405060708091011121314
185device = IP/dyndns,PORT
186user = USER
187password = PASS
188group = 1
189emmcache = 1,1,2
190
191######## end of file ########
Note: See TracBrowser for help on using the repository browser.