What would be best for a compro s350 ?
it should work out of the box (should)
could you dmesg | paste that i can look what the problem is (maybe just missing fw)
What would be best for a compro s350 ?
it should work out of the box (should)
could you dmesg | paste that i can look what the problem is (maybe just missing fw)
It should work with the Official LE 8.0 Beta1 and newer (if released).
I'll report on the result as soon as I get it installed.
doesn't build so I have to wait for a fix from CrazyCat
I build an image with the fix from dvb-usb-az6027: Terratec S7 rev.4 experimental support. · crazycat69/linux_media@be08267 · GitHub (tx crazycat).
Takes a while
my terratec S7 release 4 is not functional
pls dmesg | paste and post the link, maybe it is trivial
but in the stream panel I can't find the transcoding related parameters
only works for Generic images (due CPU power) BUT you could use the EMBY addon and set up pvr with tvheadend, then it gets transcoded (emby supports hardware transcoding at the rpi)
Would it be possible to get tvheadend nightlies for the K1 Plus?
I build for this devices (also other S905) as soon we hit beta for LE8 (then no incompatible changes at the build system are merged).
It is possible to get it back?
could you tell me which Hardware you are using and I would make a build for you to test if it work
Will the LibreELEC BETA support the newer DigitalDevices DVB-C Cards?
not out of the box (most likely), my builds here support them of course
Upps forgot to upload LibreELEC-Odroid_C2.aarch64-7.90.010-A800-DVB-support.img.gz
pls a dmesg | paste
if it works I submit a pr to patch it at the kernel
The question being: is there a way to get one of these working ?
try LibreELEC-RPi2.arm-7.90.010-4.9.0-TBS-T230C-0.2.img.gz
with LE 7.95.1 (Beta 1) you should be able to use the "official" LE version
current versions have a workaround included that fix the problem at the profile, so i t should work i guess
I backport it to 8.0 too, but i want to test it some days till i change it at the "real" repo
Just try first the official LibreELEC 7.95.1 (LibreELEC Beta 1) if they get released - soonish/when its done
dvb_usb_cxusb dvb_usb_dw2102 dvb_usb i guess (maybe without dvb_usb)
there you have to insert your modules of the dvb card that it unload them before suspend
you can test it
lsmod should output the current used modules
look for your dvb device module, look which other modules use it
then modprobe -r module1 module2 ...
they have to unload without an error message, then try to load them again modprobe module1 module2 ...
then it should work, then just write the modules into the addon window
maybe google can find you the necessary modules
I guess you use suspend ?
If so you have configured which modules it should unload - or it won't work?
without log i need black magic
oh well, the driver is broken for at least Kernel 4.9, currently no way to test it for 3.14.
oh looks like i fixed it, need to build a new image -> takes a while