TVheadend 3.0 on OMV

  • Did anyone try to get the newest Version (3.0) of TVheadend to run in Openmediavault?


    On my system it says it needs libc6 in at least version 2.14 and libssl1.0.0 which is also not present.


    Did some got this to work?

  • I don't know about libc6 2.14, you probably have to compile it or something, but just run

    Code
    apt-get install libssl1.0.0


    for libssl.


    I compiled tvheadend from github instead :)

  • 1

    Code
    sudo nano /etc/apt/sources.list

    and add

    Code
    deb http://ftp.it.debian.org/debian/ testing main contrib non-free
    deb-src http://ftp.it.debian.org/debian/ testing main contrib non-free
    deb http://security.debian.org/ testing/updates main contrib non-free
    deb http://ftp.it.debian.org/debian/ wheezy-proposed-updates main contrib non-free


    2

    Code
    sudo apt-get update


    3

    Code
    cd /home
    wget https://github.com/downloads/tvheadend/tvheadend/tvheadend_3.0_i386.deb

    if you have 64bit change _i386.deb with _amd64.deb


    4

    Code
    dpkg -i tvheadend_3.0_i386.deb


    5

    Code
    sudo aptitude -f install

    reply n
    reply y


    6
    enjoy :D

  • Hello folks!
    I need some help cause after upgrade to OMV 3.0 i lost drivers for my dvb card so nothing appear in in tvheadend/adapters web interface.
    This is because Video for Linux is no more supported in this version of OMV.
    So i tried to compile V4L as described in the main site but when i try do download the necessary packages to compile (build-essential module-assistant mercurial...), i had an error like this: "some packages cannot be installed...impossible request..." (translating from italian) "
    So, are you playing tvheadend on OMV 3.0? In this case, may i have some help how to install video drivers on this release?
    Thank to all!!! this make me crazy.... :shock:

  • try with

    Code
    sudo apt-get install mercurial build-essential linux-image-`uname -r` linux-headers-`uname -r` libdigest-sha1-perl make gcc git patch patchutils libproc-processtable-perl


    then

    Code
    git clone git://linuxtv.org/media_build.git
    cd media_build 
    ./build


    and finally

    Code
    sudo make install
  • Hello, when i try the method from the last post i get an error during the build.


    [code]
    CC [M] /root/media_build/v4l/ivtv-alsa-pcm.o
    /root/media_build/v4l/ivtv-alsa-pcm.c:29:26: error: linux/printk.h: No such file or directory
    make[5]: *** [/root/media_build/v4l/ivtv-alsa-pcm.o] Error 1
    make[4]: *** [_module_/root/media_build/v4l] Error 2
    make[3]: *** [sub-make] Error 2
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/usr/src/linux-headers-2.6.32-5-amd64'
    make[1]: *** [default] Fehler 2
    make[1]: Leaving directory `/root/media_build/v4l'
    make: *** [all] Fehler 2
    build failed at ./build line 452.
    /code]


    What do i have to do to get a successful build ?


    Regards Frank

  • if you look at the wiki linux.tv page http://linuxtv.org/wiki/index.…ll_V4L-DVB_Device_Drivers you can see this


    Code
    Note: The Daily Automated Build Tests
    Hans Verkuil has set up an automated daily build of the V4L-DVB source code upon all supported kernels, as well as testing that very same upon several CPU architectures. A brief synopsis of the results from those tests is published each day on the Linux-Media Mailing List (LMML) under a message subject heading prefix of "[cron job] v4l-dvb daily build ...". A link to more detailed results of these tests is also provided within that message or can be found directly from here.


    check if with your kernel (linux-2.6.32) there is an error... (i've watched for you: yes there is)
    the only thing you can do is waiting, the packages are updated daily and probably tomorrow someone has already solved the problem. Remember to remove the media_build folder before try to reinstall the driver

  • [quote="lucchi90"]try with

    Code
    sudo apt-get install mercurial build-essential linux-image-`uname -r` linux-headers-`uname -r` libdigest-sha1-perl make gcc git patch patchutils libproc-processtable-perl


    Stalling... if i try to install this packages the result is "packages damaged" and also many dependencies are not satisfied with error "packages not found"
    I had installed only omv 3.0 64bit from installation build (not an upgrade) and amule. nothing more...


  • Code
    nano /root/media_build/v4l/ivtv-alsa-pcm.c


    Then delete the line (near the top):

    Code
    #include <linux/printk.h>


    Save the file and quit Nano


    Then:

    Code
    make


    When it's finished

    Code
    make install

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!