OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)
@Milhouse

I figured out what caused my DVB-C stick to no longer work, it is this commit: http://git.linuxtv.org/cgit.cgi/linux.gi...824b14060f which is in a later commit changed to "goto err;" i.e. I changed it to simply read:
Code:
/* error bit set? */
/*
        if ((cmd->args[0] >> 6) & 0x01) {
            ret = -EREMOTEIO;
            goto err;
        }
*/

Had diffed vanilla kernel 4.3 drivers vs. 4.1.12, blacklisted dvb-usb-dvbsky.ko and loaded my changed
modules by hand, until that commit fell out. Funny enough, now even channel switching works nicely
again in last nights build. No more need to stop live TV to avoid Kodi hanging with "Buffering..."
message, and after some seconds doing nothing at all anymore.

I also tested my isosynchronous Empia USB DVB dongle again with hvs_priority and verified setting
in command line, no cigar. That one still has trouble with dropped USB data. On RPi/RPi2 only live TV
sticks with Cypress chips that do bulk transfers appear to be stable.
Katastrophentourist


Messages In This Thread
Bluetooth on #1003 - by cdvreede - 2015-10-13, 11:08
Re: RE: Bluetooth on #1003 - by Milhouse - 2015-10-13, 13:24
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - by MarkT - 2015-11-19, 01:49
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)10