source: ipk/source/emus_oscam_4066/var/keys/oscam.server@ 6945

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

[ipk] Oscam_4066 added. New Config concerning Start/Stop and Oscam.dvbapi

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 complete the "rsakey = " and "boxkey = " entry #
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=1
24Label = Intern_Upper
25Protocol = internal
26boxid = 12345678
27device = /dev/sci0
28emmcache = 1,1,2
29detect = CD
30group = 1
31#cardmhz = 600
32#n3_rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
33#n3_boxkey = A7642F57BC96D37C
34
35[reader]
36enable=1
37label = Intern_Lower
38protocol = internal
39boxid = 12345678
40device = /dev/sci1
41emmcache = 1,1,2
42detect = CD
43group = 1
44#cardmhz = 600
45#n3_rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
46#n3_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=1
67label = Extern_0
68protocol = mouse
69boxid = 12345678
70device = /dev/ttyUSB0
71emmcache = 1,1,2
72detect = CD
73group = 1
74smargopatch=1
75#n3_rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
76#n3_boxkey = A7642F57BC96D37C
77
78[reader]
79enable=1
80label = Extern_1
81protocol = mouse
82boxid = 12345678
83device = /dev/ttyUSB1
84emmcache = 1,1,2
85detect = CD
86group = 1
87smargopatch=1
88#n3_rsakey = BF358B5461863130686FC933FB541FFCED682F3680F09DBC1A23829FB3B2F766B9DD1BF3B3ECC9AD6661B753DCC3A9624156F9EB64E8168EF09E4D9C5CCA4DD5
89#n3_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
103account = USER,PASS
104group = 1
105emmcache = 1,1,2
106cccmaxhop = 5
107cccversion = 2.0.11
108
109[reader]
110enable=0
111label = camd35-reader
112protocol = camd35
113device = IP/dyndns,PORT
114account = USER,PASS
115group = 1
116emmcache = 1,1,2
117
118[reader]
119enable=0
120label = newcamd-reader
121protocol = newcamd
122key = 0102030405060708091011121314
123device = IP/dyndns,PORT
124account = USER,PASS
125group = 1
126emmcache = 1,1,2
127
128######## end of file ########
Note: See TracBrowser for help on using the repository browser.