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

Last change on this file since 15071 was 15071, checked in by speedy1, 14 years ago

[ipk] fix

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