How to install USB-T-stick on a Newnigma2 image?

    • today installed one dm800 for my friend and noticed previous instruction is outdated
      `opkg install **` command now need extra option `--force-reinstall` and dm800 becomes same complicated as 8k and SE

      install Avermedia A850(af9015) on NewNigma2

      dm800)
      1.
      # make babckup copy of official-feed.conf
      cp /etc/opkg/official-feed.conf /etc/opkg/official-feed.conf_bc
      2.
      # change feed addres in the official-feed.conf to Sifteam's
      sed s?http://.*?addons.enigma2.sifteam.eu/dreambox/test/dm800? /etc/opkg/official-feed.conf>/etc/opkg/official-feed.conf.tmp
      [ -s /etc/opkg/official-feed.conf.tmp ] && mv /etc/opkg/official-feed.conf.tmp /etc/opkg/official-feed.conf
      3.
      opkg update
      4.
      opkg install --force-reinstall v4l-dvb-module-dvb-usb-af9015 v4l-dvb-module-mxl5005s v4l-dvb-module-mxl5007t v4l-dvb-module-mc44s803 v4l-dvb-module-mt2060 v4l-dvb-module-qt1010 v4l-dvb-module-tda18218 v4l-dvb-module-tda18271 v4l-dvb-module-dvb-usb v4l-dvb-module-af9013 v4l-dvb-firmware-dvb-fe-af9013 v4l-dvb-module-dvb-pll v4l-dvb-firmware-dvb-usb-af9015
      5.
      # change back feedaddress
      cp /etc/opkg/official-feed.conf /etc/opkg/official-feed.conf_sif
      cp /etc/opkg/official-feed.conf_bc /etc/opkg/official-feed.conf
      6.
      tar -zxf "/tmp/usbTunerBIN_and_start-stopSH_110204.tar.gz" -C /
      7.
      reboot

      dm8000)
      1.
      opkg update
      2.
      opkg install --force-reinstall v4l-dvb-module-dvb-usb-af9015 v4l-dvb-module-mxl5005s v4l-dvb-module-mc44s803 v4l-dvb-module-mt2060 v4l-dvb-module-qt1010 v4l-dvb-module-tda18271 v4l-dvb-module-dvb-usb v4l-dvb-module-af9013 v4l-dvb-module-dvb-pll v4l-dvb-firmware-dvb-usb-af9015
      3.
      # replace these 3 modules /lib/modules/2.6.18-7.4-dm8000/kernel/drivers/media/dvb/frontends/af9013.ko /lib/modules/2.6.18-7.4-dm8000/kernel/drivers/media/dvb/dvb-usb/dvb-usb.ko /lib/modules/2.6.18-7.4-dm8000/kernel/drivers/media/dvb/dvb-usb/dvb-usb-af9015.ko
      by fixed versions from Cleanie, extract from
      tar -zxf "/tmp/af9015_dm8000_Cleanie_110111.tar.gz" -C /
      4.
      tar -zxf "/tmp/usbTunerBIN_and_start-stopSH_110204.tar.gz" -C /
      5.
      reboot

      dm800se)
      1.
      # make backup copy of official-feed.conf
      cp /etc/opkg/official-feed.conf /etc/opkg/official-feed.conf_bc
      2.
      # change feed addres in the official-feed.conf to Sifteam's
      sed s?http://.*?addons.enigma2.sifteam.eu/dreambox/test/dm800se? /etc/opkg/official-feed.conf>/etc/opkg/official-feed.conf.tmp
      [ -s /etc/opkg/official-feed.conf.tmp ] && mv /etc/opkg/official-feed.conf.tmp /etc/opkg/official-feed.conf
      3.
      opkg update
      4.
      opkg install --force-reinstall v4l-dvb-module-dvb-usb-af9015 v4l-dvb-module-mxl5005s v4l-dvb-module-mc44s803 v4l-dvb-module-mt2060 v4l-dvb-module-qt1010 v4l-dvb-module-tda18271 v4l-dvb-module-dvb-usb v4l-dvb-module-af9013 v4l-dvb-module-dvb-pll v4l-dvb-firmware-dvb-usb-af9015
      5.
      # change back feedaddress
      cp /etc/opkg/official-feed.conf /etc/opkg/official-feed.conf_sif
      cp /etc/opkg/official-feed.conf_bc /etc/opkg/official-feed.conf
      6.
      # extract all modules files from af9015-dm800se-sifteam.tar.gz
      tar -zxf "/tmp/af9015-dm800se-sifteam.tar.gz" -C /
      7.
      tar -zxf "/tmp/usbTunerBIN_and_start-stopSH_110204.tar.gz" -C /
      8.
      reboot

      <edit 2011.05.14>
      dm500hd)
      go to: How to install USB-T-stick on a Newnigma2 image?

      <edit 2011.07.13>
      add modules v4l-dvb-module-mxl5007t; v4l-dvb-firmware-dvb-fe-af9013; v4l-dvb-module-tda18218 to dm800 list,
      without them stop work(tuner were detected, but `Tune failed` came)
      Dateien
      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

      Dieser Beitrag wurde bereits 5 mal editiert, zuletzt von MartiniB ()

    • I have attentively followed this thread and using your data
      I managed to make two ipk working very well in my DM800se

      You only have to install your ipk
      and reboot your newnigma2

      Here's you have.
      Hope you like my work
      Dateien

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

    • Originally posted by Abot
      I have attentively followed this thread and using your data
      I managed to make two ipk working very well in my DM800se

      You only have to install your ipk
      and reboot your newnigma2

      Here's you have.
      Hope you like my work


      thanks a lot Friend,
      this is a very simple system for using the dvb-t on this amazing image.

      a question, working at the same mode on dm500hd ??

      best regards
    • Originally posted by djmastera2000
      You have a USB Port on your 500HD? :rolleyes:


      yes, i've modified my 500hd + ridax kit,
      with this guide......see below.

      h**p://wiki.sifteam.eu/wiki/Aggiungere_porta_USB_al_Dreambox_DM_500_HD

      regards
    • nothing also with telnet maybe i do some error
      is there oher solution , maybe some precompild programm?
      or there is different stick fbv-t that this immage see end allow
      to install driver?
      thanks

      ciao
    • Hi @all.
      I have a DM500HD with usb interface...I did try to set my DVB-T, but without succeeded.
      Here is my Log
      root@dm500hd:~# dmesg | grep usb [4294669.871000] drivers/usb/host/ehci-brcm.c: starting brcm EHCI USB Controller [4294669.877000] usb usb1: configuration #1 chosen from 1 choice [4294669.981000] drivers/usb/host/ehci-brcm.c: starting brcm EHCI USB Controller [4294669.985000] usb usb2: configuration #1 chosen from 1 choice [4294670.090000] drivers/usb/host/ohci-brcm.c: starting brcm OHCI USB Controller [4294670.149000] usb usb3: configuration #1 chosen from 1 choice [4294670.186000] usb 1-1: new high speed USB device using brcm-ehci and address 2 [4294670.253000] drivers/usb/host/ohci-brcm.c: starting brcm OHCI USB Controller [4294670.304000] usb 1-1: configuration #1 chosen from 1 choice [4294670.312000] usb usb4: configuration #1 chosen from 1 choice [4294670.417000] usb-storage: device found at 2 [4294670.417000] usbcore: registered new driver usb-storage [4294670.420000] usb-storage: waiting for device to settle before scanning [4294676.595000] usb-storage: device scan complete [4294691.137000] usbcore: registered new driver usbserial [4294691.138000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic [4294691.139000] usbcore: registered new driver usbserial_generic [4294691.139000] drivers/usb/serial/usb-serial.c: USB Serial Driver core [4294691.162000] drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device [4294691.163000] usbcore: registered new driver ftdi_sio [4294691.164000] drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converter s Driver [4294691.193000] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303 [4294691.194000] usbcore: registered new driver pl2303 [4294691.195000] drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adap tor driver [4294701.694000] usbcore: registered new driver rt73 [4294701.817000] usbcore: registered new driver zd1211b [4294701.876000] usbcore: registered new driver dvb_usb_af9015 [ 29.546000] usb 1-2: new high speed USB device using brcm-ehci and address 3 [ 29.666000] usb 1-2: configuration #1 chosen from 1 choice [ 29.682000] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold stat e, will try to load a firmware [ 29.755000] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw' [ 29.828000] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm stat e. [ 29.830000] dvb-usb: will pass the complete MPEG2 transport stream to the sof tware demuxer. [ 30.263000] dvb-usb: no frontend was attached by 'Afatech AF9015 DVB-T USB2.0 stick' [ 30.264000] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initializ ed and connected. [ 30.267000] dvb_usb_af9015: probe of 1-2:1.0 failed with error -1 root@dm500hd:~#



      Basicaly this af9015 is the driver I need, but got this error.

      The driver which was working on my old DM800HD box was...dm800-dvbt-af9015_14592-r016_del.tgz

      Can someone check if the driver from BP are same.....or if someone can tell me where I can check it, because I am new on Newenigma2 and the folders are a little different.
      Thx :)
    • hallo

      ich habe dreambox 500hd secondstage 82 newenigm2

      ich suche module bzw, driver zu dvb-t usb

      ID 0b89:0007 Abilis Syste, , ATon 2 DVB Receiver

      in dreambox wurde das gezeigt

      ID 0b89:0007 Abilis Syste, , ATon 2 DVB Receiver

      danke euch
    • install Avermedia A850(af9015) on NewNigma2

      dm500hd)
      1.
      # make babckup copy of official-feed.conf
      cp /etc/opkg/official-feed.conf /etc/opkg/official-feed.conf_bc
      2.
      # change feed addres in the official-feed.conf to Sifteam's
      sed s?.*?http://addons.enigma2.sifteam.eu/dreambox/test/dm500hd? /etc/opkg/official-feed.conf>/etc/opkg/official-feed.conf.tmp
      [ -s /etc/opkg/official-feed.conf.tmp ] && mv /etc/opkg/official-feed.conf.tmp /etc/opkg/official-feed.conf
      3.
      opkg update
      4.
      opkg install --force-reinstall v4l-dvb-module-dvb-usb-af9015 v4l-dvb-module-mxl5005s v4l-dvb-module-mc44s803 v4l-dvb-module-mt2060 v4l-dvb-module-qt1010 v4l-dvb-module-tda18271 v4l-dvb-module-dvb-usb v4l-dvb-module-af9013 v4l-dvb-module-dvb-pll v4l-dvb-firmware-dvb-usb-af9015
      5.
      # change back feedaddress
      cp /etc/opkg/official-feed.conf /etc/opkg/official-feed.conf_sif
      cp /etc/opkg/official-feed.conf_bc /etc/opkg/official-feed.conf
      6.
      tar -zxf "/tmp/usbTunerBIN_and_start-stopSH_110204.tar.gz" -C /
      7.
      reboot
      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
    • Hi!

      I have HUGE problem to get my Terratec T3 USB-T stick working on newest newnigma 3.2.1. In version 3.1.6 it worked just okay... And it uses same driver than haupgauge stick (I think 0700). Could somebody help how to install??

      TY

      Got it worked... From instructions of this thread TY (but I need manually remove dib0700 driver first)...

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

    • Hi,

      I have installed the drivers on my DM800se and added v4l-dvb-module-dvb-usb-cinergyt2 since I have a Terratec Cinergy T2.

      The problem is that this does not work when I boot normally. No tuner is found then. But it is working when I do the following:
      - start the Dreambox without the DVB-T stick plugged in
      - plug it in once the box has completed booting
      - restart the GUI

      Any ideas of what is wrong and what I can try to correct this issue?
    • Original von MartiniB
      does /etc/modprobe.conf is present on your dream?


      Yes, it is. It contains a lot of lines, amongst these is this one:

      blacklist dvb_usb_cinergyT2

      So the driver should not be loaded too early - but it looks like it does nevertheless.

      I meanwhile removed most of the packages that are included in the instructions in this thread. Only these are remaining:

      v4l-dvb-module-dvb-core - 0.0+hg20100904-r5
      v4l-dvb-module-dvb-usb - 0.0+hg20100904-r5
      v4l-dvb-module-dvb-usb-cinergyt2 - 0.0+hg20100904-r5
      v4l-dvb-module-stv0299 - 0.0+hg20100904-r5

      But the behaviour is still the same. :(
    • Original von MartiniB
      have you tryed --force-reinstall with drivers from Sifteam


      That hint solved "half" of the problem.

      Actually the modules have had the wrong version so probabely I did not install the sifteam drivers the first time (for whatever reason). I removed the v4l drivers and reinstalled them because --force-reinstall duplicated them (with r5 and r56). "opkg list-installed|grep -i v4l" looks like this now:

      v4l-dvb-module-dvb-core - 0.0+hg20100904-r56
      v4l-dvb-module-dvb-usb - 0.0+hg20100904-r56
      v4l-dvb-module-dvb-usb-cinergyt2 - 0.0+hg20100904-r56
      v4l-dvb-module-stv0299 - 0.0+hg20100904-r56

      Before that the modules have been r5 instead of r56.

      Now the tuner is working right after booting every second time. I turned the box off (deep standby with just the blue light on) and on several times now and it really looks like it is working exactly every second boot. This is really strange now, isn't it...?
    • After some days with the updated drivers I have to say that it still does not work most of the time. Sometimes the tuner is working after booting, but most of the time I have to reboot without the tuner plugged in and do the procedure described above.

      Does anyone have any idea what I could try to solve this?
    • got in my hands one dm800
      yes Avermedia A850 doesnt work on last Newnigmas :(

      last combination where work is 110505_dm800_Newnigma2-release-v3.2.1.nfi+SifTeam's v4l-dvb-***

      on dm800SE works(week ago tested)
      on dm8k not tested for last half year
      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