+ Antworten
Seite 50 von 53 ErsteErste ... 404849505152 ... LetzteLetzte
Ergebnis 491 bis 500 von 523

Hybrid-Darstellung

  1. #1
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    On my build machine with Linux Mint 19.3 ggc 4.9.4 build without problems (takes about three quarters of an hour) and the image build with that compiler completes normally. It is not clear to me whether the build of gcc 4.94 fails or there are error in the image build using gcc 4.9.4.

    Meanwhile I have pushed a make.sh that uses gcc .4.8.4. The push of the one with gcc 4.9.4 was in error, although one is of course free to use the gcc version one prefers.

    The pti.ko build from my driver git indeed does not descramble locked channels. For that you need pti-np (np=non-public) which is not open source.

    Regards,

    Audioniek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers


  2. #2
    Benutzer
    Registriert seit
    25.11.2012
    Beiträge
    64
    Thanks
    47
    Thanked 19 Times in 15 Posts
    Hi
    try add this Line in folder https://github.com/Audioniek/buildsy...9.4-sh4.config

    CT_GCC_4_9_4=y

    save and rebuild

  3. The Following User Says Thank You to pop1234 For This Useful Post:



  4. #3
    Benutzer
    Registriert seit
    24.05.2014
    Beiträge
    94
    Thanks
    44
    Thanked 27 Times in 19 Posts
    HI
    I build with Linux Mint 19.3 32bits
    I added the line
    but it does not work
    log=
    make: *** Aucune règle pour fabriquer la cible « /home/xxxxx/buildsystem/tufsbox/cdkroot/lib/libc.so.6 », nécessaire pour « /home/xxxxx/buildsystem/.deps/bootstrap ». Arrêt.


    Regards
    ainouna
    Geändert von ainouna (24.07.2022 um 13:44 Uhr)


  5. #4
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Something goes wrong with building gcc 4.9.4 as it should leave a file libc.so.6 /home/xxxxx/buildsystem/tufsbox/sh4-stm-linux-gnu/sys-root/lib which is then copied to /home/xxxxx/buildsystem/tufsbox/cdkroot/lib.

    The correct line in the config file should read CT_GCC_4_9=y as it is in the git.

    As about everything else in the build process depends on the C compiler, be sure to start afresh and do a make distclean beforehand.

    Regards,
    Audioniek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

  6. The Following User Says Thank You to Audioniek For This Useful Post:



  7. #5
    Benutzer
    Registriert seit
    24.05.2014
    Beiträge
    94
    Thanks
    44
    Thanked 27 Times in 19 Posts
    Hello Audoniek
    Thanks for your help
    but it does not work
    still missing libc.so.6
    something is missing in the configuration

    Regards
    ainouna


  8. #6
    Benutzer
    Registriert seit
    07.05.2012
    Beiträge
    78
    Thanks
    31
    Thanked 9 Times in 6 Posts
    hello ;


    Traying a new build for TiTan ;

    I get this error :

    kader@debian-kader:~/Titan-build$ ./build
    https://:@github.com/BPanther/stlinu...3-77.i386.rpm: Invalid user name.
    make/crosstool.mk:30 : la recette pour la cible « /home/kader/Archive/stlinux/stlinux24-cross-sh4-binutils-2.24.51.0.3-77.i386.rpm » a échouée
    make: *** [/home/kader/Archive/stlinux/stlinux24-cross-sh4-binutils-2.24.51.0.3-77.i386.rpm] Erreur 1
    kader@debian-kader:~/Titan-build$
    BR .
    hs7819 @E2_sh4 ~~ NilSat(7W)_Astra(19.2E)


  9. #7
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Zitat Zitat von kader_73 Beitrag anzeigen
    This has been reported before and I have not been able to reproduce it. Apparently you need a github account to access these files, although the repository is public.

    You can try one of two things. The first is change line 14 in crosstool.mk to
    Code:
    STL_URL          = $(GITHUB)/Duckbox-Developers/stlinux
    The second is filling in some environment variables:
    GIT_USER=<your github account name>
    GIT_TOKEN=<your github token>

    Hope this helps.

    UPDATE: I have changed a few things in buildenv.mk. First try a git pull before resorting to the things above.

    Regards,

    Audioniek.
    Geändert von Audioniek (05.08.2022 um 11:04 Uhr)
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

  10. The Following User Says Thank You to Audioniek For This Useful Post:



  11. #8
    Benutzer
    Registriert seit
    24.05.2014
    Beiträge
    94
    Thanks
    44
    Thanked 27 Times in 19 Posts
    Hello everybody
    ==============================
    I built a titan image and I incorporated the plugins by modifying binaries
    this is not a titan image for original hs7429 it is a modified image
    -decryption of channels=ok but no image
    -movement with remote control very very slow
    -download plugins=ok
    -mediathek -iptv=ok no cut
    iptv is the only one that is interesting

    Regards
    ainouna
    Geändert von ainouna (05.08.2022 um 10:12 Uhr)


  12. #9
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Hi!

    UFS 910 enigma2 usb build ok and run.
    But only team ducktales logo in tv, spinner run, and ufs 910 vfd: loading 2, after reboot:

    Code:
    rcS] Loading Enigma2
    [rcS] Starting Enigma2 ->
    PYTHONPATH: /usr/lib/enigma2/python
    DVB_API_VERSION 5 DVB_API_VERSION_MINOR 3
    ENIGMA_DEBUG_LVL=3
    ntpd: setting time to 2022-08-05 12:51:55.985100 (offset +713011888.534970s)
    [MAIN] executing main
    Traceback (most recent call last):
      File "/usr/lib/enigma2/python/StartEnigma.py", line 27, in <module>
        from Screens import InfoBar
      File "/usr/lib/enigma2/python/Screens/InfoBar.py", line 5, in <module>
      File "/usr/lib/enigma2/python/Screens/MovieSelection.py", line 1, in <module>
      File "/usr/lib/enigma2/python/Screens/Screen.py", line 3, in <module>
      File "/usr/lib/enigma2/python/skin.py", line 2, in <module>
      File "/usr/lib/python2.7/xml/etree/cElementTree.py", line 3, in <module>
    ImportError: PyCapsule_Import could not import module "pyexpat"
    [rcS] E2 ended <- return value:  0
    usage: not implemented
    General usage:
    
    fp_control argument [optarg1] [optarg2]
    -i     --setIcon               Args: icon on
            Set an icon on or off
    Options marked * should be the only calling argument.
    Time and date arguments must be in local time.
    [rcS] Enigma2 ERROR
    [rcS] Starting Enigma2 ->
    INIT: Switching to runlevel: 6
    INIT: Sending processes configured via /etc/inittab the TERM signal
    Deactivating swap...umount: tmpfs busy - remounted read-only
    done.
    Unmounting local filesystems...umount: automount(pid931) busy - remounted read-only
    umount: tmpfs busy - remounted read-only
    umount: can't remount /dev/root read-only
    umount: can't remount rootfs read-only
    done.
    mount: mounting /dev/root on / failed: Device or resource busy
    Rebooting...


    Git pull, new build and vfd:UFS910 Enigma2:

    Code:
    [rcS] Starting Enigma2 ->
    ntpd: setting time to 2022-08-05 19:52:58.239710 (offset +713037150.752245s)
    PYTHONPATH: /usr/lib/enigma2/python
    DVB_API_VERSION 5 DVB_API_VERSION_MINOR 3
    ENIGMA_DEBUG_LVL=3
    [MAIN] executing main
    /usr/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
    cat: can't open '/var/lib/opkg/info/kernel-module-*.control': No such file or directory
    Network does not start sometimes.

    LM 19.3 64 bit. TDT avi:

    https://www.dropbox.com/s/uotza2yn0zv2zv8/TDT.AVI?dl=0
    Geändert von turulbird (05.08.2022 um 20:46 Uhr)


  13. #10
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    This line:
    Code:
    /usr/lib/python2.7/site-packages/OpenSSL/crypto.py:14: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
    is normal and constitutes a warning, but it should not lead to E2 not running.

    Python 2.7 has been end of life for some time now but the OpenPLi people still keep on using it. Some others, notably OpenVisionE2, have switched to Python3 but this needs elaborate patching of the OpenPLi code. One could use the OpenVision Enigma2, but in turn this requires elaborate patching in the rest of the build. Because of this situation I have decided some one and a half years ago to await what OpenPLi was going to do and try and follow that route, but they still have not switched to Python3, although there is a Python3 branch in their git.

    Others have chosen to stop supporting Enigma2 on SH4 altogether like the origin of by buildsystem, Duckbox-Developers, which is now limited to building Neutrino. The result is that the number of sources to get Enigma2 for SH4 from is slowly but surely decreasing, and the build environment I am maintaining will probably follow that path in the near future.

    In that respect is it perhaps good to mention that even the youngest SH4 receivers are now 8 years old, and the first ones are well underway to 15 and more. Another aspect is that apart from the sparks, SH4 receivers were never designed to run Enigma2 and the time is rapidly approaching that the technological advances will make using E2 impossible and/or impracticable on SH4 boxes. Apart from keeping using outdated versions (including the now also defunct stlinux), lack of memory and processing power will only impose more and more limitations on things. The message above is merely one of the first indicators that that is indeed happening.

    As long I see possibilities to keep things going I will do so, but in my view the days of Enigma2 on SH4 are numbered and the end is a lot closer than the beginning regarding the SH4 era.

    Regards,

    Audioniek.
    Receivers: Rebox: RE-4000, 8000, 9000, 2200, 2210, 2220, 4200, 4210, 4220, 8220, 8500, SAB Unix Triple, Golden Media Spark TripleX, Amiko Alien 2+, Sogno Spark Revolution, Kathrein UFS910(1 & 14W)/912/913/922(CX24116 & AVL2108 tuners), Vizyon revolution 820HD PVR, AB IPBox 91HD/9000HD/9000HD rev.2, Xsarius Alpha HD10, nBox BKSA/BSLA/BXZB/BZZB, Vitamin HD 5000
    Sats: Astra 1, 2 & 3, Hotbird
    Main activity: building my own E2 images for Fortis receivers

  14. The Following 2 Users Say Thank You to Audioniek For This Useful Post:



Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •