Ext. USB Tuner

    • is this only for DVB-T ? or works this with DVB-S/DVB-C too ?

      ich bin froh das es den thread gibt :)
      was noch besser wäre wenn hier mal jemand dazu paar infos rausrückt.. pls...
      z.b
      1. Gehen nur DVB-T sticks ?
      2. kann man mit den sticks auch aufnehmen ?

      weil bevor ich mir so einen stick kaufe fände ich es klasse wenn die leute die erfahrungen haben, mal infos preisgeben :)
      Du brauchst hilfe ?? !!
      JOIN unseren irc channel #newnigma2 @ irc0.brn.ch.swissirc.net
    • Originally posted by MartiniB
      @Nervis
      what you have on run /usr/bin/usbTuner.sh (or /usr/bin/delitedtt.sh)?


      I test with delitedtt and detect but no find channels
      I test with usbtuner.sh and no detect my dvt
      I test too news driver 015 and I have the same problem:

      r015:
      - Bugfix per nova-t non riconosciuta correttamente
      - Bugfix per penne basate su dib0700 non riconosciute correttamente
      - Work in progress per penne basate su af9035
    • Könnte bitte jemand eine genaue Anleitung posten, wie man genau vorgehen soll, um den DVB-T Stick im Newnigma 3.0 ans laufen zu bekommen?

      Funktioniert auch der USB-Stick "Auvisio WhiteStar II DVB-T USB 2.0"?
      idealo.de/preisvergleich/Offer…vb-t-usb-2-0-auvisio.html

      Could someone please post a manual how to run the DVB-T stick in Newnigma 3.0?

      Does the DVB-T-Stick "Auvisio WhiteStar II DVB-T USB 2.0" run with Newnigma 3.0?

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

    • Original von MartiniB
      @ks646
      start with lsusb.sh

      check what ids has your stick, and then check can you find that ident in the autodetectdtt.sh

      if yes then instal on dream necesary drivers pack, and add call of delitedtt.sh to enigma2.sh

      i did that for Pinnacle 72E, got it as second tuner in menu, but didnt get any signal :(


      so ???


      root@dm800:/tmp# lsusb.sh
      Bus 002 Device sh: 2.3: invalid number
      000: ID 1307:0165 ,USB DISK
      Bus 002 Device sh: 2.1: invalid number
      000: ID 0403:6001 ,
      Bus 002 Device 002: ID 058f:9254 ALCOR,Generic USB Hub
      Bus 001 Device 001: ID 14aa:0222 ,
      Bus 003 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ohci_hcd,BRCM OHCI
      Bus 002 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ohci_hcd,BRCM OHCI
      Bus 001 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ehci_hcd,BRCM EHCI
      root@dm800:/tmp#
    • martini,I talk with angelofsky,dream elite moderator and he say:

      nervis you are using drivers NOT included into DE 1.3 image and the red messages says that support for tuners used by your usb dvb-t stick isn't enabled into kernel.


      how I active it on kernel?

      thanks.sorry my english is very bad
    • @ks646
      lsusb.sh shows what ident has your stick
      by serach for 14aa:0222 in the autodetectdtt.sh you can find which drivers pack you have to instal - *dtt200u*
      tar zxvf "/tmp/dm800-dvbt-dtt200u_14592-r016_del.tgz -C /

      download from dream-elite.net/forum/showthre…DTT-drivers-revision-r016

      and start your attempts when other usb devices are disconnected


      @nervis
      problem can come also cause multiboot, instal NN2/unstabile on flash
      dm7080sstt; 2x dm8000sstt; dm7020s <- Diseq1x4 <- 3x Diseq1x10 <-
      Dishes:
      1.8m 36E;28E;23E;19E;16E;13E;7E
      1.6m 42E;36E
      1.0m 10/9E;5E;1W;8W
      1.0m 15W;22W;30W
      1.1m 4/5W;12W;18W;24W
      1.1m 53E;60E
      1.0m 75E
      TVs: Philips 46pfl9707s; Philips 42pfl9703h
    • You should have a look a the IHAD Forum. Some Guys got a DVB-T/DVB-C Stick from Sundtek to work. Sundtek supports the dreambox with custom drivers. Looks great and I am sure this will work with NewNigma2 too. I ordered a stick already!
    • Regarding the Sundtek MediaTV Digital Home (DVB-CT) USB Stick, nice work! Respect to willi33, rmie and of course sundtek for their work!

      Here are the direct Links to the Sundtek Forum:
      support.sundtek.com/index.php/topic,303.15.html

      and the direct Link to IHAD:
      i-have-a-dreambox.com/wbb2/thr…hilightuser=0&sid=&page=8
      "Remember, if it's psychobilly, it's gotta have some rockabilly in it somwhere. It ain't just punk with a double bass." (P.Paul Fenech)
    • Ok sieht ja alles ganz toll aus. Reicht der einfache Stick (Home) für die Funktion
      (Ok one looks everything completely madly. The simple stick (Home) for the function is enough)
      kallee

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

    • ja der home stick reicht.. steht auch im ihad thread..
      bin echt mal gespannt.. die kommen da gut voran.
      Du brauchst hilfe ?? !!
      JOIN unseren irc channel #newnigma2 @ irc0.brn.ch.swissirc.net
    • Original von MartiniB

      5) made new /etc/rc3.d/S00usbTunerPrepare, it add necesary changes to enigma2.sh
      (chmod 755)

      Shell-Script

      1. #!/bin/sh
      2. BinPATH=/usr/bin/
      3. EnigmaSH="$BinPATH"enigma2.sh
      4. t="\t"
      5. n="\n"
      6. AND="\&"
      7. test -f $EnigmaSH || exit 0
      8. usbTuner="$BinPATH"usbTuner.sh
      9. if [ -e "$usbTuner" ]; then
      10. chmod 755 "$usbTuner"
      11. Check=`grep "$usbTuner start" $EnigmaSH| awk {'print $1'}`
      12. if [ ! $Check ]; then
      13. sed s#cd\ /home/root#if\ [\ \-"e $usbTuner ]; then$n$t$usbTuner start $AND$n"fi"$n$n"\&# "$EnigmaSH">"$EnigmaSH".tmp
      14. mv "$EnigmaSH".tmp "$EnigmaSH"
      15. fi
      16. Check=`grep "$usbTuner start" $EnigmaSH| awk {'print $1'}`
      17. if [ ! $Check ]; then
      18. sed s#^.*Enigma#if\ [\ \-"e $usbTuner ]; then$n$t$usbTuner start $AND$n"fi"$n$n"\&# "$EnigmaSH">"$EnigmaSH".tmp
      19. mv "$EnigmaSH".tmp "$EnigmaSH"
      20. fi
      21. Check=`grep "$usbTuner start" $EnigmaSH| awk {'print $1'}`
      22. if [ ! $Check ]; then
      23. sed s#.*\ /usr/bin/enigma2#if\ [\ \-"e $usbTuner ]; then$n$t$usbTuner start $AND$n"fi"$n$n"\&# "$EnigmaSH">"$EnigmaSH".tmp
      24. mv "$EnigmaSH".tmp "$EnigmaSH"
      25. fi
      26. Check=`grep "$usbTuner stop" $EnigmaSH| awk {'print $1'}`
      27. if [ ! $Check ]; then
      28. sed s#ret=.*#\&"$n$n"if\ [\ \-"e $usbTuner ]; then$n$t$usbTuner stop$n"fi$n# "$EnigmaSH">"$EnigmaSH".tmp
      29. mv "$EnigmaSH".tmp "$EnigmaSH"
      30. fi
      31. fi
      32. chmod 755 "$EnigmaSH"
      33. exit 0
      Alles anzeigen


      6) restart dreambox


      this part i dont understand


      ((5) made new /etc/rc3.d/S00usbTunerPrepare, it add necesary changes to enigma2.sh
      (chmod 755)

      i have got a new dvb -t stick

      root@dm800:/tmp# lsusb.sh
      Bus 001 Device 001: ID 15a4:9016 Geniatech,AF9015
      Bus 003 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ohci_hcd,BRCM OHCI
      Bus 002 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ohci_hcd,BRCM OHCI
      Bus 001 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ehci_hcd,BRCM EHCI
      root@dm800:/tmp#

      that´s the driver ?????

      dm800-dvbt-af9015_14592-r011_del.tgz

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

    • Quellcode

      1. root@dm800:/etc/rc3.d# /tmp/lsusb.sh
      2. Bus 001 Device sh: 2.2: invalid number
      3. 000: ID 0ccd:0069 TerraTec,Cinergy T USB XE Ver.2
      4. Bus 001 Device 002: ID 05e3:0608 ,USB2.0 Hub
      5. Bus 003 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ohci_hcd,BRCM OHCI
      6. Bus 002 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ohci_hcd,BRCM OHCI
      7. Bus 001 Device 000: ID 0000:0000 Linux 2.6.18-7.3-dm800 ehci_hcd,BRCM EHCI


      Quellcode

      1. root@dm800:/tmp# ./autodetectdtt.sh
      2. Trovato tuner af9015
      3. Connecting to digilander.libero.it (195.210.93.172:80)
      4. - 100% |*******************************| 3 --:--:-- ETA
      5. Connecting to digilander.libero.it (195.210.93.172:80)
      6. dm800-dvbt-14592-r01 100% |*******************************| 853k 00:00:00 ETA
      7. Archive: /tmp/dm800-dvbt-14592-r016.zip
      8. inflating: dm800-dvbt-dummy_14592-r016_del.tgz
      9. inflating: dm800-dvbt-a800_14592-r016_del.tgz
      10. inflating: dm800-dvbt-af9005_14592-r016_del.tgz
      11. inflating: dm800-dvbt-af9015_14592-r016_del.tgz
      12. inflating: dm800-dvbt-af9035_14592-r016_del.tgz
      13. inflating: dm800-dvbt-au6610_14592-r016_del.tgz
      14. inflating: dm800-dvbt-ce6230_14592-r016_del.tgz
      15. inflating: dm800-dvbt-cinergyT2_14592-r016_del.tgz
      16. inflating: dm800-dvbt-dib0700_14592-r016_del.tgz
      17. inflating: dm800-dvbt-dibusb-mb_14592-r016_del.tgz
      18. inflating: dm800-dvbt-dibusb-mc_14592-r016_del.tgz
      19. inflating: dm800-dvbt-dtt200u_14592-r016_del.tgz
      20. inflating: dm800-dvbt-dtv5100_14592-r016_del.tgz
      21. inflating: dm800-dvbt-ec168_14592-r016_del.tgz
      22. inflating: dm800-dvbt-gl861_14592-r016_del.tgz
      23. inflating: dm800-dvbt-nova-t-usb2_14592-r016_del.tgz
      24. inflating: dm800-dvbt-smsusb_14592-r016_del.tgz
      25. inflating: dm800-dvbt-vp7045_14592-r016_del.tgz
      26. etc/dvbt/af9015.sh
      27. etc/dvbt/af9015.ver
      28. usr/bin/delitedtt.sh
      29. usr/bin/delitedtt-report.py
      30. usr/bin/delitedtt-report.sh
      31. lib/firmware/dvb-usb-af9015.fw
      32. lib/modules/dvbt/af9013.ko
      33. lib/modules/dvbt/dvb-pll.ko
      34. lib/modules/dvbt/dvb-usb-af9015.ko
      35. lib/modules/dvbt/dvb-usb.ko
      36. lib/modules/dvbt/mc44s803.ko
      37. lib/modules/dvbt/mt2060.ko
      38. lib/modules/dvbt/mxl5005s.ko
      39. lib/modules/dvbt/qt1010.ko
      40. lib/modules/dvbt/tda18218.ko
      41. lib/modules/dvbt/tda18271.ko
      42. Tuner 05e3:0608 non ancora supportato
      43. Driver per tuner dummy non installato
      Alles anzeigen



      Sehe ich das richtig das der Stick nicht unterstütze wird ?
      Oder mache ich einfach nur etwas falsch ?

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

    • hm irgendwie steige ich noch nicht so ganz dahinter....

      Quellcode

      1. root@dm800:/usr/bin# ./delitedtt.sh
      2. Found compatible usb tuner af9015
      3. Usb device 05e3:0608 non supported.
      4. killall: usbtuner: no process killed


      Quellcode

      1. root@dm800:/usr/bin# ./delitedtt.sh
      2. Found compatible usb tuner af9015
      3. insmod: can't insert '/lib/modules/dvbt/mxl5005s.ko': File exists
      4. insmod: can't insert '/lib/modules/dvbt/mc44s803.ko': File exists
      5. insmod: can't insert '/lib/modules/dvbt/mt2060.ko': File exists
      6. insmod: can't insert '/lib/modules/dvbt/qt1010.ko': File exists
      7. insmod: can't insert '/lib/modules/dvbt/tda18271.ko': File exists
      8. insmod: can't insert '/lib/modules/dvbt/tda18218.ko': File exists
      9. insmod: can't insert '/lib/modules/dvbt/dvb-usb.ko': File exists
      10. insmod: can't insert '/lib/modules/dvbt/af9013.ko': File exists
      11. insmod: can't insert '/lib/modules/dvbt/dvb-pll.ko': File exists
      12. insmod: can't insert '/lib/modules/dvbt/dvb-usb-af9015.ko': File exists
      13. rmmod: can't unload 'dvb_usb_af9015': Resource temporarily unavailable
      14. insmod: can't insert '/lib/modules/dvbt/dvb-usb-af9015.ko': File exists
      15. Usb device 05e3:0608 non supported.
      Alles anzeigen


      05e3:0608 ist laut lsusb.sh mein USB Hub.
      aber mir wird unter enigma kein 2.tuner angezeigt.

      UPDATE...
      Nachdem ich

      Quellcode

      1. root@dm800:/etc/rc3.d# ./S00usbTunerPrepare
      2. root@dm800:/etc/rc3.d#killall -9 enigma2

      gemacht habe, findet er den 2.Tuner. Kanalsuche läuft. Mal sehen ob er auch 0 Sender findet wie bei Euch...

      UPDATE #2

      8o :saufen: GEIL ER FINDET SENDER..... !!! UND SIE LAUFEN SOGAR !!!
      RESPEKT !! Stick ist ein 9 Eur Teil von Amazon

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

    • Der "TerraTec,Cinergy T USB XE Ver.2" Stick laeuft mit dem aktuellen unstable Image vom NN2.
      Das Zeugs ist aber aktuell noch sowas von unstabil, der Stick bleibt alle Nase lang haengen und muss neu gestartet werden.
      Aktuell sind m.E. zumindest diese USB-Tuner noch nicht fuer den produktiven Einsatz geeignet!
      "Remember, if it's psychobilly, it's gotta have some rockabilly in it somwhere. It ain't just punk with a double bass." (P.Paul Fenech)
    • was habt ihr denn mit der enigma2.sh angestellt ?? ich versteh das ned ganz

      und wie habt ihr ./S00usbTunerPrepare erstellt ??

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