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

Last change on this file since 18394 was 18309, checked in by obi, 14 years ago

update oscam 7209

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