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.

Support OS Cam auf pfSense

    Nobody is reading this thread right now.
AW: OS Cam auf pfSense

Habs auch gerade gemerkt.
Aber trotzdem das gleich. Siehe EDIT
 
AW: OS Cam auf pfSense

Füll mal die Seriennummer mit Nullen auf.... müssten glaub ich sechs oder sieben Stellen sein.

Und les mal den Hinweis des anderen Schreibers bezüglich der Firmware. Der meinte wenn die zu neu wäre, würde das nicht (mehr) gehen.

CU
 
AW: OS Cam auf pfSense

(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

Den Hinweis habe ich wahrgenommen, jedoch bin ich mit sicher nicht die neue zu haben. mein die letzte die ich drauf hatte war was mit 1.4. Aber auf keinen Fall die 1.7!
 
AW: OS Cam auf pfSense

Nein, auffüllen.

Du hast maximal sieben stellen, zwei sind bekannt "57" dann machst du die 0000057 draus ... wenns nur sechs stellen sind 000057

Cu
 
AW: OS Cam auf pfSense

Code:
(reader) um02_1 [smartreader] Smartreader device Serial:Reader 0000057 not found         
          (reader) um02_1 [smartreader] Cannot open device: Serial:Reader 0000057

Code:
(reader) um02_1 [smartreader] Smartreader device Serial:Reader 000057 not found         
        (reader) um02_1 [smartreader] Cannot open device: Serial:Reader 000057

Aber normal sieht das doch so ganz gut aus oder nicht?

Code:
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.

Scheint doch nur das Problem zu haben die karte nicht richtig erkennen zu können. Hat doch normal nix mit der device zu tun wenn ich das richtig verstehe?

welche version von oscam nutzt du aktuell?
 
AW: OS Cam auf pfSense

@ Grimeton,

wärst du mal so nett und könntest die aktuellste version von OSCAM für pfsense kompilieren?
 
AW: OS Cam auf pfSense

@ 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!
 
AW: OS Cam auf pfSense

was willst du denn mit dvbapi ?
 
AW: OS Cam auf pfSense

@ 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!


Ich bin mir nicht mehr sicher aber ich glaube mich zu erinnern das nur Teile der dvbapi portiert sind und oscam dann nicht richtig baut.

Es ist eigentlich ganz einfach oscam unter FreeBSD zu bauen. Man besorgt sich die version die pfsense nutzt, derzeit wohl 10.1, und installiert das ganze samt Header und Dev Umgebung in ner vm. Danach zieht man die neuste Versionsnummer via git und baut es. Das wars schon. Früher musste man teile der USB Schnittstelle patchen aber das ist heute nicht mehr notwendig.

Wenn man andere Dinge wie dvbapi möchte muss man vorher noch den Build anpassen und die Header installieren aber nochmal ich glaube zu wissen das die dvbapi 2 nur teilweise portiert wurde um die Treiber zum laufen zu bringen. Es macht auch nur Sinn wenn man auf dem FreeBSD Rechner direkt das Video schauen möchte und man kann das dvbapi Problem umgehen indem man tvheadend benutzt und oscam als codeword Server einträgt... Dann erledigt tvheadend die Arbeit ohne dvbapi iirc

Cu




Gesendet von meinem Internetzugangsgerät mit Tapatalk
 
AW: OS Cam auf pfSense

Eigentlich wollte ich tvheadend aus OpenELEC mit oscam auf der pfSense verbinden. Ja es gibt auch eine Oscam auf OpenELEC, aber die pfSense läuft immer, die tvheadend eben nicht. Aber die Möglichkeit tvheadend mit oscam als codeword Server habe ich nicht gekannt und werde ich mir gleich ansehen.

Vielen Dank für Deine Hilfe!
 
Zuletzt bearbeitet von einem Moderator:
AW: OS Cam auf pfSense

Ohne dvbapi
 
AW: OS Cam auf pfSense



Bitte einmal Updaten auf die aktuelle Version von OSCAM:emoticon-0111-blush Hab mich im kompilieren versucht, aber es scheint nicht mein Ding zu sein! :emoticon-0179-headb
 
Zuletzt bearbeitet von einem Moderator:
AW: OS Cam auf pfSense

Hi Grimeton

habs jetzt soweit hinbekommen oscam zu kompilieren.
jedoch bekomme ich unter der 32 bit freebsd 10.1 noch fehlermeldungen.
Code:
 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

desweiteren wollte ich dich mal fragen wie ich unter freebsd oscam mit libusb kompiliere.
reicht es mit

Code:
gmake USE_LIBUSB="1"

?
 
Zuletzt bearbeitet von einem Moderator:
AW: OS Cam auf pfSense

Hallo,

Warnings sind keine Fehler. Wenn er erfolgreich das Image baut ist alles ok.

Ja der Befehl sollte reichen um Libusb einzubauen.

Cu


Gesendet von meinem Internetzugangsgerät mit Tapatalk
 
AW: OS Cam auf pfSense

Jetzt habe ich noch ein problem.
Benutzernamen und/oder Passwörter werden mit der neu kompilierten Version nicht akzeptiert. Woran kann das denn aufeinmal liegen? Config ist die gleiche wie vorher!
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…