source: ipk/source.sh4/swapemus_oscam_5168/var/swap/keys/oscam.server.oscam@ 7451

Last change on this file since 7451 was 7451, checked in by BPanther, 15 years ago

[ipk] - copy source->source.sh4

File size: 5.0 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#caid=
32#cardmhz = 600
33#rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
34#boxkey = A7642F57BC96D37C
35
36[reader]
37enable=0
38label = Intern_Lower
39protocol = internal
40boxid = 12345678
41device = /dev/sci1
42emmcache = 1,1,2
43detect = CD
44group = 1
45#caid=
46#cardmhz = 600
47#rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
48#boxkey = A7642F57BC96D37C
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# For Nagra activate and complete the "rsakey = " and "boxkey = " entry #
61# example for HDplus is included #
62# #
63# for specific Smartcards such as TIGER or Viaccess with AES-Key #
64# see the OSCAM documentation #
65############################################################################
66
67[reader]
68enable=0
69label = Extern_0
70protocol = mouse
71boxid = 12345678
72device = /dev/ttyUSB0
73emmcache = 1,1,2
74detect = CD
75group = 1
76smargopatch=1
77#cardmhz = 600
78#caid=
79#rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
80#boxkey = A7642F57BC96D37C
81
82[reader]
83enable=0
84label = Extern_1
85protocol = mouse
86boxid = 12345678
87device = /dev/ttyUSB1
88emmcache = 1,1,2
89detect = CD
90group = 1
91smargopatch=1
92#cardmhz = 600
93#caid=
94#rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
95#boxkey = A7642F57BC96D37C
96
97######################### Remote Readers ##############################
98# Important !!!! Use this or not in personal responsibility #
99# #
100# No support in AAF Forum !!! #
101# #
102# For further details see the OSCAM documentation #
103############################################################################
104[reader]
105enable=0
106label = cccam-reader
107protocol = cccam
108device = IP/dyndns,PORT
109user = USER
110password = PASS
111group = 1
112emmcache = 1,1,2
113cccmaxhop = 5
114cccversion = 2.0.11
115
116[reader]
117enable=0
118label = camd35-reader
119protocol = camd35
120device = IP/dyndns,PORT
121user = USER
122password = PASS
123group = 1
124emmcache = 1,1,2
125
126[reader]
127enable=0
128label = newcamd-reader
129protocol = newcamd
130key = 0102030405060708091011121314
131device = IP/dyndns,PORT
132user = USER
133password = PASS
134group = 1
135emmcache = 1,1,2
136
137######## end of file ########
Note: See TracBrowser for help on using the repository browser.