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

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

fix oscam

File size: 5.5 KB
RevLine 
[13273]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]
[17749]23enable = 1
[13273]24description = Set as HD plus HD02
[17749]25Label = Intern_unten
[13273]26Protocol = internal
[17749]27device = /dev/sci0
[13273]28emmcache = 1,1,2
29detect = CD
30group = 1
31caid = 1843
32cardmhz = 368
33mhz = 368
34rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
35boxkey = A7642F57BC96D37C
36
37[reader]
[17729]38enable = 0
39description = Set as HD plus HD01
[17749]40Label = Intern_unten
[17729]41Protocol = internal
[17749]42device = /dev/sci0
[17729]43emmcache = 1,1,2
44detect = CD
45group = 1
46caid = 1830
47cardmhz = 357
48mhz = 357
49rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
50boxkey = A7642F57BC96D37C
51
52[reader]
[17714]53enable = 1
[13273]54description = Set as Sky S02
[17749]55label = Intern_oben
[13273]56protocol = internal
[17749]57device = /dev/sci1
[13273]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
116
117######################### Remote Readers ##############################
118# Important !!!! Use this or not in personal responsibility #
119# #
120# No support in AAF Forum !!! #
121# #
122# For further details see the OSCAM documentation #
123############################################################################
124[reader]
125enable = 0
126label = cccam-reader
127protocol = cccam
128device = IP/dyndns,PORT
129user = USER
130password = PASS
131group = 1
132emmcache = 1,1,2
133cccmaxhop = 5
134cccversion = 2.0.11
135
136[reader]
137enable = 0
138label = camd35-reader
139protocol = camd35
140device = IP/dyndns,PORT
141user = USER
142password = PASS
143group = 1
144emmcache = 1,1,2
145
146[reader]
147enable = 0
148label = newcamd-reader
149protocol = newcamd
150key = 0102030405060708091011121314
151device = IP/dyndns,PORT
152user = USER
153password = PASS
154group = 1
155emmcache = 1,1,2
156
157######## end of file ########
Note: See TracBrowser for help on using the repository browser.