Leider scheint sich seit Version 11728 keine OSCAM mehr fuer "cool" bauen zu lassen, wobei "cool2" funktioniert. Ohne Patch geht auch das Bauen fuer "cool". Hat jemand eine Idee?
Code:
CONF build/arm-cx2450x-linux-gnueabi-coolapi/config.c
LINK /home/freetz/s3_releases/support/binaries/oscam-svn11730-cool-webif-dvbapi.debug
build/arm-cx2450x-linux-gnueabi-coolapi/reader-nagracak7.o: In function `CreateRSAPair60':
/home/freetz/s3_releases/oscam-svn/reader-nagracak7.c:692: undefined reference to `BN_mod_inverse'
build/arm-cx2450x-linux-gnueabi-coolapi/reader-nagracak7.o: In function `CreateRSAPair68':
/home/freetz/s3_releases/oscam-svn/reader-nagracak7.c:746: undefined reference to `BN_mod_inverse'
collect2: ld returned 1 exit status
make[1]: *** [Makefile:404: /home/freetz/s3_releases/support/binaries/oscam-svn11730-cool-webif-dvbapi.debug] Error 1
make: *** [Makefile:376: all] Error 2
Ah verstehe, was fehlt denn im dem Cak7 Patch? Der beruht ja auf cak7-svn-11726 und das einzigste was ich rausgenommen habe, weil dies im 799 emu/icam schon mitgepatch wird, ist der bereich config.sh. beim Rets habe ich nur die Hunks angepasst.
Ah verstehe, was fehlt denn im dem Cak7 Patch? Der beruht ja auf cak7-svn-11726 und das einzigste was ich rausgenommen habe, weil dies im 799 emu/icam schon mitgepatch wird, ist der bereich config.sh. beim Rets habe ich nur die Hunks angepasst.
@leyla38
Habe Deinen Patch auf 11731 angepasst, ich hoffe, dass ich es richtig gemacht habe, gerne nochmal kontrollieren. @OnkelAtze
Danke für Deinen wichtigen Hinweis, Verweis war falsch.
Anbei die korrigierte Fassung, Stand 07.01.2024
Ich hoffe, dass nun wirklich alles richtig ist.
Anhänge
Du musst angemeldet sein, um die Anhangsliste zu sehen.
Sorry I can’t write in German. However, I am writing here to ask you guys an opinion. What do you guys say if I apply this patch to Streamboard oscam trunk?
The actual reason is the nagra part on Streamboard oscam, particularly cak7, haven’t been updated for at least 5 years and I fully realized that nagra algorithm there has been outdated long time ago. I have reviewed the latest version of the patch and found out that there’s nothing in the patch harm the overall stability of oscam. Hence, I think this patch is good enough to go in the Streamboard trunk.
@ohmza
I like this patch very much and even if it's based on the old mega45 patch it works perfectly for a lot of cards (I run it with HD+, 1817, 1818, 1819, 1884). They all get EMM updates if you run it on local boxes via [dvbapi]. The problem is remote EMM update when you run it not localy but for instance on a raspi. The EMM handling and filtering is completely outdated, so the emm requests for cards other as HD+ don't come through. I fixed this for me by patching the normal trunk oscam client by adding correct emm handling for 1817-1819 and I am working on 1884 now, see my post here trunk patch So if you put the cak7 patch into trunk without update emm handling too, remote update would not work for cards others as HD+.
I am going to wait the information from @Kind regards before proceeding anything. In the meantime, @TV-Gamer Would you mind if I merge your patch with cak7 patch above and post it here?