Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: SatDreamGr with USB VU+ Turbo Tuner

  1. #1

    SatDreamGr with USB VU+ Turbo Tuner

    Hello,

    Yesterday I got a VU+ turbo tuner that I bought in order to use it as DVB-T tuner in my VU+ Duo.
    I have installed the satdreamgr image "Satdreamgr-4.0-gst1-vuduo-20180106.zip".
    The tuner was not found! I went to section drivers to download the package but I could not find a package for the Vu+ turbo.
    There was many other usb sticks drivers but no Vu+ turbo.
    Finally after some search at internet, I telnet to my box and I executed some commands (opkg....) and I installed successfully the driver.
    Please explain me why there are no driver for the usb vu+ turbo tuner in the drivers section and I had to telnet to execute commands?

    Second question... I started the RTL-SDR with Enigma2 (SDG Radio) plugin to test the FM radios.
    It did not work. The info said that the device does not supported.
    Is this true or I have to do something in order to work with Vu+ turbo tuner?

    Thanks.

  2. #2

    georgeflu's Avatar
    Join Date
    Jan 2011
    Location
    ptolemaida
    Age
    44
    Posts
    12,432
    Rep Power
    4091705

    Re: SatDreamGr with USB VU+ Turbo Tuner

    for your first question,please tell us which command did you gave in telnet... ! maybe you installed a driver which presented there (but not using the name vu+ turbo...)

    for your second question, only rtl2832cu tuners are compatible to rtl-sdr plugin
    ολα ειναι FLU

    Member SatDreamGr Projects

  3. #3

    Re: SatDreamGr with USB VU+ Turbo Tuner

    I run these commands:

    opkg install kernel-module-dvb-usb-v2

    opkg install kernel-module-dvb-usb-cypress-firmware

    opkg install vuplus-tuner-turbo

  4. #4

    medousa89's Avatar
    Join Date
    Mar 2016
    Location
    Egio
    Age
    34
    Posts
    1,368
    Rep Power
    828390

    Re: SatDreamGr with USB VU+ Turbo Tuner

    run lsusb to know which "id" use this device
    Last edited by medousa89; 22-03-18 at 12:21.
    Member SatDreamGr Projects


  5. #5

    Re: SatDreamGr with USB VU+ Turbo Tuner

    I am not home now, so I will check it later.

    Can you please let me, what is the proper way for Vu+ Turbo tuner installation to SatDreamGR image?

  6. #6

    georgeflu's Avatar
    Join Date
    Jan 2011
    Location
    ptolemaida
    Age
    44
    Posts
    12,432
    Rep Power
    4091705

    Re: SatDreamGr with USB VU+ Turbo Tuner

    despites the drivers it using... (maybe there is already the driver,maybe for the moment the one you did...)
    ολα ειναι FLU

    Member SatDreamGr Projects

  7. #7

    medousa89's Avatar
    Join Date
    Mar 2016
    Location
    Egio
    Age
    34
    Posts
    1,368
    Rep Power
    828390

    Re: SatDreamGr with USB VU+ Turbo Tuner

    so look here from PLi forum
    but athoik write"Different kernel version, not possible. "
    edit
    ok duo use 3.9.6
    HTML Code:
    init 4
    wget http://archive.vuplus.com/download/usb/tuner/turbo/vuplus_tuner_turbo_driver_3.9.6_R1_20150303.tar.gz
    wget http://archive.vuplus.com/download/usb/tuner/turbo/vuplus_tuner_turbo_bin_fw_20150303.tar.gz
    opkg install kernel-module-dvb-usb-v2
    opkg install kernel-module-dvb-usb-cypress-firmware
    modprobe vuplus_tuner_turbo_driver
    dmesg
     
       (check if you see this...)
       sbcore: registered new interface driver vuplus_tuner_turbo_driver
       usb 1-2: USB disconnect, device number 2
       usb 1-2: dvb_usb_v2: found a 'Vu+ Tuner : Vuplus DVB-T/C USB NIM(TURBO)' in cold state
       usb 1-2: dvb_usb_v2: downloading firmware from file 'Vuplus_Turbo_USB_0101.fw'
       usb 1-2: dvb_usb_v2: 'Vu+ Tuner : Vuplus DVB-T/C USB NIM(TURBO)' successfully deinitialized and disconnected
       usb 1-2: new high-speed USB device number 3 using ehci-brcm
       usb 1-2: dvb_usb_v2: found a 'Vu+ Tuner : Vuplus DVB-T/C USB NIM(TURBO)' in warm state
       usb 1-2: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
       DVB: registering new adapter (Vu+ Tuner : Vuplus DVB-T/C USB NIM(TURBO))
       usb 1-2: DVB: registering adapter 1 frontend 0 (Vu+ Turbo Frontend : DVB-C/T2)...
       usb 1-2: dvb_usb_v2: 'Vu+ Tuner : Vuplus DVB-T/C USB NIM(TURBO)' successfully initialized and connected
     
    init 3
    Last edited by medousa89; 22-03-18 at 13:04.
    Member SatDreamGr Projects


  8. #8

    Re: SatDreamGr with USB VU+ Turbo Tuner

    medousa89, this is the page that I saw the commands that I did.
    In my case, I did installed it with these 3 commands:
    opkg install kernel-module-dvb-usb-v2
    opkg install kernel-module-dvb-usb-cypress-firmware
    opkg install vuplus-tuner-turbo

    I am just wondering if am missing something else.
    I just found another page that they said to do that:
    opkg install kernel-module-dvb-usb
    opkg install kernel-module-dvb-usb-v2
    opkg install kernel-module-cypress-firmware
    opkg install kernel-module-dvb-usb-cypress-firmware
    opkg install vuplus-tuner-turbo

    So, I suppose I had to execute these two commands, too:
    opkg install kernel-module-dvb-usb
    opkg install kernel-module-cypress-firmware

    Anyway...

  9. #9

    medousa89's Avatar
    Join Date
    Mar 2016
    Location
    Egio
    Age
    34
    Posts
    1,368
    Rep Power
    828390

    Re: SatDreamGr with USB VU+ Turbo Tuner

    Quote Originally Posted by developer69 View Post
    medousa89, this is the page that I saw the commands that I did.
    In my case, I did installed it with these 3 commands:
    opkg install kernel-module-dvb-usb-v2
    opkg install kernel-module-dvb-usb-cypress-firmware
    opkg install vuplus-tuner-turbo

    I am just wondering if am missing something else.
    I just found another page that they said to do that:
    opkg install kernel-module-dvb-usb
    opkg install kernel-module-dvb-usb-v2
    opkg install kernel-module-cypress-firmware
    opkg install kernel-module-dvb-usb-cypress-firmware
    opkg install vuplus-tuner-turbo

    So, I suppose I had to execute these two commands, too:
    opkg install kernel-module-dvb-usb
    opkg install kernel-module-cypress-firmware

    Anyway...
    vuplus-tuner-turbo is missing , the package is driver and bin _fw
    and download packages from vu+
    wget http://archive.vuplus.com/download/u...0150303.tar.gz
    wget http://archive.vuplus.com/download/u...0150303.tar.gz

    opkg install kernel-module-dvb-usb-v2
    opkg install kernel-module-dvb-usb-cypress-firmware
    modprobe vuplus_tuner_turbo_driver
    and look post 77 from PLi
    Member SatDreamGr Projects


  10. #10

    Re: SatDreamGr with USB VU+ Turbo Tuner

    Yes, sure... BUT as I said before, I did not download anything with wget from vuplus.com.

    I installed:
    opkg install kernel-module-dvb-usb-v2
    opkg install kernel-module-dvb-usb-cypress-firmware
    opkg install vuplus-tuner-turbo

    And reboot!
    After that my vu+ duo detect the Vu+ Turbo tuner and I scanned the terestrial tv services as well.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SF8008 Dual Tuner-SatDreamGr Blind not working KU/CBand
    By Babadem in forum SatDreamGr Images Chat
    Replies: 4
    Last Post: 25-02-20, 19:53
  2. IMAGE FOR FORMULER 4 TURBO
    By piccolamela82 in forum SatDreamGr Images Chat
    Replies: 1
    Last Post: 05-02-19, 14:23
  3. VU+ Skin Turbo-MOD-By-RAED
    By korn in forum Enigma2 Skins ΟΕ 2.0
    Replies: 0
    Last Post: 15-07-15, 20:50
  4. Turbo-MOD-By-RAED
    By KOSTA in forum Enigma2 Skins ΟΕ 2.0
    Replies: 0
    Last Post: 08-04-15, 23:21
  5. Replies: 12
    Last Post: 03-11-13, 08:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •