Posts by jonnybe

    Hello, thanks for your quick reply, the example patch files already got me a bit further on what need to be included in the patch. And thanks also for pointing out what drivers excatly I'll need.

    What I'm wondering now is what exactly you mean by oldfile and newfile here and how do you get the git refs in that patch. Do you just removed the relevant lines, commited temporarly (thats why I cant find anything on github with that starting sha) and generated a patch against the lines added back again so that the git refs dont matter much. Or is there any git repo libreelec is using on build where the oldfile state is commited (with the git sha I can find in your patch files) and the patches are applied on?

    I used "git diff" command to generate the patch files, e.g. "git diff oldfile newfile > patchfile". Then I joined all the patches into 1 file.

    I would really appreciate it if you can give me some hints on how to generate the patch.

    Thanks a lot in advance.

    Hello,

    I am currently trying to get a TBS6902 card working on LibreELEC but I have some issues with installing the driver from the TBS git repository. The closest I found is this post from smp DVB drivers for nightly build where he explained that one need to generate a patch file from the TBS repository first and then build libreelec with that patch. But how do I figgure out the relevant files for my TBS card from the TBS git repository? (He also linked a patch file that he is using for a TBS5520SE but sadly this is no longer available on dropbox). I would be happy if someone could explain this to me or provide a sample patch file for a TBS card.

    Or is there any other method to install the drivers for my dvb card?

    Thanks a lot.