Posts by hyuma

    I noticed that I had that = 0 at the end of disablecrccws_only_for settings. Server shoudl be good, but seems like that on some spanish "foros" this moviestar is problematic. So for now I will be keep an eye on that. I also added the settings on conf file lb_mode = 0 (I think I found the suggestion on Github). I will let you know my progresses.


    EDIT1: seems like M+ sends CW00000000000000000000 to confuse the Oscam...

    I'm doing some testin on M+ and I just noticed the error message on the log:


    Demuxer 0 restarting decoding requests after 5 ms with 1 enabled and 0 disabled ecmpids!


    this because of:


    dvbapiau (P: 1810:000000:74D5:088E:0000: #ECM_L:8E #CW=00000000000000000000000000000000 HOP:01): not found (391 ms) by xxxxx (F/7/7/7) - M+LCAMPEON2


    then it's happened again:



    Code
    2023/04/24 10:14:43 6E716B55 c      (ecm) dvbapiau (P: 1810:000000:74D5:088E:0000: #ECM_L:8E #CW=00000000000000000000000000000000 HOP:01): not found (3919 ms) by xxxxx (F/7/7/7) - M+LCAMPEON22023/04/24 10:14:43 6E716B55 c   (dvbapi) Demuxer 0 restarting decoding requests after 7 ms with 1 enabled and 0 disabled ecmpids!2023/04/24 10:14:43 6E716B55 c   (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 1810 PROVID 000000 ECMPID 088E ANY CHID PMTPID 0408 VPID 00A42023/04/24 10:14:43 6E716B55 c      (ecm) dvbapiau (P: 1810:000000:74D5:088E:0000: #ECM_L:8E #CW=00000000000000000000000000000000 HOP:01): not found (5 ms) by xxxxx (F/7/7/7) - M+LCAMPEON22023/04/24 10:14:43 6E716B55 c   (dvbapi) Demuxer 0 restarting decoding requests after 7 ms with 1 enabled and 0 disabled ecmpids!2023/04/24 10:14:43 6E716B55 c   (dvbapi) Demuxer 0 trying to descramble PID 0 CAID 1810 PROVID 000000 ECMPID 088E ANY CHID PMTPID 0408 VPID 00A42023/04/24 10:14:49 6E716B55 c      (ecm) dvbapiau (P: 1810:000000:74D5:088E:0000: #ECM_L:8E #CW=00000000000000000000000000000000 HOP:01): timeout (5000 ms) (F/4/7/7) - M+LCAMPEON2


    I thought It could be a sort of config error, but I'm oscam.conf I have:


    Code
    disablecrccws                 = 1
    disablecrccws_only_for        = 1708:000000;1811:003311,003315;09C4:000000;098D:000000;0500:030B00,042820;0604:000000;1819:00006D;0100:00006D;1810:000000;1884:000000;0E00:000000      = 0


    What do you think guys?

    jenseneverest I was checking this part of the code:


    Code
    for file in enigma2-plugin-softcams-gosatplus-oscam enigma2-plugin-softcams-powercam-oscam enigma2-plugin-softcams-revcam-oscam enigma2-plugin-softcams-supcam-oscam; do
        if grep -qs "Package: $file" $STATUS; then
            arrVar+=("$file")
        fi
    done

    in the for cycle there isn't a check for enigma2-plugin-softcams-oscam package, is this normal? It should be present, to remove also that package, no?

    My guessing is that arrVar variable added, in some way that I'm not sure because need debugging, another parenthesis when try to checking the package installed, because the message "unexpected ("

    I also had installed the libusb1.0 with


    Code
    opkg install libusb-compat

    and now with the command: okpg list-installed I have this output:

    Code
    .....
    libusb-0.1-4 - 1:0.1.7-r0
    libusb-1.0-0 - 1.0.23-r0
    ....

    And so the process after reboot is present:


    pasted-from-clipboard.png


    To see the process type on the terminal the command: top

    Now I fixed that error by putting the DM800HD se in standby mode and after killed the preivew oscam process checked with "top" command. I got that error with dm800 powered on and old Oscam from Mohamed working.


    It could be interesting in the bash scripting add the:

    Code
    set -x

    to debug it. But I'm thinking that that kind of errors happens when preview Oscam is running.


    EDIT:


    complete comand should be:

    Code
    opkg --force-reinstall --force-downgrade install enigma2-plugin-softcams-oscam_11718-emu-icam_all.ipk

    pasted-from-clipboard.png


    When I try to install on my dm800hd the ipk i have the sitatuion on the screen. in Line 11 of the oscam.postrm there is a parenthesis somewhere that fail the install.. It's possible to see the code of that file?

    Code
    opkg --force-reinstall --force-downgrade install enigma2-plugin-softcams-oscam_11718-emu-icam_all.ipk

    I think the icam patch for UK and IT need some improvements/adjustments to use with Dreambox One/TWO, because there are some messages "connecting... couldn't find media type" and the cam needs to be restarted.


    With DE everything is working fine - this also occured but have been fixed posteriorly.


    Best regards

    I noticed this issue on my dm800dh se. Replacing the binary with the mipsel one is not good for me. Also installing ipk with opkg command not good either. I'm using the mohamed python script for installing oscam and Icam DE is ok for me.

    Hey people I've fixed the script. The script was old and working with very old python version. Now the code is ok and works with Python 3.x versions. You can text by yourself and you can unpack every .nfi image. Let me know if you have some issue. You can get the file from attachment below.



    edit: THE FILE IS AVAILABLE IN THE NEXT POST, I MADE OTHER CHANGES.

    I've installed on my dm800hd with openpli 10.3 oscam 11715-798 and configured enigma for stream relay and now I've the channelist ok, but when I go on DE channel i only see black screen and tehre is a sort of yellow circle on the chanel... any help?