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.

ICAM Patch oscam-emu

Status
Für weitere Antworten geschlossen.
@SaMMyMaster

Leider funktioniert der ARM-Toolchain nicht bei mir. Muss man da bestimmte Pakete noch updaten?
Anbei mein Error-Log:


edit: so ?

Code:
sudo apt-get update
cd ~/Downloads
wget -c https://packages.ubuntu.com/impish/amd64/libc6/download/libc6_2.34-0ubuntu3_amd64.deb
sudo apt-get install ./libc6_2.34-0ubuntu3_amd64.deb
 
Zuletzt bearbeitet:
Hi,
wenn ich Sky Sport mit Icam schaue und umschalte dreht sich der spinner 1x ( Zeitverzögerung ), auf Sky Filme st das nicht so. Openatv 7,1
Bei Egami 10.1 ist das nicht so, umschalten bei Sky Film + Sky Sport ohne Zeitverzögerung.
Woran kann das liegen ?
 
Apropos Zeitverzögerung....

Hab die v8 von Alex, und heute das erste Mal auf Bundesliga uhd gezappt.
Es wird mir timeout 5001ms angezeigt.
Sorry fur die Frage, aber die UHD Sender sind nicht hellzuvekommen?

Gesendet von meinem SM-A515F mit Tapatalk
 
Fehler gefunden, Sportsender waren auf gsteamer eingestellt. Auf DVB geändert und alles läuft prima.
 
Ich wollte auch nochmal kurz Feedback zu den Toolchains geben. Leider funktionieren beide bei mir nicht. Er fängt bei mir gar nicht an zu bauen:

toolchain : multi_ssl_arm
status : compiler found
compiler : arm-multi_ssl-linux-gnueabihf-gcc

| set : USE_UTF8=1
| set : USE_LIBCRYPTO=1
| set : CONF_DIR=/etc/tuxbox/config
| ISPATCHED : YES
| MAX_CPUS : use 16 of 32 CPU(s)
| CONF_DIR : /etc/tuxbox/config
| UseFlags : USE_LIBCRYPTO=1 USE_UTF8=1
| Addons : WEBIF LIVELOG JQUERY DVBAPI READ_SDT IRDETO_GUESSING DEBUG MONITOR LB EMU SOFTCAM ARM_NEON
| Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX SCAM
| Readers : NAGRA NAGRA_MERLIN IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG BULCRYPT GRIFFIN DGCRYPT
| CardRdrs : PHOENIX INTERNAL STINGER
| Binary : /mnt/f/s3_releases/support/binaries/oscam-svn11715-multi_ssl_arm-webif-dvbapi-emu798
GEN --------> webif/pages.c
GEN --------> Compressed 408256 template bytes into 166358 bytes. 241898 saved bytes (59.25%).

TIME -------> [ 0 min(s) 13 secs ]

Betriebssystem: Ubuntu 20.04.5 LTS (WSL2) unter Windows 11

Gruß
Half-Life
 
Here both toolchains compile just fine.
 
Zuletzt bearbeitet von einem Moderator:
Mit Ubuntu 20.10 läuft der ARM-Toolchain durch. Aber die Oscam wird auf ein Himmelsender ohne Fehlermeldung bei VTI gekillt (beendet).
 
@Tec-Hi

Ja anbei, jedenfalls ist der Toolchain arm nicht kompatibel zu VTI15.01, denke das liegt an den Paketen von sammy***. Der solo4k Toolchain ist da am besten.
edit: patch ist v8opt - aber irgendwie hat er Neon nicht drin <-- eventuell doch ein anderes Problem obwohl der patch richtig ausgeführt wurde

