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.

Problems with OScam

    Nobody is reading this thread right now.

dm800pvr

Newbie
Registriert
12. Februar 2011
Beiträge
4
Reaktionspunkte
0
Punkte
21
I have the same problem
Warning: F=0 is invalid, forcing FI=1

Please help how can I sort out the problem

Its from this source:

icc_async.c
Code:
    //make sure no zero values
    double F =    (double) atr_f_table[FI];
    if (!F) {
        FI = ATR_DEFAULT_FI;
        cs_log("Warning: F=0 is invalid, forcing FI=%d", FI);
    }
    if (!d) {
        d = ATR_DEFAULT_D;
        cs_log("Warning: D=0 is invalid, forcing D=%.0f",d);
    }

    if (deprecated == 0)
        return InitCard (reader, atr, FI, d, n, deprecated);
    else
        return InitCard (reader, atr, ATR_DEFAULT_FI, ATR_DEFAULT_D, n, deprecated);
}
cs_log("Warning: F=0 is invalid, forcing FI=%d", FI);
OSCAM 1.20-unstable_svn build #7253
Tested many mhz and both mouse and smartreader protocols with the exact same result!

it works without anyproblem before changing the frequency on this system and version before!
Any suggestion?
 
AW: Problems with OScam

Hi,

i moved you in the english section. You was in the wrong section!

Maybe try another OScam Binary. I think there will be a bug.
 
AW: Problems with OScam

nstall
new wersion oscam m8
 
better way complied own oscam & solved all issue

i did same
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…