source: ipk/source.sh4/emus_oscam_6201/var/keys/oscam.server.oscam@ 18624

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

fix

File size: 5.7 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 = 1
24description = Set as HD plus HD02
25Label = Intern_Unten
26Protocol = internal
27device = /dev/sci0
28emmcache = 1,1,2
29detect = CD
30group = 1
31caid = 1843
32cardmhz = 368
33mhz = 368
34rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
35boxkey = A7642F57BC96D37C
36
37[reader]
38enable = 0
39description = Set as HD plus HD01
40Label = Intern_Unten
41Protocol = internal
42device = /dev/sci0
43emmcache = 1,1,2
44detect = CD
45group = 1
46caid = 1830
47cardmhz = 357
48mhz = 357
49rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
50boxkey = A7642F57BC96D37C
51
52[reader]
53description = Set as skydeV13
54label = Intern_Unten
55enable = 0
56protocol = internal
57device = /dev/sci0
58caid = 09C4
59boxid = 12345678
60detect = cd
61mhz = 357
62cardmhz = 357
63group = 1
64emmcache = 1,3,2
65lb_weight = 100
66ins7e11 = 11
67ndsversion = 2
68
69[reader]
70enable = 1
71description = Set as Sky S02
72label = Intern_Oben
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
134######################### Remote Readers ##############################
135# Important !!!! Use this or not in personal responsibility #
136# #
137# No support in AAF Forum !!! #
138# #
139# For further details see the OSCAM documentation #
140############################################################################
141[reader]
142enable = 0
143label = cccam-reader
144protocol = cccam
145device = IP/dyndns,PORT
146user = USER
147password = PASS
148group = 1
149emmcache = 1,1,2
150cccmaxhop = 5
151cccversion = 2.0.11
152
153[reader]
154enable = 0
155label = camd35-reader
156protocol = camd35
157device = IP/dyndns,PORT
158user = USER
159password = PASS
160group = 1
161emmcache = 1,1,2
162
163[reader]
164enable = 0
165label = newcamd-reader
166protocol = newcamd
167key = 0102030405060708091011121314
168device = IP/dyndns,PORT
169user = USER
170password = PASS
171group = 1
172emmcache = 1,1,2
173
174######## end of file ########
Note: See TracBrowser for help on using the repository browser.