Code:
+-------------------------------------------------------------------------------
| OSCam ver: smod rev: git+385+48dd152 target: arm-multi_ssl-linux-gnueabihf-ssl
| Tools:
|  CROSS    = /opt/s3_releases/support/toolchains/multi_ssl_arm/bin/arm-multi_ssl-linux-gnueabihf-
|  CC       = /opt/s3_releases/support/toolchains/multi_ssl_arm/bin/arm-multi_ssl-linux-gnueabihf-gcc
| Settings:
|  CONF_DIR = /etc/tuxbox/config
|  CC_OPTS  = -O1 -ggdb -pipe -ffunction-sections -fdata-sections -o nodeadcode
|  CC_WARN  = -W -Wall -Wshadow -Wredundant-decls -Wstrict-prototypes -Wold-style-definition
|  CFLAGS   = -fexpensive-optimizations -mfpu=neon -fexpensive-optimizations -fexpensive-optimizations -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_UTF8=1 -DWITH_UTF8
|  LDFLAGS  = -Wl,--gc-sections -DWITH_SSL=1 -DWITH_LIBCRYPTO=1 -DWITH_UTF8=1 -DWITH_UTF8
|  LIBS     = -lssl -lcrypto -lm -lpthread -ldl
|  UseFlags = USE_SSL=1 USE_LIBCRYPTO=1 USE_UTF8=1
| Config:
|  Addons   : WEBIF WEBIF_LIVELOG WEBIF_JQUERY WITH_SSL HAVE_DVBAPI READ_SDT_CHARSETS IRDETO_GUESSING CS_ANTICASC WITH_DEBUG WITH_LB CS_CACHEEX CS_CACHEEX_AIO CW_CYCLE_CHECK WITH_CARDLIST WITH_EMU WITH_SOFTCAM
|  Protocols: CAMD35 CAMD35_TCP NEWCAMD CCCAM CCCSHARE GBOX SCAM SERIAL CONSTCW
|  Readers  : NAGRA NAGRA_MERLIN IRDETO CONAX CRYPTOWORKS SECA VIACCESS VIDEOGUARD DRE TONGFANG STREAMGUARD JET BULCRYPT GRIFFIN DGCRYPT
|  CardRdrs : PHOENIX INTERNAL STINGER
|  Compiler : arm-multi_ssl-linux-gnueabihf-gcc (crosstool-NG 1.25.0.95_7622b49) 12.2.0
|  Config   : build/arm-multi_ssl-linux-gnueabihf-ssl/config.mak
|  Binary   : /opt/s3_releases/support/binaries/oscam-svn2226-multi_ssl_arm-webif-dvbapi-ssl-emu798
+-------------------------------------------------------------------------------
HOSTCC    webif/pages_gen
pages_gen.c: In function ‘parse_index_file’:
pages_gen.c:211:58: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size 256 [-Wformat-truncation=]
  211 |         snprintf(templates.data[templates.num].var, pos, "%s", var); \
      |                                                          ^~~~
pages_gen.c:215:17: note: in expansion of macro ‘template_set’
  215 |                 template_set(deps);
      |                 ^~~~~~~~~~~~
pages_gen.c:211:59: note: format string is defined here
  211 |         snprintf(templates.data[templates.num].var, pos, "%s", var); \
      |                                                           ^~
In file included from /usr/include/stdio.h:906,
                 from pages_gen.c:21:
In function ‘snprintf’,
    inlined from ‘parse_index_file’ at pages_gen.c:215:3:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:54:10: note: ‘__builtin_snprintf’ output between 1 and 1024 bytes into a destination of size 256
   54 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   55 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   56 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
GEN    webif/pages.c
GEN    Compressed 533096 template bytes into 205288 bytes. 327808 saved bytes (61.49%).
CC    cscrypt/i_cbc.c
CC    cscrypt/i_ecb.c
CC    cscrypt/jet_twofish.c
CC    cscrypt/i_skey.c
CC    cscrypt/jet_dh.c
CC    cscrypt/md5.c
CC    cscrypt/rc6.c
CC    cscrypt/fast_aes.c
CC    cscrypt/des.c
CC    cscrypt/sha256.c
CC    csctapi/protocol_t1.c
CC    cscrypt/mdc2.c
CC    cardlist.c
CC    csctapi/atr.c
CC    csctapi/icc_async.c
CC    csctapi/io_serial.c
CC    csctapi/protocol_t0.c
CC    csctapi/ifd_phoenix.c
CC    csctapi/ifd_sci.c
CC    minilzo/minilzo.c
CC    csctapi/ifd_stinger.c
CC    module-cacheex.c
CC    module-camd35.c
CC    module-anticasc.c
CC    module-camd35-cacheex.c
CC    module-cccam-cacheex.c
CC    module-cccam.c
CC    module-constcw.c
CC    module-cccshare.c
CC    module-emulator.c
CC    module-emulator-osemu.c
CC    module-emulator-streamserver.c
CC    module-emulator-biss.c
CC    module-emulator-cryptoworks.c
CC    module-emulator-nagravision.c
CC    module-emulator-irdeto.c
CC    module-emulator-director.c
CC    module-emulator-powervu.c
CC    module-emulator-icam.c
module-emulator-director.c: In function 'parse_emm_nano_tags':
module-emulator-director.c:484:75: warning: the comparison will always evaluate as 'true' for the pointer operand in 'tagData + 16' must not be NULL [-Waddress]
  484 |                                                 if ((tagData + 4 + 5 + 7) != 0x00) // check if key looks valid (last byte 0x00)
      |                                                                           ^~
CC    module-emulator-viaccess.c
CC    ffdecsa/ffdecsa.c
CC    module-csp.c
CC    module-cw-cycle-check.c
CC    module-dvbapi-chancache.c
CC    module-gbox-helper.c
CC    module-gbox-sms.c
CC    module-gbox-remm.c
CC    module-dvbapi.c
CC    module-gbox.c
CC    module-gbox-cards.c
CC    module-ird-guess.c
CC    module-newcamd.c
CC    module-scam.c
CC    module-newcamd-des.c
CC    module-serial.c
CC    module-webif-lib.c
module-serial.c: In function 'init_oscam_ser':
module-serial.c:1299:20: warning: the comparison will always evaluate as 'true' for the pointer operand in 'p + 1' must not be NULL [-Waddress]
 1299 |                 if(!(p + 1) || (!(p + 1)[0])) { return NULL; }
      |                    ^
