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

Last change on this file since 17841 was 17748, checked in by andy-1, 14 years ago

fix oscam

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