Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

gelöst DM7000 update auf OScam_1.20

AW: DM7000 update auf OScam_1.20

Link ist nicht mehr aktiv.oder sofort easy configs kopieren,
aber beim reader immer mhz ändern, falls version ab 8940 verwendet wird
 
DM500 / DM600 / DM7000 / DM7020 = PLL 3150
DM500HD / DM800 / DM800SE / DM8000HD / DM7020HD = PLL 2700

Which one is for DM900UHD and DM520HD ? DreamOne/DreamTwo ?

Thank you,

TS
 
Modelle mit PPC-CPU (DM500/DM600/DM7000/DM7020): "cardmhz = 3150"
Modelle mit MIPS-CPU (DM500HD/DM800/DM800SE/DM8k/DM7020HD etc.): "cardmhz = 2700"
Die DM7025 ist speziell: "cardmhz = 8300"

Attention: DM900UHD seems special in lower frequencies (385=4.5Mhz, 337=3.85Mhz, 300=3.37Mhz)

DM520/525--> MIPS-CPU-->PLL = 2700
 
Thank you, we successfully compiled the DM900UHD OSCam version at 5.25 Mhz, 3150. Working good, if this helps the guys around here is the "patch" below.

TS

Code:
--- a/oscam.c
+++ b/oscam.c
@@ -849,6 +849,11 @@
     read_line_from_file("/proc/stb/info/vumodel", vumodel, sizeof(vumodel));
     if (vumodel[0] && !boxtype[0] && !azmodel)
     {
+        if (strstr(model, "dm900"))
+        {
+            snprintf(boxtype, sizeof(boxtype), "%s", model);
+        }
+        else
         snprintf(boxtype, sizeof(boxtype), "vu%s", vumodel);
     }
     if (!boxtype[0] && azmodel)

--- a/reader-common.c
+++ b/reader-common.c
@@ -347,6 +347,9 @@
     {
         if(reader->typ == R_INTERNAL)
         {
+            if(boxtype_is("dm900"))
+                {reader->cardmhz = 3150; reader->mhz = 525;}
+
             if(boxtype_is("dm8000") || boxtype_is("dm800") || boxtype_is("dm800se"))
                 {reader->cardmhz = 2700;}
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…