Posts by TLeVEntI

    hopefully this might help, someone had it working on ubuntu 2014

    Code
    i have the same card working with ubuntu 14.10, kernelversion 3.16.0-23.
    i followed the guide from dvbsky.net ([url=http://www.dvbsky.net/download/doc/Linux_Driver_installation_en.pdf]http://www.dvbsky.net/download/doc/L...llation_en.pdf[/url])
    i genereated the channels.conf with w-scan (wiki.ubuntuusers.de/w_scan).
    
    
    So, now you have to know, which DVB you want to use:
    DVB-S is adapter0/frontend0
    DVB-T is adapter1/frontend0
    DVB-C is adapter1/frontend1


    in his, frontend is different for dvb-t and dvb-c so might work with

    Code
    autostart.sh


    . as at the moment on mine tvheadend is showing same adaptor and frontend for dvb-t and dvb-c.

    CvH got a day off tommorow so can mess about with this abit more, i changed code abit to

    Bash
    #!/bin/sh
    dvb-fe-tool --adapter=0 --frontend=0 --set-delsys=DVBC/ANNEX_A


    reason being cable one is showing as adaptor 0 and sat as adapter 1. not sure if that correct or not
    cable tuner shows as dev/dvb/adaptor0/frontend0
    terrestrial tuner shows as dev/dvb/adaptor0/frontend0
    sat tuner shows as dev/dvb/adaptor1/frontend0

    hi CvH i don't suppose you could help me had a dvbsky t9580 for a few months and have not got cable side working posted on openelec few times but not got fixed yet. issue i think is from reading online is

    Code
    This card works out of the box with a recent Linux kernel after copying the firmware to /lib/firmware. The dvb-s tuner works flawlessly under Linux but there is however a problem to use the DVB-C tuner as the DVB-T tuner is set per default and they don’t have separate frontends. Switching to DVB-C : “dvb-fe-tool --adapter=1 --frontend=0 --set-delsys=DVBC/ANNEX_A


    additional info

    Code
    mpegts: 427MHz in uk cable - tuning on Silicon Labs Si2168 : DVB-C #0
    linuxdvb: Silicon Labs Si2168 : DVB-C #0 - failed to tune [e=Invalid argument]


    Code
    /$ dmesg | pastebinit
    [url=http://sprunge.us/IBIH]sprunge.us/IBIH[/url]
    ps aux | pastebinit
    [url=http://sprunge.us/IgbX]sprunge.us/IgbX[/url]