source: ipk/source.sh4/emus_oscam_mod/var/keys/oscam.server.oscam@ 18724

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

fix

File size: 5.4 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_Unten
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_Unten
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]
52description = Set as skydeV13
53label = Intern_Unten
54enable = 0
55protocol = internal
56device = /dev/sci0
57caid = 09C4
58boxid = 12345678
59detect = cd
60mhz = 357
61cardmhz = 357
62group = 1
63emmcache = 1,3,2
64lb_weight = 100
65ins7e11 = 11
66ndsversion = 2
67
68[reader]
69enable = 1
70description = Set as Sky S02
71label = Intern_Oben
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
133######################### Remote Readers ##############################
134# Important !!!! Use this or not in personal responsibility #
135# #
136# No support in AAF Forum !!! #
137# #
138# For further details see the OSCAM documentation #
139############################################################################
140[reader]
141enable = 0
142label = cccam-reader
143protocol = cccam
144device = IP/dyndns,PORT
145user = USER
146password = PASS
147group = 1
148emmcache = 1,1,2
149cccmaxhop = 5
150cccversion = 2.0.11
151
152[reader]
153enable = 0
154label = camd35-reader
155protocol = camd35
156device = IP/dyndns,PORT
157user = USER
158password = PASS
159group = 1
160emmcache = 1,1,2
161
162######## end of file ########
Note: See TracBrowser for help on using the repository browser.