DVB-T USB / VU+ Uno

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

    • DVB-T USB / VU+ Uno

      Hallo, ich kaufte mir ein VU + Uno und wollen einen USB DVB-T-Tuner verwenden, die in einem drambox 800 verwendet worden, aber ich kann nicht mit der gleichen Software wie die 800 ?(
      usb-Tuner ist eine Hauppauge WinTV / Mini-Stick
      hoffe ihr könnt helfen

      Englis:
      Hi I bought a VU + Uno and want to use a USB DVB-T tuner which has been used in a drambox 800 but I can not use the same software as the 800 ?(
      usb tuner is a Hauppauge WinTV / mini stick
      hope you can help
    • ich sage mal willkomen im club der usb dvb-t siano clone
      USB DVB-T Siano Clone

      eigentlich sollte es nach dieser Anleitung von JohnHenry klappen
      MyGica T119 USB Stick

      du kannst aber erst mal via telnet starten
      modprobe smsdvb eingeben und dan ein gui-neustart kein Neustart


      eigentlich sollte es so klappen und das automatisch starten
      wen man in der /etc/init.d/bootup modprobe smsdvb reinschreibt
      aber irgendwie scheint kein bootup zu existieren bei der neuen VTI 5.1.0
      MyGica T119 USB Stick
      VU+ UNO + 1GB Lavod USB Flasherweiterung
      USB DVB-T : Crypto ReDi PC 100
      HUMAX 5400Z+
      TV Philips Full HD : 32PFL2807H/12

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

    • hi

      du kanst auch über telnet folgendes ausführen
      code:
      1:init 4
      2:modprobe smsdvb
      3:init 3

      box startet dann von alleine durch, und du hast dann bild fürs erste
      denn sobald du die box wieder ausschaltest muss du dann alles von vorne machen
      VU+ UNO + 1GB Lavod USB Flasherweiterung
      USB DVB-T : Crypto ReDi PC 100
      HUMAX 5400Z+
      TV Philips Full HD : 32PFL2807H/12
    • Hallo nochmal Ich bin wahrscheinlich nicht wahrscheinlich tekninsk nicht vollständig verstehen, was zu tun ist, um es an die Arbeit. die Arbeiten auf meiner dreambox 800 aber nicht auf meinem uno ist Nogel Anleitung, wie man Treiber indstalere so funktioniert es
    • Hello again I'm probably not tekninsk probably do not fully understand what to do to get it to work. the works on my dreambox 800 but not on my uno is nogel manual how to indstalere driver so it works
    • hallo

      Edit the file and bootmisc.sh "modprobe smsdvb" Insert as last line, ie immediately before the final "exit 0"
      / etc / init.d / bootmisc.sh

      First with the DreamBoxControlCenter E2 v1.50
      Navigate to / etc / init.d / bootmisc.sh
      Second right klik on the bootmisc.sh and edit modprobe smsdvb
      before comes exit 0
      Third ok save
      4th Restarting the box

      ..

      # Set the system clock from hardware clock
      # If the timestamp is more recent than the current time,
      # use the timestamp instead.
      test -x /etc/init.d/hwclock.sh && /etc/init.d/hwclock.sh start
      if test -e /etc/timestamp
      then
      SYSTEMDATE=`date -u +%4Y%2m%2d%2H%2M`
      read TIMESTAMP < /etc/timestamp
      if [ ${TIMESTAMP} -gt $SYSTEMDATE ]; then
      date -u ${TIMESTAMP#????}${TIMESTAMP%????????}
      test -x /etc/init.d/hwclock.sh && /etc/init.d/hwclock.sh stop
      fi
      fi
      modprobe smsdvb
      : exit 0


      MyGica T119 USB Stick
      VU+ UNO + 1GB Lavod USB Flasherweiterung
      USB DVB-T : Crypto ReDi PC 100
      HUMAX 5400Z+
      TV Philips Full HD : 32PFL2807H/12