Jump to content


Photo

Problem with Release 7.2 and Vu+ USB cabletuner.


  • Please log in to reply
51 replies to this topic

Re: Problem with Release 7.2 and Vu+ USB cabletuner. #21 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 29 December 2019 - 06:29

oscam and enigma2 are blocked. Does OpenVix use different driver for the USB tuner?
Or we use different code for switching between dvb-s and dvb-c. Athoik or Erik maybe can say something to that.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Problem with Release 7.2 and Vu+ USB cabletuner. #22 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 29 December 2019 - 09:09

Find the ‘fix’ vix did for it and when it is not a if vu then do x fix it can be accepted.... when it is a if vu then do x fix it is still a driver issue which means we need to report it to vu.... so hopefully not a work-a-round and hopefully oe-a or vix does give it a good description so we can find it.

Edited by littlesat, 29 December 2019 - 09:11.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #23 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 29 December 2019 - 09:47

Regarding drivers I see no difference between PLi and OE-A.


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Problem with Release 7.2 and Vu+ USB cabletuner. #24 yortiz1979

  • Member
  • 18 posts

0
Neutral

Posted 29 December 2019 - 12:00

Find the ‘fix’ vix did for it and when it is not a if vu then do x fix it can be accepted.... when it is a if vu then do x fix it is still a driver issue which means we need to report it to vu.... so hopefully not a work-a-round and hopefully oe-a or vix does give it a good description so we can find it.


Hi Littlesat,

Dont know here if you are giving me some guidance of if you are discussing about the issue! Please let me know if there is something else you would like me to try to help resolving this issue

Re: Problem with Release 7.2 and Vu+ USB cabletuner. #25 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 29 December 2019 - 13:43

Search on oe-a or the sources from vix on GitHub for the fix

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #26 yortiz1979

  • Member
  • 18 posts

0
Neutral

Posted 29 December 2019 - 18:10

Search on oe-a or the sources from vix on GitHub for the fix

the closes solution i have found in forum is to change the time shift recommended by Abu but after changing this to 10, 5, 2 20 nothing really happens!



Re: Problem with Release 7.2 and Vu+ USB cabletuner. #27 yortiz1979

  • Member
  • 18 posts

0
Neutral

Posted 29 December 2019 - 21:47

I switched back to openvix which i used long time ago. its a pitty cause i get to fal in love with openpli, but this is a big issue. once this get fix i will probably switch back since io belive openpli is faster and more stable!



Re: Problem with Release 7.2 and Vu+ USB cabletuner. #28 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 29 December 2019 - 22:17

USB tuners is always a misery, since their drivers never evolve. it isn't for nothing we advise not to use them, and nobody within the team owns one.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #29 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 30 December 2019 - 09:09

I have no idea if this might help to find a difference... 

 

OpenPLi's VU+ Turbo driver stuff: https://github.com/O...vb-usb-turbo.bb

SUMMARY = "USB DVB driver for Vuplus Tuner Turbo"
 
LICENSE = "CLOSED"
 
PACKAGE_ARCH = "${MACHINE_ARCH}"
 
RRECOMMENDS_${PN} = " \
    kernel-module-dvb-usb \
    kernel-module-dvb-usb-v2 \
    kernel-module-cypress-firmware \
    kernel-module-dvb-usb-cypress-firmware \
    vuplus-tuner-turbo \
    "
 
PV = "1.0"
 
ALLOW_EMPTY_${PN} = "1"

OE-A VU+ Turbo driver stuff https://github.com/o...tuner-turbo.inc

SUMMARY = "Hardware drivers and blindscan util for Vuplus Tuner Turbo"
SECTION = "base"
LICENSE = "CLOSED"
PACKAGE_ARCH := "${MACHINE_ARCH}"
 
SRCDATE = "20150303"
FW_SRCDATE = "20150303"
PV = "${KV}"
PR = "${SRCDATE}"
 
SRC_URI = " \
    http://archive.vuplus.com/download/usb/tuner/turbo/vuplus_tuner_turbo_driver_${PV}_${SRCDATE}.tar.gz;name=driver \
    http://archive.vuplus.com/download/usb/tuner/turbo/vuplus_tuner_turbo_bin_fw_${FW_SRCDATE}.tar.gz;name=binfw \
"
 
SRCDATE_arm = "20151104"
FW_SRCDATE_arm = "20151104"
SRC_URI_arm = " \
    http://archive.vuplus.com/download/usb/tuner/turbo/vuplus_tuner_turbo_driver_${PV}_${TARGET_ARCH}_${SRCDATE}.tar.gz;name=driver \
    http://archive.vuplus.com/download/usb/tuner/turbo/vuplus_tuner_turbo_bin_fw_${TARGET_ARCH}_${FW_SRCDATE}.tar.gz;name=binfw_arm \
"
 
DEPENDS += "virtual/kernel module-init-tools"
RDEPENDS_${PN} += "module-init-tools-depmod"
 
S = "${WORKDIR}"
 
inherit module-base
 
