Problem installing DVB-C Card T9580

  • Hey guys,


    so i just received my T9580 DVB-C card (http://www.dvbsky.net/Products_T9580.html) and plugged it into my N54L.
    So the plan is to use OMV to stream the signal into the LAN and watch it on a firetv (xbmc) located in the bedroom ..
    Now let me explain my problem :

    i do not have any idea howto install the card under linux/unix OVM ... so plz help me :(


    all the tries i have made so far ... well lets just say i failed hard ... there are some howto' avaible via google serach ... but i just cant get it to work ...
    so i just reinstalled OMV and now i am staring at a "fresh" setup and just waiting for your help :)


    maybe someone can try and explain it step by step ?
    what do i have to install in what order?
    VDR Plugin via OMV extras ?
    or
    http://www.dvbsky.net/Support_linux.html - what do i have to do with this ?
    or
    something else?
    how do i check if the card is installed probably ? if the power supply is sufficient ?


    Plz dont let me down :)


    greetings
    mastermischke

    • Offizieller Beitrag

    The drivers for that card won't be included in the Linux kernel until 3.18. So, you will have to compile your own. Then the vdr plugin should work. Read this.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Thanks for your reply.


    does this mean i start with this:



    afterwards enable the VDR plugin in OMV (extras) ? And what about that "firmware" in the DVBsky website?


    edit:


    during build i get this


    • Offizieller Beitrag

    Yep, start with the compile section. You will have to install at least git and compiler - apt-get install git build-essential


    Afterwards, reboot and enable vdr plugin.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    vdr should work if they are working correctly. lsmod will show you modules (drivers) that are loading. I think you should be looking for a module called cx23885. You can also compare dmesg output to what is on the wiki page - dmesg | grep cx23885

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • well something doesnt work the way it should i think
    during ./build i got his



    I moved on and rebooted etc and installed VDR from the extra (OMV)

    Code
    root@openmediavault:~# dmesg | grep cx23885
    root@openmediavault:~#


    Code
    root@openmediavault:~# ls /dev/dvb
    ls: Zugriff auf /dev/dvb nicht möglich: Datei oder Verzeichnis nicht gefunden


    vdr scan output

    • Offizieller Beitrag

    You need to install the kernel headers - apt-get install linux-headers-$(uname -r) then start the compile process over.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • You are right :)
    i did it - process went well.
    also i did "make install"


    but still this


    Code
    root@openmediavault:~# dmesg | grep cx23885
    root@openmediavault:~#


    Code
    root@openmediavault:~# ls /dev/dvb
    ls: Zugriff auf /dev/dvb nicht möglich: Datei oder Verzeichnis nicht gefunden



    you got any idea? :(

    • Offizieller Beitrag

    modprobe cx23885 to load


    echo "cx23885" >> /etc/modules will add to list of modules to load on boot

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    I guess something didn't work right. Hard to say what though. I guess you could try the closed source driver here.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    No. Why would you need to reinstall OMV?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    I would guess you need media_build_bst_121102.


    This is why I picked a card with drivers built-in to the kernel :)

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • you are a smart guy :P


    well i need help once more


    i have been following that closed source driver tutorial.
    but somehow it seems dvbsky changed the structure ?


    # Download DVBSky Media build package


    there is no *build.sh* files at all

    • Offizieller Beitrag

    What is the output of:
    ls -al
    ls -al v4l/

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!



  • v4l ls -al is tooooo long to display :D

Jetzt mitmachen!

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