source: ipk/source/emus_oscam_5866/var/keys/oscam.server.oscam@ 8915

Last change on this file since 8915 was 8915, checked in by speedy1, 15 years ago

[ipk] Add OSCAM stable RC1.10 Build 5866

File size: 5.1 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 = 0
24description = Set as HD plus HD02
25Label = Intern_Upper
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 Sky S02
40label = Intern_Lower
41protocol = internal
42device = /dev/sci1
43emmcache = 1,1,2
44detect = CD
45group = 1
46caid = 1702
47cardmhz = 600
48mhz = 600
49
50
51#################### External Readers / SMARGO ########################
52# Important !!!! Use SMARGO Firmware 1.4 or 1.5 #
53# With regard to your Smartcard set up the Reader/Smargo as follows: #
54# #
55# For Seca, Conax, Cryptoworks, Viaccess, NDS, Nagra #
56# Frequency Fixed 3,69 Mhz / Normal / T=0 / EGT = 0 #
57# #
58# For Irdeto, Betacrypt #
59# Frequency Fixed 6,0Mhz / Normal / T=1 / EGT = 0 #
60# #
61# If SMARGO ist in Autoswitch mode, than activate fitting mhz/cardmhz- #
62# Entries in the reader-Section #
63# # #
64# For Nagra activate and complete the "rsakey = " and "boxkey = " and #
65# and remove the # in the smargopatch = 1 line #
66# example for HDplus is included #
67# #
68# for specific Smartcards such as TIGER or Viaccess with AES-Key #
69# see the OSCAM documentation #
70############################################################################
71
72[reader]
73enable = 0
74description = Set as HD plus HD02
75label = Extern_0
76protocol = mouse
77device = /dev/ttyUSB0
78emmcache = 1,1,2
79detect = CD
80group = 1
81smargopatch = 1
82caid = 1843
83rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
84boxkey = A7642F57BC96D37C
85#mhz = 357
86#cardmhz = 357
87
88[reader]
89enable = 0
90description = Set as Sky S02
91label = Extern_1
92protocol = mouse
93device = /dev/ttyUSB1
94emmcache = 1,1,2
95detect = CD
96group = 1
97caid = 1702
98#mhz = 600
99#cardmhz = 600
100
101
102######################### Remote Readers ##############################
103# Important !!!! Use this or not in personal responsibility #
104# #
105# No support in AAF Forum !!! #
106# #
107# For further details see the OSCAM documentation #
108############################################################################
109[reader]
110enable = 0
111label = cccam-reader
112protocol = cccam
113device = IP/dyndns,PORT
114user = USER
115password = PASS
116group = 1
117emmcache = 1,1,2
118cccmaxhop = 5
119cccversion = 2.0.11
120
121[reader]
122enable = 0
123label = camd35-reader
124protocol = camd35
125device = IP/dyndns,PORT
126user = USER
127password = PASS
128group = 1
129emmcache = 1,1,2
130
131[reader]
132enable = 0
133label = newcamd-reader
134protocol = newcamd
135key = 0102030405060708091011121314
136device = IP/dyndns,PORT
137user = USER
138password = PASS
139group = 1
140emmcache = 1,1,2
141
142######## end of file ########
Note: See TracBrowser for help on using the repository browser.