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