do_install() {
    install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/media/usb/vuplus
    install -m 0644 ${S}/vuplus_tuner_turbo_driver.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/media/usb/vuplus/vuplus_tuner_turbo_driver.ko
    install -d ${D}/lib/firmware/
    install -m 0644 ${S}/Vuplus_Turbo_USB_0101.fw ${D}/lib/firmware/Vuplus_Turbo_USB_0101.fw
    install -d "${D}/${bindir}"
    install -m 0755 "${S}/vuplus_turbo_c" "${D}/${bindir}"
    install -m 0755 "${S}/vuplus_turbo_t" "${D}/${bindir}"
}
 
pkg_postinst_${PN} () {
    if [ -d /proc/stb ]; then
       depmod -a
    fi
    true
}
 
FILES_${PN} = "/"
 
SRC_URI[binfw.md5sum] = "517a9d54e41fae16612bcfe431ef7a3e"
SRC_URI[binfw.sha256sum] = "b39f0b38684c44a13dd62ac4286a4a73bcf74fd25a881ecfe97d292535163ca0"
 
SRC_URI[binfw_arm.md5sum] = "dd0a349eb062af2ff0d23078c4911f61"
SRC_URI[binfw_arm.sha256sum] = "dd7e4f54957bedcac1f9a25bb31037a16b6c210916e6527cb4547298c237bdc8"

Edited by littlesat, 30 December 2019 - 09:12.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #30 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 30 December 2019 - 10:36

That is just the dummy package to make it downloadable from the plugins, the driver itself is supplied by VU+, in their BSP.

 

OE-A uses an old 2015 driver in this recipe, VU+ has a different driver per kernel version, for the 4.1 kernels it is a 2017 driver...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #31 littlesat

  • PLi® Core member
  • 56,262 posts

+691
Excellent

Posted 30 December 2019 - 10:40

Maybe old driver works better?


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #32 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 30 December 2019 - 10:41

Maybe, maybe not, but as they are in the VU+ supplied BSP, nothing we can change about it.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #33 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 30 December 2019 - 15:56

I have looked at the Bitbake files and as far as I could see OE-A and PLi uses same driver version (date).
It must be something in the e2 code.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Problem with Release 7.2 and Vu+ USB cabletuner. #34 yortiz1979

  • Member
  • 18 posts

0
Neutral

Posted 30 December 2019 - 19:15

I have been using openvix for nearly 24 hrs now and i have not experience any issue. i have backed up both images so i can switch to pli if you need some help getting to the bottom of these. again happy to help offer as much help if you need it.



Re: Problem with Release 7.2 and Vu+ USB cabletuner. #35 Dimitrij

  • PLi® Core member
  • 9,994 posts

+338
Excellent

Posted 30 December 2019 - 20:30

init 4
ENIGMA_DEBUG_LVL=4 enigma2

In telnet and post the log after switching DVB-C -->DVT-S service.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #36 yortiz1979

  • Member
  • 18 posts

0
Neutral

Posted 31 December 2019 - 12:15

init 4
ENIGMA_DEBUG_LVL=4 enigma2

In telnet and post the log after switching DVB-C -->DVT-S service.

 

 

would you like me to do this on both vix and pli for comparison or just pli?



Re: Problem with Release 7.2 and Vu+ USB cabletuner. #37 twol

  • Senior Member
  • 444 posts

+15
Neutral

Posted 31 December 2019 - 13:20

In ViX better to turn on debug logs and put them somewhere useful (like a Usb)

Menu ->setup. —>  system_ logs —>settings  enable, show log manager in extensions,  and change save location

then reboot.

debug logs will be saved in logs directory


Edited by twol, 31 December 2019 - 13:21.

Gigablue Quad 4K & UE 4K
.........FBC Tuners:
------------------> DUR-Line DCR 5-1-8-L4 Multiswitch to 1.5M dish(28.2E)
------------------> Spaun SUS 5581/33 NFA Multiswitch to 80 cm dish(19.2E)
.........DVB-S2X into 90cm dish (27.5W)

Octagon sf8008, AX HD61, Edision Osmio 4K+, Zgemma H9Combo using Legacy ports on multiswitches
Zgemma H9twin & Zgemma H9 C/S mode into Giga4K
 


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #38 Dimitrij

  • PLi® Core member
  • 9,994 posts

+338
Excellent

Posted 31 December 2019 - 13:36

yortiz1979

first openPli


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #39 Pr2

  • PLi® Contributor
  • 6,073 posts

+257
Excellent

Posted 31 December 2019 - 14:05

Hi,
 
Just my 2 cents, if you want the output generated directly into a log file you can use:
 
init
ENIGMA_DEBUG_LVL=4 enigma2 > /media/hdd/logopenpli.txt 2>&1
 
When you have finished press CTRL-C
Then wait a little bit and then type to restart OpenPLi normally. 
init 3
Then you just need to insert the file here, use the use full editor button on the forum to get access to the upload.

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: Problem with Release 7.2 and Vu+ USB cabletuner. #40 WanWizard

  • PLi® Core member
  • 68,559 posts

+1,737
Excellent

Posted 31 December 2019 - 15:10

As we're handing out cents, here are mine ;):

 

Menu - Standby/Restart - Restart enigma in debug mode.

 

Log file will be created in /home/root.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users