source: ipk/source.sh4/swapemus_oscam_7209/var/swap/keys/oscam.server.oscam@ 18615

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

fix Slot

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