source: ipk/source.sh4/swapemus_oscam_mod/var/swap/keys/oscam.server.oscam@ 18609

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

add oscam swap v13 Intern_Lower Slot

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