OSCam/en/examples/Overclocking: Unterschied zwischen den Versionen

Aus Streamboard Wiki
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 2: Zeile 2:
 
{{OSCamHomeLinks}}
 
{{OSCamHomeLinks}}
  
[[Datei:WarningS.png|text-bottom]] '''Attention:''' The content of the english pages are partially still in german. Please register here to help us completing and translating the articles.
+
== Overclocking Configuration Example ==
 +
=== Dreambox and other internal readers ===
 +
For Dreambox and other internal readers the highest possible clock rate will be auto detected. The <tt>mhz</tt> parameter lets you override the values chosen by  OSCam, if  it  differs from 357 and 358, but usually you will not set any value for <tt>mhz</tt>.
  
= Beispiel-Konfigurationen Overclocking =
+
For certain Dreamboxes (especially PPC clones) the default <tt>mhz</tt> parameter leads to slow ECM times and/or "not found" ECMs. By setting <tt>mhz</tt> to values like 200, 300, 400, ... 1600, you can find a value that works for your receiver and your card. The higher the<tt>mhz</tt> value, the slower the ECM time (strange enough).
== Dreambox und andere interne Reader ==
 
  
Für die Dreambox und andere interne Reader wird die höchstmögliche clockrate automatisch ermittelt. Der '''MHz-Parameter in [reader]''' ermöglicht es, den von OSCam automatisch ermittelten Wert zu überschreiten, wenn er von 357 und 358 abweicht. Üblicherweise sollte dort aber kein Wert für mhz eingetragen werden.
+
If you choose the value too low, your card is not recognized ('''no ATR''' or '''card not supported'''). If you choose the value too high, you get slow ECM times. Our experience is that either no <tt>mhz</tt> line, or a line <tt>mhz = 1000</tt> works best.
  
Bei bestimmten Dreamboxes (insbesondere PPC-Clones) führt der Default-Wert im Parameter mhz zu langsamen ECM-Zeiten und/oder zu ''"not found"''. Durch das stufenweise Setzen der Werte z.B. wie 200, 300, 400, ... 1600 kann man einen Wert herausfinden, der mit dem Receiver und der Karte gut arbeitet. Je höher der mhz-Wert, desto niedriger wird die ECM-Zeit (seltsam genug ;-) )
+
=== easymouse2 Reader ===
 
+
==== Example configuration S02 ====
Wenn ein zu niedriger Wert gewählt wird, wird die Karte nicht erkannt ('''no ATR''' oder '''card not supportet'''). Wird ein zu hoher Wert gewählt, werden die ECM-Zeiten niedrig. Die Erfahrungen zeigen, dass entweder des Fehlen der mhz-Zeile oder ein Eintrag von mhz = 1000 am besten funktioniert.
+
Dip switch:
 
+
  1. Dip    = bottom (5 Volt)
==easymouse2 Reader==
+
  2. Dip    = bottom (Phoenix)
 
+
  3. Dip    = top ---> Settings in Dip 4!
===Beispielkonfiguration S02===
 
 
 
Dipschalter:
 
  1. Dip    = unten (5 Volt)
 
  2. Dip    = unten (Phoenix)
 
  3. Dip    = oben ---> Einstellungen in Dip 4!
 
 
  4. Dip    = 10 MHz
 
  4. Dip    = 10 MHz
  
Zeile 42: Zeile 37:
 
  lb_weight                    = 100
 
  lb_weight                    = 100
  
+
=== Phoenix/Smartmouse Reader ===
+
Overclocking does not work with Windows and Mac OS X. Set mhz equivalent to the frequency of the reader. OSCam can not set the frequency of the reader.
 
 
 
 
 
== Phoenix/Smartmouse Reader ==
 
 
 
Overclocking funktioniert nicht unter Windows und Mac OS X. Einstellungen sind unmittelbar am reader erforderlich (meistens Dip-Schalter). OSCam selbst kann in diesem Fall keine Frequenzen setzen!
 
 
 
== Smargo Smartreader+ ==
 
  
Einstellungen mit dem native Smargo Smartreader+ Tool (srp_tools) vornehmen. Keine Werte in mhz und cardmhz eintragen.
+
=== Smargo Smartreader+ ===
  
== Baudraten ==
+
* Use protocol = '''smargo''' for the kernel drivers (no libusb needed) or (not recommended)
 +
* Use protocol = '''smartreader''' for OSCam's driver implementation based on libusb.
 +
 +
Set the reader frequency with the native Smargo Smartreader+ tool (srp_tools).  If not setting '''mhz''' and '''cardmhz''', OSCam  tries  to  set the baudrate automatically, according  to the maximum speed indicated by ATR. Overclocking is possible.
  
