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?