Dtt Support On Vti Image

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

    • Dtt Support On Vti Image

      HI

      I love the vti images and have always used them until dreamellite introdeuced dtt support which i now use.

      really would love to use vti again as so many would if you coculd support dtt usb tuners.

      is there any plans to support dtt?? also i noticed it said virtual tuner fix in your update ??
    • DTT? i think your talking about DVB-T?
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS
    • Current situation ist that we are missing the equipment and reception is dfificult in some areas. So it is not easy to say if and when it will be integrated.
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS
    • You can add same tuner drivers and usbtuner in VTI if you copy this from dreamelite, until VTI will include in distribution. Same dtt drivers will work with VTI.

      You need to look for *.ko driver files and usbtuner binary which is adding additional virtual tuner interface to vu-duo.

      Same procedure is working for dm800, just search about it.
      Vu+ DUO / DM800 / UFS-910 / DM500 / TRIPLE DRAGON
    • currently not.
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS
    • Originally posted by RealMagic911
      currently not.


      first of all, thanks for your excellent work!

      I ask you:
      is unthinkable now with the new VTI2.0 use a usb dtt


      greetings
      Cus2k
      VU+DUO VTi2.0 Dish125+Superjack QARL3624
      AzBox PremiunHD 0.9.4785 Dish100+Stab HH100
    • Not unthinkable, but there is nothing on the roadmap until now.
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS
    • Originally posted by vu_duo
      Support for usb-dvb tuners is already added.

      I can provide you with the source code if you wish ;)


      yes, all you can provide is very well accepted.
      also understand how to put it on the VTi is pleasing
      VU+DUO VTi2.0 Dish125+Superjack QARL3624
      AzBox PremiunHD 0.9.4785 Dish100+Stab HH100
    • I include latest v4linux tree with modifications required to build drivers for vu+ receivers working with vtuner interfacing.

      The included readme is for dm800 receivers, same instructions should be applied for vu+duo with minor changes. Also including modified drivers for current Genpix usb products supported by v4linux tree.
      Other drivers can be compiled successfully however not guaranteed to work without further changes (back porting to 2.6.18 kernel).

      After compilation you require: vt-dvb-core.ko, dvb-usb.ko and the driver for dvb adapter you require to use.

      example:

      root@dm800:/lib/modules/2.6.18-7.3-dm800/extra#chmod 644 vt-dvb-core.ko
      root@dm800:/lib/modules/2.6.18-7.3-dm800/extra#chmod 644 dvb-usb.ko
      root@dm800:/lib/modules/2.6.18-7.3-dm800/extra#chmod 644 dvb-usb-gp8psk.ko
      root@dm800:/lib/modules/2.6.18-7.3-dm800/extra# depmod -a
      root@dm800:/lib/modules/2.6.18-7.3-dm800/extra# insmod vt-dvb-core.ko
      root@dm800:/lib/modules/2.6.18-7.3-dm800/extra# insmod dvb-usb.ko
      root@dm800:/lib/modules/2.6.18-7.3-dm800/extra# insmod dvb-usb-gp8psk.ko

      Enjoy !

      Quellcode

      1. To compile dm800 linux kernel 2.6.18 v4l drivers please install
      2. openembedded development (eg for dm800 OpenPli)
      3. and follow the instructions to generate an working image.
      4. When finished go to v4l-dm800 folder and do:
      5. make release DIR=~/openpli/build-dm800/tmp/work/linux-dm800-2.6.18-r5/linux-2.6.18
      6. followed by:
      7. export PATH=/home/sh4/openpli/build-dm800/tmp/cross/bin:$PATH
      8. (where /home/sh4/openpli is the location of Openpli tree)
      9. To avoid further problems you also require to add following symlinks:
      10. cd openpli/build-dm800/tmp/cross/bin
      11. ln -s mipsel-linux-gcc mipsel-oe-linux-gcc
      12. ln -s mipsel-linux-strip mipsel-oe-linux-strip
      13. Then:
      14. cd
      15. cd v4l-dm800
      16. make menuconfig
      17. Make the driver selection and save your .config file
      18. which will be located in /v4l-dm800/v4l/.config
      19. (current config file contains instructions to generate Genpix usb adapter driver)
      20. V4L and DVB documentation are at:
      21. linux/Docummentation directory.
      22. To compile both v4l and dvb, just do:
      23. make
      24. Soon you will get your driver(s) compiled for dm800 format.
      25. the driver(s) files are located in /v4l-dm800/v4l/*.ko
      26. At this stage these includes also uneeded information;
      27. to remove uneeded information and reduce the size of
      28. generated *.ko files just do:
      29. mipsel-oe-linux-strip --strip-unneeded *.ko
      30. Resulting *.ko modules can be copied and installed in dm800 flash image.
      Alles anzeigen


      Download link HERE

      Rapidshare Download link Here
      Vu+ DUO / DM800 / UFS-910 / DM500 / TRIPLE DRAGON

      Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von vu_duo ()

    • In order to be recognized by vu-duo you also require a pump utility called usbtuner (for the source code please open attachment).
      Dateien
      • usbtuner.c.zip

        (2,9 kB, 112 mal heruntergeladen, zuletzt: )
      Vu+ DUO / DM800 / UFS-910 / DM500 / TRIPLE DRAGON

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

    • There must be someone willing to take on with the project. Sorry, I do not have time for this. And top of that after many discussions I don't think vu+ is really serious about supporting many features. They only want sales.
      So it needs to become a community project, which I am not part of since support is most for european users. You now have the sources (similar to what Dream Elite team is using), please use this for your needs.
      Vu+ DUO / DM800 / UFS-910 / DM500 / TRIPLE DRAGON

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