OSCam versucht, die Baudraten automatisch zu setzen. Bei einem '''Standard Serial Port''' sind die Einstellungsmöglichkeiten für eine Baudrate begrenzt, sodass Overclocking möglicherweise nicht funktioniert. Daher ist bei der Benutzung von Serial Readern der beste Weg zum Overclocking die Verbindung des Readers über einen '''FTDI basierten USB to serial port adapter'''.
+
=== Baud Rates ===
 +
OSCam tries to set the baudrate automatically. A '''standard serial port''' has limited baudrate settings, so SC overclocking might not work. When using a serial reader the best way for overclocking is connecting it to a '''FTDI based USB to serial port adapter'''.
  
Wenn Overclocking nicht funktioniert, sollte die effektive Baudrate über das logfile festgestellt werden. Wenn diese zu stark von der geforderten Baudrate abweicht, wird die Karte nicht erkannt (no ATR). Dann sollte der Wert von mhz erneut angepasst werden. Je höher die Baudrate, desto genauer arbeitet die effektive Baudrate.
+
If overclocking does not work, verify the effective baudrate in the logfile. If it deviates too much from the requested baudrate, the SC will not be recognized (no ATR) and  the value for <tt>mhz</tt> should be adjusted again. The higher the baudrate, the more accurate the effective baudrate can be.
  
 
{{OSCamTranslatedLinks}}
 
{{OSCamTranslatedLinks}}

Aktuelle Version vom 22. Dezember 2012, 14:33 Uhr

LanguageDE S.png OSCam Übersicht LanguageEN S.png OSCam Home LanguageFR S.png OSCam Accueil LanguageIT S.png OSCam Home

Overclocking Configuration Example

Dreambox and other internal readers

For Dreambox and other internal readers the highest possible clock rate will be auto detected. The mhz parameter lets you override the values chosen by OSCam, if it differs from 357 and 358, but usually you will not set any value for mhz.

For certain Dreamboxes (especially PPC clones) the default mhz parameter leads to slow ECM times and/or "not found" ECMs. By setting mhz to values like 200, 300, 400, ... 1600, you can find a value that works for your receiver and your card. The higher themhz value, the slower the ECM time (strange enough).

If you choose the value too low, your card is not recognized (no ATR or card not supported). If you choose the value too high, you get slow ECM times. Our experience is that either no mhz line, or a line mhz = 1000 works best.

easymouse2 Reader

Example configuration S02

Dip switch:

1. Dip    = bottom (5 Volt)
2. Dip    = bottom (Phoenix)
3. Dip    = top ---> Settings in Dip 4!
4. Dip    = 10 MHz

Configuration Reader:

[reader]
label                         = mymouse
enable                        = 1
protocol                      = mouse
device                        = /dev/ttyUSB0
services                      = skywelt,skyweltextra,skyfilm
caid                          = 1702
force_irdeto                  = 1
boxkey                        = 1122334455667788
detect                        = cd
mhz                           = 1000
cardmhz                       = 600
ident                         =
group                         = 1,2,3
emmcache                      = 1,3,2
blockemm-unknown              = 1
lb_weight                     = 100

Phoenix/Smartmouse Reader

Overclocking does not work with Windows and Mac OS X. Set mhz equivalent to the frequency of the reader. OSCam can not set the frequency of the reader.

Smargo Smartreader+

  • Use protocol = smargo for the kernel drivers (no libusb needed) or (not recommended)
  • Use protocol = smartreader for OSCam's driver implementation based on libusb.

Set the reader frequency with the native Smargo Smartreader+ tool (srp_tools). If not setting mhz and cardmhz, OSCam tries to set the baudrate automatically, according to the maximum speed indicated by ATR. Overclocking is possible.

Baud Rates

OSCam tries to set the baudrate automatically. A standard serial port has limited baudrate settings, so SC overclocking might not work. When using a serial reader the best way for overclocking is connecting it to a FTDI based USB to serial port adapter.

If overclocking does not work, verify the effective baudrate in the logfile. If it deviates too much from the requested baudrate, the SC will not be recognized (no ATR) and the value for mhz should be adjusted again. The higher the baudrate, the more accurate the effective baudrate can be.

Diese Seite in anderen Sprachen - This page in other languages - Cette page dans d'autres langues - Queste pagine in altre Lingue

LanguageDE S.png [[OSCam/de/{{#titleparts:OSCam/en/examples/Overclocking|3|3}}|Deutsch]] LanguageEN S.png [[OSCam/en/{{#titleparts:OSCam/en/examples/Overclocking|3|3}}|English]] LanguageFR S.png [[OSCam/fr/{{#titleparts:OSCam/en/examples/Overclocking|3|3}}|Français]] LanguageIT S.png [[OSCam/it/{{#titleparts:OSCam/en/examples/Overclocking|3|3}}|Italiano]]