Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[ViX_Misc] Installation of driver DVB-USB-SIANO fails

  • Thread starter Thread starter Eragon
  • Start date Start date
E

Eragon

Guest
Hi, I need to install from VIX plugins the driver dvb-usb-siano which I think is needed to make my DVB-T stick Hauppauge WinTV-MiniStick (model No. 120009) be recognized.
Hauppauge Linux drivers: http://www.hauppauge.de/site/support/support_faq.php?n=FAQ.Linux

I'm trying to install that driver because in images other than Vix this driver lets my DVB-T stick work properly.

The installation fails with the error message that it can't satisfy the following dependencies:
- kernel-module-smsdvb
- kernel-module-smsusb

How and where I tested:
I've tested with 3 different boxes: Duo2, Solo and Cloud-Ibox 3, always same error.
I've tested with all Helios images and now with Apollo 003.

Any help or suggestion?
Thank you in advance.

see picture
tp98nd5.gif
 
I cant help with the drivers but I will remind you that this forum does not provide support for cloned receivers so less talk of cloud-i boxes please.

Sent from my GT-I9300 using Tapatalk
 
Thank you very much for the answer, the problem is mainly affecting my Vu+ Duo2 and Vu+ Solo, so I'm going to only speak about these two boxes.

AFAIK the cause of the problem is in the Vix image itself which is probably missing some references and/or modules.
In my test I found that some other images are already able to load the siano driver and are compatible with the Hauppauge WinTV-MiniStick.

Maybe this might be useful:
https://wiki.gentoo.org/wiki/Hauppauge_WinTV_Ministick
 
I've installed Apollo 008 but the dvb-usb-siano driver installation still fails with the same message errors.
 
Please check possible wrong references originated here:
http://sourceforge.net/p/openpli/op...enpli/enigma2-plugin-drivers-dvb-usb-siano.bb

Code:
DESCRIPTION = "USB DVB driver for Siano chipset"

DVBPROVIDER ?= "[B][COLOR="#FF0000"]v4l-dvb[/COLOR][/B]"

RDEPENDS_${PN} = " \
	${DVBPROVIDER}-module-smsusb \
	${DVBPROVIDER}-module-smsdvb \
	firmware-dvb-siano \
	firmware-dvb-nova-12mhz-b0 \
	firmware-isdbt-nova-12mhz-b0 \
	"

PV = "1.0"
PR = "r5"

ALLOW_EMPTY_${PN} = "1"

do_install() {
	if [ "${DVBPROVIDER}" = "v4l-dvb" ]; then
		install -d ${D}/etc/modutils
		echo smsusb > ${D}/etc/modutils/[B][COLOR="#FF0000"]v4l-dvb-usb-siano[/COLOR][/B]
		echo smsdvb >> ${D}/etc/modutils/[B][COLOR="#FF0000"]v4l-dvb-usb-siano[/COLOR][/B]
	fi
}
 
Update

I have had the possibility with OpenVix Apollo 33 to test the same USB tuner requiring Siano drivers and I can confirm that now the drivers correctly download and install.
Then the USB tuner works correctly.
The only problem left is that there are no signal level values available to check.

Many thanks!
:thumbsup:
 

OpenViX Feeds Status

Back
Top