How to do Enigma 2?

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • How to do Enigma 2?

      ""I think this is necessary theme. Please, write how with what Linux program and what's needed to enable Enigma2?
      I try to do that, but if it comes to the end (when I do e2jffs2) Enigma2 doesn't working, on display shows only-boot!
      1. How to do Enigma2 ?
      2. How to do e2jffs2 IMG ?
      3. How to do uImage?

      :thumbsup: :welcome:
      Thank you
      Dateien
      • 21556udsd2.png

        (93,44 kB, 117 mal heruntergeladen, zuletzt: )
      • dswtgwetw3.png

        (86,07 kB, 91 mal heruntergeladen, zuletzt: )
      • qq42sgtw1.png

        (117,67 kB, 94 mal heruntergeladen, zuletzt: )
      DreamBox 800SE Japhar
      DreamBox 500HD Japhar
      DreamBox 8000HD Japhar
    • 1.Enimga2-nightly is enigma2!!!
      2.Lock in your Git at your PC and you will find the answer, is better you find it self for future. But if you read all Posts to spark from git you will find the answer quicker.
      3.Lock in your release if build ready, is in it!

      But all answers of this quetions you will find by aaf!

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von kalrchen1963 ()

    • I am testing that you have the required versions of libtool, autoconf,
      automake, make, gettext, gcc, and g++.

      checking for libtool >= 1.4.2 ... yes (version 2.2.6)
      checking for autoconf >= 2.57a ... Too old (found version 2.65)!
      checking for automake >= 1.8 ... yes (version 1.11.1)
      checking for gettext >= 0.12.1 ... yes (version 0.17)
      checking for make >= 3.80 ... yes (version 3.81)
      checking for gcc >= 3.0 or = 2.95 ... yes (version 4.4.3-4ubuntu5))
      checking for g++ >= 3.0 or = 2.95 ... yes (version 4.4.3-4ubuntu5))

      Please install/upgrade the missing tools and call me again.

      -----------------------
      Your build enivroment is ready :)
      Your next step could be:
      make yaud-enigma2
      make yaud-enigma2-nightly
      make yaud-neutrino
      make yaud-vdr
      make yaud-enigma1-hd
      -----------------------
      xxxxxxubuntu:~/Documents/tdt/tdt/cvs/cdk$ make yaud-enigma2-nightly
      make: *** No rule to make target `yaud-enigma2-nightly'. Stop.

      :fie: ?(
      DreamBox 800SE Japhar
      DreamBox 500HD Japhar
      DreamBox 8000HD Japhar
    • read git Wiki and make all steps then it works!

      Quellcode

      1. Execute precreated setup script
      2. Download the setup script here: setuptdt.sh


      And again jole, for building images you must read many things!!!

      And when you dont't read at aaf and git-wiki, it comes 1000 another questions.

      For changes in Git you need c++ KNOWLEDGE, for scripte in e2 you need bash KNOWLEDGE and so on.

      All of this things you find per google but you don't can lern it in 2 Weeks, you need a long time for it.

      And first build needs from 3h to 6h, then you have a naked build without any things.
    • kalrchen1963
      :danke:
      I'm surprised that others keep silent. They know a lot about Enigma2, I was hoping that I will get much more informations about making Enigma2 !
      Answer me on this two questions!
      2. How to do e2jffs2 IMG ?
      3. How to do uImage?

      Is this correct move for making e2jffs2 IMG ?

      mkfs.jffs2 --root=release --output=e2jffs2.img --eraseblock=0x2000 -plvnqf
      DreamBox 800SE Japhar
      DreamBox 500HD Japhar
      DreamBox 8000HD Japhar

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von jole911 ()

    • jole911 schrieb:

      kalrchen1963
      :danke:
      I'm surprised that others keep silent. They know a lot about Enigma2, I was hoping that I will get much more informations about making Enigma2 !
      Answer me on this two questions!
      2. How to do e2jffs2 IMG ?
      3. How to do uImage?

      Is this correct move for making e2jffs2 IMG ?

      mkfs.jffs2 --root=release --output=e2jffs2.img --eraseblock=0x2000 -plvnqf
      yes mkfs.jffs2 is one of a lot Commands for building a e2jffs2.img.
      Your uImage is the kernel and after build you find it automaticly in ..../release/boot/
      For changes in uImage i can't help you is to difficult because you can't change only one line. But you can use all helps for kernelchanges from linux.
    • mkfs.jffs2 --root=release --output=e2jffs2.img --eraseblock=0x2000 -plvnqf


      How to make correctly e2jffs2.img from release folder to make it work? I tried like this and IMG is smaller than in release and it doesn't work when I instal it in box!
      where the error?the display just says boot ?(



      Please help !

      argets:
      18 ) SPARK

      Select target (1-24)? 18

      Kernel:
      Maintained:
      4) STM 23 P0123
      6) STM 24 P0205
      8) STM 24 P0207 (Recommended)
      Experimental:
      9) HAVANA P0207-5 (experimental)
      Deprecated (Not maintained):
      1) STM 22 P0041
      Select kernel (1-9)? 4
      Activate debug (y/N)? n
      /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk

      Player:
      2) Player 179
      3) Player 191 (Recommended)
      Select player (1-3)? 3
      /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk
      /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk
      /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk

      Multicom:
      1) Multicom 3.2.2 (Recommended for Player179)
      2) Multicom 3.2.4 rc3 (Recommended for Player191)
      Select multicom (1-2)? 2
      /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk
      /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk

      Performing autogen.sh...
      ------------------------

      I am testing that you have the required versions of libtool, autoconf,
      automake, make, gettext, gcc, and g++.

      checking for libtool >= 1.4.2 ... yes (version 2.2.6)
      checking for autoconf >= 2.57a ... yes (version 2.67)
      checking for automake >= 1.8 ... yes (version 1.11.1)
      checking for gettext >= 0.12.1 ... yes (version 0.18.1)
      checking for make >= 3.80 ... yes (version 3.81)
      checking for gcc >= 3.0 or = 2.95 ... yes (version 4.4.4-14ubuntu5))
      checking for g++ >= 3.0 or = 2.95 ... yes (version 4.4.4-14ubuntu5))

      Generating configuration files for tufsbox-cdk, please wait....
      configure.ac:4: installing `./config.guess'
      configure.ac:4: installing `./config.sub'
      configure.ac:18: installing `./install-sh'
      configure.ac:18: installing `./missing'
      Makefile.am: installing `./INSTALL'
      Makefile.am: installing `./COPYING' using GNU General Public License v3 file
      Makefile.am: Consider adding the COPYING file to the version control system
      Makefile.am: for your code, to avoid questions about which license your project uses.

      Performing configure...
      -----------------------

      checking build system type... i686-pc-linux-gnu
      checking host system type... i686-pc-linux-gnu
      checking target system type... sh4-unknown-linux-gnu
      checking for a BSD-compatible install... /usr/bin/install -c
      checking whether build environment is sane... yes
      checking for a thread-safe mkdir -p... /bin/mkdir -p
      checking for gawk... gawk
      checking whether make sets $(MAKE)... yes
      checking whether to enable maintainer-specific portions of Makefiles... yes
      checking for i686-pc-linux-gnu-gcc... no
      checking for gcc... gcc
      checking whether the C compiler works... yes
      checking for C compiler default output file name... a.out
      checking for suffix of executables...
      checking whether we are cross compiling... no
      checking for suffix of object files... o
      checking whether we are using the GNU C compiler... yes
      checking whether gcc accepts -g... yes
      checking for gcc option to accept ISO C89... none needed
      checking for style of include used by make... GNU
      checking dependency style of gcc... none
      checking for apps directory... yes
      checking for boot directory... yes
      checking for driver directory... yes
      checking for hostapps directory... yes
      checking for m4... /usr/bin/m4
      checking for bzip2... /bin/bzip2
      checking for makeinfo... /usr/bin/makeinfo
      checking for i686-pc-linux-gnu-g++... no
      checking for i686-pc-linux-gnu-c++... no
      checking for i686-pc-linux-gnu-gpp... no
      checking for i686-pc-linux-gnu-aCC... no
      checking for i686-pc-linux-gnu-CC... no
      checking for i686-pc-linux-gnu-cxx... no
      checking for i686-pc-linux-gnu-cc++... no
      checking for i686-pc-linux-gnu-cl.exe... no
      checking for i686-pc-linux-gnu-FCC... no
      checking for i686-pc-linux-gnu-KCC... no
      checking for i686-pc-linux-gnu-RCC... no
      checking for i686-pc-linux-gnu-xlC_r... no
      checking for i686-pc-linux-gnu-xlC... no
      checking for g++... g++
      checking whether we are using the GNU C++ compiler... yes
      checking whether g++ accepts -g... yes
      checking dependency style of g++... none
      checking for flex... flex
      checking lex output file root... lex.yy
      checking lex library... -lfl
      checking whether yytext is a pointer... yes
      checking for bison... bison -y
      checking for mkcramfs... no
      configure: WARNING: using tufsbox cramfs
      checking for mkjffs2... no
      checking for mkfs.jffs2... /usr/sbin/mkfs.jffs2
      checking for cfv... /usr/bin/cfv
      checking for fakeroot... /usr/bin/fakeroot
      checking for ccache... /usr/bin/ccache
      checking linux rules... done
      checking linuxp0040 rules... done
      checking linuxp0041 rules... done
      checking linux23 rules... done
      checking linuxp0119 rules... done
      checking linuxp0123 rules... done
      checking linux24 rules... done
      checking linuxp0201 rules... done
      checking linuxp0205 rules... done
      checking linuxp0206 rules... done
      checking linuxp0207 rules... done
      checking squashfs rules... done
      checking ccache rules... done
      checking cramfs rules... done
      checking ipkg_utils rules... done
      checking ipkg_host rules... done
      checking host_python rules... done
      checking libtool rules... done
      checking busybox rules... done
      checking lsb rules... done
      checking ipkg rules... done
      checking module_init_tools rules... done
      checking sysvinit rules... done
      checking portmap rules... done
      checking nfs_utils rules... done
      checking autofs rules... done
      checking vsftpd rules... done
      checking netkit_ftp rules... done
      checking samba rules... done
      checking netio rules... done
      checking lighttpd rules... done
      checking wireless_tools rules... done
      checking zd1211 rules... done
      checking wpa_supplicant rules... done
      checking ethtool rules... done
      checking grep rules... done
      checking openrdate rules... done
      checking e2fsprogs rules... done
      checking xfsprogs rules... done
      checking mc rules... done
      checking sdparm rules... done
      checking sg3_utils rules... done
      checking console_data rules... done
      checking nano rules... done
      checking rsync rules... done
      checking lm_sensors rules... done
      checking fuse rules... done
      checking curlftpfs rules... done
      checking fbset rules... done
      checking pngquant rules... done
      checking mplayer rules... done
      checking mencoder rules... done
      checking util_linux rules... done
      checking jfsutils rules... done
      checking opkg rules... done
      checking libboost rules... done
      checking ncurses rules... done
      checking libz rules... done
      checking libreadline rules... done
      checking freetype_old rules... done
      checking freetype rules... done
      checking lirc rules... done
      checking jpeg rules... done
      checking libpng rules... done
      checking libungif rules... done
      checking libgif rules... done
      checking curl rules... done
      checking libfribidi rules... done
      checking libsigc rules... done
      checking libmad rules... done
      checking libid3tag rules... done
      checking libxml2 rules... done
      checking libxslt rules... done
      checking libvorbisidec rules... done
      checking glib2 rules... done
      checking libiconv rules... done
      checking libmng rules... done
      checking lcms rules... done
      checking openssl rules... done
      checking directfb rules... done
      checking dfbpp rules... done
      checking expat rules... done
      checking fontconfig rules... done
      checking python rules... done
      checking elementtree rules... done
      checking lxml rules... done
      checking libxmlccwrap rules... done
      checking zope_interface rules... done
      checking setuptools rules... done
      checking twisted rules... done
      checking twistedweb2 rules... done
      checking a52dec rules... done
      checking libdvdcss rules... done
      checking libdvdnav rules... done
      checking libdvdread rules... done
      checking pyopenssl rules... done
      checking ffmpeg rules... done
      checking libass rules... done
      checking webkitdfb rules... done
      checking icu4c rules... done
      checking enchant rules... done
      checking lite rules... done
      checking sqlite rules... done
      checking libsoup rules... done
      checking pixman rules... done
      checking cairo rules... done
      checking gstreamer rules... done
      checking gst_plugins_base rules... done
      checking gst_plugins_good rules... done
      checking gst_plugins_bad rules... done
      checking gst_plugins_ugly rules... done
      checking gst_plugins_dvbmediasink rules... Use of uninitialized value in split at ./rules.pl line 45.
      Use of uninitialized value $output in concatenation (.) or string at ./rules.pl line 91.
      done
      checking ruby rules... done
      checking directfb_examples rules... done
      checking flashybrid rules... done
      checking record rules... done
      checking netkit_base rules... done

      summary:
      -------------------------------------------------------------------------------
      target cpu : sh4
      linux kernel : 2.6.23
      kernelversion : 2.6.23.17_stm23_0123
      localversion : _stm23_0123
      STLinux 2.2 : no
      STLinux 2.3 : yes
      STLinux 2.3_Havana : no
      STLinux 2.4 : no
      Patchlevel P0040 : no
      Patchlevel P0041 : no
      Patchlevel P0119 : no
      Patchlevel P0123 : yes
      Patchlevel P0201 : no
      Patchlevel P0205 : no
      Patchlevel P0206 : no
      Patchlevel P0207 : no
      HAVANA Patchlevel P0207_5 : no
      vdr VDR 1.7.11 : no
      flash rules : yes
      ccache : yes
      target prefix : /home/joka12345/Documents/Enigma/tdt/tdt/tufsbox/cdkroot
      boot prefix : /home/joka12345/Documents/Enigma/tdt/tdt/tufsbox/cdkroot-tftpboot
      host prefix : /home/joka12345/Documents/Enigma/tdt/tdt/tufsbox/host
      cross prefix : /home/joka12345/Documents/Enigma/tdt/tdt/tufsbox/devkit/sh4
      build prefix : /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk
      ipk packages prefix : /home/joka12345/Documents/Enigma/tdt/tdt/tufsbox/ipk
      root partition size : 0x240000
      data partition size : 0x400000
      serversupport : /home/joka12345/Documents/Enigma/tdt/tdt/tufsbox/serversupport
      checkImage : true
      target apps directory : /home/joka12345/Documents/Enigma/tdt/tdt/cvs/apps
      boot directory : /home/joka12345/Documents/Enigma/tdt/tdt/cvs/boot
      driver directory : /home/joka12345/Documents/Enigma/tdt/tdt/cvs/driver
      host apps directory : /home/joka12345/Documents/Enigma/tdt/tdt/cvs/hostapps
      customization directory : /home/joka12345/Documents/Enigma/tdt/tdt/custom
      ucode directory : NONE
      GNU server : ftp.gwdg.de/pub/misc/gnu/ftp/gnu
      default server :
      update http prefix :
      stock directory : /home/joka12345/Documents/Enigma/tdt/tdt/stock
      ipkg build directory : /home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk/ipkgbuild
      Fortis/hdbox stuff : no
      Atevio 7500 stuff : no
      octagon1008 stuff : no
      topfield stuff : no
      spider-box hl101 stuff : no
      edision argus vip1 v2 stuff : no
      edision argus vip2 v1 stuff : no
      spark box stuff : yes
      spark7162 box stuff : no
      ufs910 stuff : no
      ufs910 flash : no
      ufs912 stuff : no
      ufs922 stuff : no
      cuberevo stuff : no
      cuberevo mini stuff : no
      cuberevo mini 2 stuff : no
      cuberevo mini fta stuff : no
      cuberevo 250hd stuff : no
      cuberevo 2000hd stuff : no
      cuberevo 9500hd stuff : no
      homecast 5101 stuff : no
      ipbox 9900 stuff : no
      ipbox 99 stuff : no
      ipbox 55 stuff : no
      XFS support for IDE : no
      NFS server : no
      Samba Clients : no
      NTFS support for IDE : no
      sg3 utils : no
      DEBUG : no
      Player131 : no
      Player179 : no
      Player191 : yes
      Multicom322 : no
      Multicom324 : yes

      configure: creating Makefile-archive
      configure: creating ./config.status
      config.status: creating Makefile
      config.status: creating rules-downcheck.pl
      config.status: executing depfiles commands
      config.status: executing rules-downcheck-chmod commands
      -----------------------
      Your build enivroment is ready :)
      Your next step could be:
      make yaud-enigma2
      make yaud-enigma2-nightly
      make yaud-neutrino
      make yaud-vdr
      make yaud-enigma1-hd
      -----------------------
      root@ubuntu:/home/joka12345/Documents/Enigma/tdt/tdt/cvs/cdk#
      Dateien
      • Instal_long.TXT

        (254,14 kB, 14 mal heruntergeladen, zuletzt: )
      DreamBox 800SE Japhar
      DreamBox 500HD Japhar
      DreamBox 8000HD Japhar

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von jole911 ()

    • ­What is next? Where I can find L N B.KO? lnb.ko' ?? :fie:

      123/extra/smartcard/smartcard.ko /home/joka12345/Desktop/tdt/tdt/tufsbox/release/lib/modules/
      cp /home/joka12345/Desktop/tdt/tdt/tufsbox/cdkroot/lib/modules/2.6.23.17_stm23_0123/extra/frontends/lnb/lnb.ko /home/joka12345/Desktop/tdt/tdt/tufsbox/release/lib/modules/
      cp: cannot stat `/home/joka12345/Desktop/tdt/tdt/tufsbox/cdkroot/lib/modules/2.6.23.17_stm23_0123/extra/frontends/lnb/lnb.ko': No such file or directory
      make: *** [release_spark] Error 1


      :danke:
      DreamBox 800SE Japhar
      DreamBox 500HD Japhar
      DreamBox 8000HD Japhar

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von jole911 ()

    Unsere Partnerboards

    ^
    Flag Counter