+ Antworten
Seite 11 von 13 ErsteErste ... 910111213 LetzteLetzte
Ergebnis 101 bis 110 von 130

Hybrid-Darstellung

  1. #1
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    Zitat Zitat von Saentist Beitrag anzeigen
    Please build an image first. Exiting ...
    Should be fixed now, do a git pull of both cdk and flash gits.

    Also TVheadend git not updating, git pull not executed.
    That has been done on purpose, as I had to update the patch far to often. The build is always from the same ref.

    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 Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    Is not fixed

    and after comment "ëxit" after message
    Geändert von Saentist (28.02.2017 um 20:33 Uhr)


  3. #3
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    Share more info about NFS.


  4. #4
    VIP Avatar von vISIOn
    Registriert seit
    15.05.2012
    Beiträge
    103
    Thanks
    49
    Thanked 38 Times in 20 Posts
    Hi,

    hat das schon wer auf ner AT7500 ans laufen bekommen ?

    TVH rennt ... nur finde keine Sender... egal was ich mache.

    Gruß
    << SH4 Enigma2 Archiv Audioniek images >>

    Dreambox 920
    Mut@nt HD51

    Viele SH4 Receiver


  5. #5
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    Do you have diseqc switch?


  6. #6
    VIP Avatar von vISIOn
    Registriert seit
    15.05.2012
    Beiträge
    103
    Thanks
    49
    Thanked 38 Times in 20 Posts
    Hi

    No diseq.

    Only Astra at my test ports.
    << SH4 Enigma2 Archiv Audioniek images >>

    Dreambox 920
    Mut@nt HD51

    Viele SH4 Receiver


  7. #7
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    Is some one have solution how to use CI slot(s)?


  8. #8
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    Code:
    ddiff --git a/make/tvheadend.mk b/make/tvheadend.mkindex c08b88e..6726c46 100644
    --- a/make/tvheadend.mk
    +++ b/make/tvheadend.mk
    @@ -55,6 +55,7 @@ $(D)/tvheadend.config.status:
                            --disable-libfdkaac-static \
                            --disable-uriparser \
                            --disable-dvben50221 \
    +                       --disable-pcre \
                            --disable-dbus_1 \
                            --with-boxtype=$(BOXTYPE) \
                            PKG_CONFIG=$(hostprefix)/bin/$(target)-pkg-config \
    Patch to build latest versions of TVH.

    Is any one can post patch to make CI slots (en50221) to work with TVH?
    Geändert von Saentist (21.08.2017 um 07:36 Uhr)

  9. The Following User Says Thank You to Saentist For This Useful Post:



  10. #9
    Developer
    Registriert seit
    18.07.2012
    Ort
    Ridderkerk, Niederlande
    Beiträge
    634
    Thanks
    144
    Thanked 713 Times in 304 Posts
    As of yesterday, the build-system git should also be capable of building Tvheadend. I have introduced a diff-scheme similar to the one in use for OpenPLi.

    The patches in the diffs provided in the git also permit #if defined(BOX_NAME) / #endif constructions in code with BOX_NAME the name internally used in the buildsytem, like fortis_hdbox, atevio7500, and so on, but written in uppercase.

    Unfortunately I do not know how to use the CI-slots in Tvheadend, However, the necessary drivers are built and loaded in the rcS-routines provided.

    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

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



  12. #10
    Benutzer Avatar von Saentist
    Registriert seit
    28.08.2015
    Ort
    Bulgaria
    Beiträge
    56
    Thanks
    2
    Thanked 6 Times in 5 Posts
    Zitat Zitat von Audioniek Beitrag anzeigen

    Unfortunately I do not know how to use the CI-slots in Tvheadend, However, the necessary drivers are built and loaded in the rcS-routines provided.

    Regards,

    Audioniek.
    There are no device mapped,
    in enigma/neutrino they are mapped.
    Code:
    /dev/dvb/adapter0/ci0
    /dev/dvb/adapter0/ci1
    if this will help
    https://github.com/libo/Enigma2/tree/master/lib/dvb_ci
    maby there is newer versions


Berechtigungen

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