source: ipk/source/emus_oscam_5168/var/keys/oscam.server.oscam@ 7438

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

[ipk] add emu_oscam_5168; several fixes

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