Just received my Vero4K. Wow, what a difference with my RPi2. I was quite happy with the performance but the Vero4K just blows it away.
That aside. I wanted to install hyperion on the Vero4K so I can get my Ambilight/Boblight installation up and running again but the usbtv-driver is missing. Is it possible to include it in the next update? Or how can I easily compile it myself? I tried it via the vero-sources but get a compile error: gcc: error: unrecognized command line option ‘-mgeneral-regs-only’
I’ve already had a look at what’s needed to get Hyperion on the Vero 4K and will chase this up. I don’t know a lot about Hyperion so forgive me if I’m asking questions.
Are you using a USB based grabber?
What’s lsmod look like on a Pi?
It’s my intention to get Hyperion working well, not only for those using the remote mode but also for those using USB grabbers in the very near future.
I was using hyperion on my RPi2 with both dispmanx (for the RPi2) and an USB-grabber (Fushicai) for all other devices.
I think the relevant modules that are needed are these:
I’ve compiled hyperion with AMLogic and V4L support. Still looking howto configure the amlogic grabber so I hope that one works out of the box.
QT5 still seems impossible (Kodi fails when QT5 is installed) so I went back to QT4.
AMLogic grabber works as a charm. Working great on the Vero4K. Now I’m only missing the usbtv driver to get the V4L grabber running.
Also found this thread (OSMC and Hyperion - #17 by penfold42) which mentions support was added to hyperion-ng. AFAIK the new version requires QT5 which I never got working on OSMC. Kodi crashes when QT5 is installed.
Can you show me the crash log? They should not conflict.
I’ve added the usbtv module. It will be in the next kernel which will land in the next update. If you can provide some information re. Hyperion to other Vero 4K owners, that will be gladly appreciated
I think you may be installing full Qt 5 packages, which may be bringing in MESA. A full set of logs will show the introduced packages. This means Kodi is then picking the wrong libraries for display.
A new kernel is being built with your driver included. I’ll let you know when it’s ready for testing
I’m installing what appears to be needed to compile the sources. I’m currently compiling with QT5 support after which I will remove all packages and see which once are required for running the binary.
Installed all packages needed to compile hyperion. It pulled in MESA and a lot of other packages. After successful compilation I removed everything and just installed the packages/libraries needed to run the hyperion-binary. Kodi still seems to work. Will do some testing now.
Add the following line: deb http://apt.osmc.tv jessie-devel main
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you edit /etc/apt/sources.list again and remove the line that you added after updating. This will return you to the normal update channel.
driver works like a charm. I now have a working hyperion on my Vero4K with both AMLogic and V4L grabber support.
Currently testing the QT5-build version which also seems to work without problems. The only issue with QT5 is that the environment to compile with QT5 support installs MESA libraries which break Kodi.
If people are interested, I can provide an install-file of the QT4-build with AMLogic and V4L support. It might require some additional packages to be installed (libusb, python etc…).
I never got it working on the Pi with your workaround. With limited packages for runtime it works on the Vero. For compilation it needs more packages which pull in Mesa and break Kodi.
I’m not a Debian expert so maybe this is a stupid question. I’m used to Gentoo Portage and FreeBSD ports which allow build options. To compile hyperion (and .ng) I need to install qtbase5-dev which pulls in opengl and mesa which break Kodi.Is there a way to get qtbase5-dev without pulling these in? I could probably remove the bad packages but how can I be sure they won’t be pulled in again on an update thus breaking Kodi again?