CC    module-webif-tpl.c
CC    module-stat.c
CC    module-webif.c
module-scam.c: In function 'scam_generate_deskey':
module-scam.c:90:17: warning: 'memcpy' specified size between 4294967289 and 4294967295 exceeds maximum object size 2147483647 [-Wstringop-overflow=]
   90 |                 memcpy(tmpKey, keyString, passLen);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
module-scam.c:63:25: note: destination object allocated here
   63 |         uint8_t iv[8], *tmpKey;
      |                         ^~~~~~
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-dre-cas.c
CC    reader-dre-common.c
CC    reader-dre-st20.c
CC    reader-griffin.c
CC    reader-irdeto.c
CC    reader-nagra.c
CC    reader-nagracak7.c
CC    reader-nagra-common.c
CC    reader-seca.c
CC    reader-tongfang.c
CC    reader-streamguard.c
CC    reader-jet.c
CC    reader-viaccess.c
CC    reader-videoguard-common.c
CC    reader-videoguard1.c
CC    reader-videoguard12.c
CC    reader-videoguard2.c
CC    oscam-hashtable.c
CC    oscam-aes.c
CC    oscam-array.c
CC    oscam-cache.c
CC    oscam-client.c
CC    oscam-chk.c
CC    oscam-conf.c
CC    oscam-conf-chk.c
CC    oscam-conf-mk.c
CC    oscam-config-account.c
CC    oscam-config-null.c
CC    oscam-config-global.c
CC    oscam-config.c
CC    oscam-ecm.c
CC    oscam-emm-cache.c
CC    oscam-config-reader.c
CC    oscam-emm.c
CC    oscam-failban.c
CC    oscam-files.c
oscam-config.c: In function 'chk_cccam_cfg_F_more':
oscam-config.c:1593:42: warning: declaration of 'caid' shadows a global declaration [-Wshadow]
 1593 |                                 uint16_t caid=0,srvid=0;
      |                                          ^~~~
oscam-config.c:29:10: note: shadowed declaration is here
   29 | uint32_t caid;
      |          ^~~~
oscam-config.c: In function 'read_cccamcfg':
oscam-config.c:1685:17: warning: declaration of 'caid' shadows a global declaration [-Wshadow]
 1685 |         int32_t caid,prid;
      |                 ^~~~
oscam-config.c:29:10: note: shadowed declaration is here
   29 | uint32_t caid;
      |          ^~~~
CC    oscam-garbage.c
CC    oscam-log-reader.c
CC    oscam-net.c
CC    oscam-llist.c
CC    oscam-lock.c
CC    oscam-log.c
CC    oscam-reader.c
CC    oscam-simples.c
CC    oscam-string.c
CONF    build/arm-multi_ssl-linux-gnueabihf-ssl/config.c
CC    oscam-work.c
CC    oscam-time.c
CC    oscam.c
LINK    /opt/s3_releases/support/binaries/oscam-svn2226-multi_ssl_arm-webif-dvbapi-ssl-emu798.debug
/opt/s3_releases/support/toolchains/multi_ssl_arm/bin/../lib/gcc/arm-multi_ssl-linux-gnueabihf/12.2.0/../../../../arm-multi_ssl-linux-gnueabihf/bin/ld.bfd: warning: SoftCam.Key: missing .note.GNU-stack section implies executable stack
/opt/s3_releases/support/toolchains/multi_ssl_arm/bin/../lib/gcc/arm-multi_ssl-linux-gnueabihf/12.2.0/../../../../arm-multi_ssl-linux-gnueabihf/bin/ld.bfd: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
STRIP    /opt/s3_releases/support/binaries/oscam-svn2226-multi_ssl_arm-webif-dvbapi-ssl-emu798

 |  TIME  >    [  0 min(s) 9 secs ]

 lösche oscam-svn2226-multi_ssl_arm-webif-dvbapi-ssl-emu798.debug
 
Zuletzt bearbeitet von einem Moderator:
Wurde hier die letzten Tage mal geschrieben wegen der umschaltgeschichte bei VTI ?
An die Leute mit VTI 15.0.01 und Icam Sender, klappt es bei euch nun das die anderen Sender nicht mehr ausgegraut sind und man einen zwischenstep braucht um von Icam zu normal zu switchen?
Weiß man wie genau das durchs VTI Team gelöst wurde beim update, oder muss man zwangsläufig auch zu 15.0.01 updaten um es zu beheben oder gibts da vll noch/schon eine pluginmäßige option oder ne andere einstellung vll.
 
Über das "wie genau" wirst du vom VTI Team nichts erfahren.
Beschreibungen zu Updates wurden auch in der Vergangenheit immer nur grob umrissen.
 
Status
Für weitere Antworten geschlossen.
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…