(reader) um02_1 [smartreader] Smartreader device Serial:Reader 000000 not found
(reader) um02_1 [smartreader] Cannot open device: Serial:Reader 000000
(reader) um02_1 [smartreader] Smartreader device Serial:Reader 0000000 not found
(reader) um02_1 [smartreader] Cannot open device: Serial:Reader 0000000
(reader) um02_1 [smartreader] Smartreader device Serial:Reader 0000057 not found
(reader) um02_1 [smartreader] Cannot open device: Serial:Reader 0000057
(reader) um02_1 [smartreader] Smartreader device Serial:Reader 000057 not found
(reader) um02_1 [smartreader] Cannot open device: Serial:Reader 000057
2015/11/15 14:14:15 6B197A60 r (reader) um02_1 [smartreader] creating thread for device Serial:Reader 57
(reader) um02_1 [smartreader] Reader initialized (device=Serial:Reader 57, detect=cd, mhz= AUTO, cardmhz=343)
(reader) um02_1 [smartreader] card detected
(reader) um02_1 [smartreader] Error activating card.
@ Grimeton
Wäre es auch möglich die Komponente dvbapi in die oscam zu kompilieren?
Oder ein howto, wie man sich die oscam unter freebsd (= pfsense) kompiliert?
Vielen Dank!
Hi,
ich hab mal ne OSCam version für pfSenseSie müssen registriert sein, um Links zu sehen.erstellt.
Läuft zusammen mit einem Smargo seit mehreren Monaten schmerzfrei.
Da pfSense auf allem läuft was eine x86 CPU hat, ist es bestimmt für viele eine interessante Alternative zu eine Fritzbox oder Ähnlichem
Falls den jemand haben möchte, sagt mir doch wie ich ihn Hochladen kann.
Danke!
Gruss,
G.
- - - - - - - - - -
Argh, falsches Prefix gewählt. Kann das jemand ändern?
CC csctapi/ifd_sc8in1.c
CC csctapi/ifd_sci.c
CC csctapi/ifd_smargo.c
CC csctapi/ifd_smartreader.c
CC csctapi/ifd_stinger.c
CC minilzo/minilzo.c
CC module-anticasc.c
module-anticasc.c: In function 'insert_zaplist':
module-anticasc.c:438:5: warning: format '%ld' expects argument of type 'long int', but argument 9 has type 'time_t' [-Wformat=]
cs_log_dbg(D_TRACE, "[zaplist] update Entry [%i] for Client: %s %04X@%06X/%04X/%04X TIME: %ld Diff: %ld zcw: %i(%i)", k, username(client), er->caid, er->prid, er->chid, er->srvid, zaptime, zaptime-client->client_zap_list[k].lasttime, zap_caid_weight, zap_caid_weight*2);
^
module-anticasc.c:438:5: warning: format '%ld' expects argument of type 'long int', but argument 10 has type 'time_t' [-Wformat=]
module-anticasc.c:462:5: warning: format '%ld' expects argument of type 'long int', but argument 9 has type 'time_t' [-Wformat=]
cs_log_dbg(D_TRACE, "[zaplist] new Entry [%i] for Client: %s %04X@%06X/%04X/%04X TIME: %ld", k, username(client), er->caid, er->prid, er->chid, er->srvid, zaptime);
^
CC module-cacheex.c
CC module-camd35-cacheex.c
CC module-camd35.c
CC module-cccam-cacheex.c
CC module-cccam.c
module-cccam.c: In function 'cc_cli_connect':
module-cccam.c:3971:2: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' [-Wformat=]
cs_log_dbg(D_READER, "cccam: last_s=%ld, last_g=%ld", rdr->last_s, rdr->last_g);
^
module-cccam.c:3971:2: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
CC module-cccshare.c
CC module-constcw.c
CC module-csp.c
CC module-cw-cycle-check.c
module-cw-cycle-check.c: In function 'cleanupcwcycle':
module-cw-cycle-check.c:156:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Cleanup] diff: %ld kct: %i", now - currentnode->time, kct);
^
module-cw-cycle-check.c: In function 'checkcwcycle_int':
module-cw-cycle-check.c:259:7: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump Stored CW] Client: %s EA: %s CW: %s Time: %ld", user, cwc_ecmf, cwc_cw, cwc->time);
^
module-cw-cycle-check.c:260:7: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump CheckedCW] Client: %s EA: %s CW: %s Time: %ld Timediff: %ld", user, er_ecmf, cwstr, now, now - cwc->time);
^
module-cw-cycle-check.c:260:7: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-cw-cycle-check.c:263:8: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Same CW but much too late] Client: %s EA: %s CW: %s Time: %ld Timediff: %ld", user, er_ecmf, cwstr, now, now - cwc->time);
^
module-cw-cycle-check.c:263:8: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-cw-cycle-check.c:285:7: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump Stored CW] Client: %s EA: %s CW: %s Time: %ld", user, cwc_ecmf, cwc_cw, cwc->time);
^
module-cw-cycle-check.c:286:7: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump CheckedCW] Client: %s EA: %s CW: %s Time: %ld Timediff: %ld", user, er_ecmf, cwstr, now, now - cwc->time);
^
module-cw-cycle-check.c:286:7: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-cw-cycle-check.c:289:8: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Same CW but much too late] Client: %s EA: %s CW: %s Time: %ld Timediff: %ld", user, er_ecmf, cwstr, now, now - cwc->time);
^
module-cw-cycle-check.c:289:8: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-cw-cycle-check.c:345:7: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Valid CW 0 Cycle] Client: %s EA: %s Timediff: %ld Stage: %i Cycletime: %i dyncycletime: %i nextCycleCW = CW%i from Reader: %s", user, er_ecmf, now - cwc->time, cwc->stage, cwc->cycletime, cwc->dyncycletime, cwc->nextcyclecw, reader);
^
module-cw-cycle-check.c:353:7: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Valid CW 1 Cycle] Client: %s EA: %s Timediff: %ld Stage: %i Cycletime: %i dyncycletime: %i nextCycleCW = CW%i from Reader: %s", user, er_ecmf, now - cwc->time, cwc->stage, cwc->cycletime, cwc->dyncycletime, cwc->nextcyclecw, reader);
^
module-cw-cycle-check.c:355:6: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump Stored CW] Client: %s EA: %s CW: %s Time: %ld", user, cwc_ecmf, cwc_cw, cwc->time);
^
module-cw-cycle-check.c:356:6: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump CheckedCW] Client: %s EA: %s CW: %s Time: %ld Timediff: %ld", user, er_ecmf, cwstr, now, now - cwc->time);
^
module-cw-cycle-check.c:356:6: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-cw-cycle-check.c:383:7: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
{ cs_log_dbg(D_CWC, "cyclecheck [ATTENTION!! NON Valid CW] Client: %s EA: %s Timediff: %ld Stage: %i Cycletime: %i dyncycletime: %i nextCycleCW = CW%i from Reader: %s", user, er_ecmf, now - cwc->time, cwc->stage, cwc->cycletime, cwc->dyncycletime, cwc->nextcyclecw, reader); }
^
module-cw-cycle-check.c:385:7: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
{ cs_log_dbg(D_CWC, "cyclecheck [ATTENTION!! NON Valid CW Cycle] NO CW Cycle detected! Client: %s EA: %s Timediff: %ld Stage: %i Cycletime: %i dyncycletime: %i nextCycleCW = CW%i from Reader: %s", user, er_ecmf, now - cwc->time, cwc->stage, cwc->cycletime, cwc->dyncycletime, cwc->nextcyclecw, reader); }
^
module-cw-cycle-check.c:386:6: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump Stored CW] Client: %s EA: %s CW: %s Time: %ld", user, cwc_ecmf, cwc_cw, cwc->time);
^
module-cw-cycle-check.c:387:6: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Dump CheckedCW] Client: %s EA: %s CW: %s Time: %ld Timediff: %ld", user, er_ecmf, cwstr, now, now - cwc->time);
^
module-cw-cycle-check.c:387:6: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-cw-cycle-check.c:434:8: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Set Stage 1] %s Cycletime: %i Lockdiff: %ld", cwc_ecmf, cwc->cycletime, now - cwc->locktime);
^
module-cw-cycle-check.c:449:8: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Set Stage 2] %s Cycletime: %i Lockdiff: %ld", cwc_ecmf, cwc->cycletime, now - cwc->locktime);
^
module-cw-cycle-check.c:477:9: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Set Stage 3] %s Cycletime: %i Lockdiff: %ld nextCycleCW = CW%i", cwc_ecmf, cwc->cycletime, now - cwc->locktime, cwc->nextcyclecw);
^
module-cw-cycle-check.c:510:8: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Back to Stage 3] %s Cycletime: %i Lockdiff: %ld nextCycleCW = CW%i", cwc_ecmf, cwc->cycletime, now - cwc->locktime, cwc->nextcyclecw);
^
module-cw-cycle-check.c:520:9: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Back to Stage 1] too much cyclefailure, maybe cycletime not correct %s Cycletime: %i Lockdiff: %ld nextCycleCW = CW%i", cwc_ecmf, cwc->cycletime, now - cwc->locktime, cwc->nextcyclecw);
^
module-cw-cycle-check.c:539:6: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Ignore this EA] for LearningStages because of locktime EA: %s Lockdiff: %ld", cwc_ecmf, now - cwc->locktime);
^
module-cw-cycle-check.c:611:5: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Store New Entry] %s Time: %ld Stage: %i Cycletime: %i Locktime: %ld", er_ecmf, new->time, new->stage, new->cycletime, new->locktime);
^
module-cw-cycle-check.c:611:5: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-cw-cycle-check.c:650:3: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CWC, "cyclecheck [Update Entry and add on top] %s Time: %ld Stage: %i Cycletime: %i", er_ecmf, cwc->time, cwc->stage, cwc->cycletime);
^
CC module-dvbapi-chancache.c
CC module-dvbapi.c
CC module-gbox-helper.c
CC module-gbox-sms.c
CC module-gbox-cards.c
CC module-gbox.c
CC module-ird-guess.c
CC module-monitor.c
CC module-newcamd.c
CC module-newcamd-des.c
CC module-pandora.c
CC module-ghttp.c
CC module-radegast.c
module-radegast.c: In function 'radegast_cli_init':
module-radegast.c:307:2: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CLIENT, "radegast: last_s=%ld, last_g=%ld", cl->reader->last_s, cl->reader->last_g);
^
module-radegast.c:307:2: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
CC module-scam.c
module-scam.c: In function 'scam_client_init':
module-scam.c:625:2: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' [-Wformat=]
cs_log_dbg(D_CLIENT, "scam: last_s=%ld, last_g=%ld", cl->reader->last_s, cl->reader->last_g);
^
module-scam.c:625:2: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
CC module-serial.c
CC module-stat.c
module-stat.c: In function 'load_stat_from_file':
module-stat.c:172:9: warning: format '%ld' expects argument of type 'long int *', but argument 10 has type 'time_t *' [-Wformat=]
&s->time_avg, &s->ecm_count, &s->last_received.time, &s->fail_factor, &s->ecmlen);
^
module-stat.c: In function 'save_stat_to_file_thread':
module-stat.c:367:7: warning: format '%ld' expects argument of type 'long int', but argument 11 has type 'time_t' [-Wformat=]
s->srvid, (uint16_t)s->chid, s->time_avg, s->ecm_count, s->last_received.time, s->fail_factor, s->ecmlen);
^
CC module-webif-lib.c
CC module-webif-tpl.c
CC module-webif.c
module-webif.c: In function 'get_ecm_fullhistorystring':
module-webif.c:414:5: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
pos += snprintf(value + pos, needed - pos, "%s%d:%d:%ld", dot, cl->cwlastresptimes[k].duration, cl->cwlastresptimes[k].rc, cl->cwlastresptimes[k].timestamp);
^
module-webif.c:414:5: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'time_t' [-Wformat=]
module-webif.c: In function 'process_request':
module-webif.c:7770:5: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
tpl_printf(vars, TPLADD, "APIRUNTIME", "%ld", now - first_client->login);
^
CC webif/pages.c
CC reader-common.c
CC reader-bulcrypt.c
CC reader-conax.c
CC reader-cryptoworks.c
CC reader-dgcrypt.c
CC reader-dre.c
CC reader-griffin.c
CC reader-irdeto.c
CC reader-nagra.c
CC reader-seca.c
CC reader-tongfang.c
CC reader-viaccess.c
CC reader-videoguard-common.c
CC reader-videoguard1.c
CC reader-videoguard12.c
CC reader-videoguard2.c
CC oscam-aes.c
CC oscam-array.c
CC oscam-hashtable.c
CC oscam-cache.c
CC oscam-chk.c
CC oscam-client.c
CC oscam-conf.c
CC oscam-conf-chk.c
CC oscam-conf-mk.c
CC oscam-config-account.c
CC oscam-config-global.c
CC oscam-config-reader.c
CC oscam-config.c
CC oscam-ecm.c
oscam-ecm.c: In function 'send_dcw':
oscam-ecm.c:973:6: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
{ cs_log("[zaplist] ACoSC for Client: %s penalty_duration: %ld seconds left(%s)", username(client), client->account->acosc_penalty_until - zaptime, info3); }
^
CC oscam-emm.c
CC oscam-emm-cache.c
oscam-emm-cache.c: In function 'emm_save_cache':
oscam-emm-cache.c:69:3: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'time_t' [-Wformat=]
result = fprintf(file, "%s,%ld,%ld,%02X,%04X,%s\n", tmp_emmd5, c->firstseen.time, c->lastseen.time, c->type, c->len, tmp_emm);
^
oscam-emm-cache.c:69:3: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
oscam-emm-cache.c: In function 'save_emmstat_to_file':
oscam-emm-cache.c:256:5: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
result = fprintf(file, "%s,%s,%ld,%ld,%02X,%04X\n", rdr->label, tmp_emmd5, s->firstwritten.time, s->lastwritten.time, s->type, s->count);
^
oscam-emm-cache.c:256:5: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'time_t' [-Wformat=]
CC oscam-failban.c
oscam-failban.c: In function 'cs_check_v':
oscam-failban.c:92:4: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'time_t' [-Wformat=]
cs_log_dbg(D_TRACE, "failban: ban ip %s:%d with timestamp %ld%s%s",
^
CC oscam-files.c
CC oscam-garbage.c
CC oscam-lock.c
CC oscam-log.c
oscam-log.c: In function 'cs_statistics':
oscam-log.c:693:6: warning: format '%ld' expects argument of type 'long int', but argument 20 has type 'time_t' [-Wformat=]
channame);
^
oscam-log.c:693:6: warning: format '%ld' expects argument of type 'long int', but argument 21 has type 'time_t' [-Wformat=]
oscam-log.c:693:6: warning: format '%ld' expects argument of type 'long int', but argument 20 has type 'time_t' [-Wformat=]
oscam-log.c:693:6: warning: format '%ld' expects argument of type 'long int', but argument 21 has type 'time_t' [-Wformat=]
CC oscam-log-reader.c
CC oscam-net.c
CC oscam-llist.c
CC oscam-reader.c
CC oscam-simples.c
CC oscam-string.c
CC oscam-time.c
CC oscam-work.c
CC oscam.c
oscam.c: In function 'write_versionfile':
oscam.c:370:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'time_t' [-Wformat=]
fprintf(fp, "Unix starttime: %ld\n", walltime);
^
CONF build/i386-portbld-freebsd10.1-libusb/config.c
gmake USE_LIBUSB="1"
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?
Wir verwenden Cookies und ähnliche Technologien für folgende Zwecke:
Akzeptieren Sie Cookies und diese Technologien?