Problem with Release 7.2 and Vu+ USB cabletuner.
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #21
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #22
Posted 29 December 2019 - 09:09
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
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #24
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
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #26
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #27
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #28
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 Ultimate (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
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
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 Ultimate (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
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #32
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 Ultimate (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
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #34
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #35
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #36
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #37
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, Vu+Uno4KSE, DM900
.........FBC Tuners:
------------------> GT-SAT unicable lnb to 1.5M dish(28.2E)
------------------> Gigablue unicable lnb to 80 cm dish(19.2E)
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
Re: Problem with Release 7.2 and Vu+ USB cabletuner. #39
Posted 31 December 2019 - 14:05
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 3Then 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
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 Ultimate (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.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users