<div dir="ltr">Thanks Mike, that helped. I did similar things before, but it did not work. The only thing I have changed in the procedure in compare to my own is building as a root (previously I only installed with sudo). This is something I cannot really explain, but does not matter now.<div><br></div><div>Greg<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 3, 2016 at 7:18 AM, Mike Bibbings <span dir="ltr"><<a href="mailto:mike.bibbings@gmail.com" target="_blank">mike.bibbings@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"><div><div class="h5">
<div>On 01/03/16 22:40, Grzegorz Sikorski
wrote:<br>
</div>
</div></div><blockquote type="cite"><div><div class="h5">
<div dir="ltr">Hi,
<div><br>
</div>
<div>I am having a problem with my TBS6280 card drivers. I am
able to build and install the drivers, though they do not load
properly:</div>
<div>
<div><font face="monospace, monospace">Mar 1 22:24:43
recorder kernel: [ 1020.473546] tbs62x0fe: module license
'TurboSight Proprietary' taints kernel.</font></div>
<div><font face="monospace, monospace">Mar 1 22:24:43
recorder kernel: [ 1020.473553] Disabling lock debugging
due to kernel taint</font></div>
<div><font face="monospace, monospace">Mar 1 22:24:43
recorder kernel: [ 1020.473602] tbs62x0fe: module
verification failed: signature and/or required key
missing - tainting kernel</font></div>
</div>
<div><br>
</div>
<div>Looks like the kernel now requires signed drivers, which I
cannot deliver. Anyone knows how to fix/workaround this? I am
using Mythbuntu 14.04 with all the latest updates
(kernel 3.13.0-79-generic).</div>
<div><br>
</div>
<div>Best regards,</div>
<div>Greg</div>
</div>
<br>
<fieldset></fieldset>
<br>
</div></div><span class=""><pre>_______________________________________________
mythtv-users mailing list
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a>
</pre>
</span></blockquote>
I have used both the TBS drivers and the open source drivers
(ljalves).<br>
<br>
In both cases it is possible that there are leftovers from the
kernel upgrade which prevent the drivers from loading properly.<br>
<br>
For the TBS drivers, this is what I do for x86_64 systems:<br>
get latest zip from TBS site, note the use of sudo due to the way
TBS package the drivers :<br>
<tt>unzip tbs-linux-drivers_v160219.zip</tt><tt><br>
</tt><tt>sudo tar xvf linux-tbs-drivers.tar.bz2</tt><tt><br>
</tt><tt>cd linux-tbs-drivers</tt><tt><br>
</tt><tt>sudo make distclean</tt><tt><br>
</tt><tt>sudo ./v4l/tbs-x86_64.sh </tt><tt><br>
</tt><tt>sudo make </tt><tt><br>
</tt><tt>sudo rm -rf /lib/modules/</tt><tt><span><span>`</span>uname -r<span>`</span></span></tt><tt>/kernel/drivers/media/</tt><tt><span>*</span></tt><tt> </tt><tt><br>
</tt><tt>sudo make install</tt><tt><br>
</tt><tt>sudo reboot</tt><br>
<br>
The above recipe works for me on Mythbuntu 14.04 (kernel
3.19.0-51-generic) and Ubuntu 15.10 (kernel 4.2.0-30-generic).<br>
<br>
<tt>sudo rm -rf /lib/modules/</tt><tt><span><span>`</span>uname -r<span>`</span></span></tt><tt>/kernel/drivers/media/</tt><tt><span>*</span></tt><tt> </tt><tt>step clears out any
possible conflicting modules <br><span class="HOEnZb"><font color="#888888">
</font></span></tt><span class="HOEnZb"><font color="#888888"><br>
<br>
Mike<br>
<br>
<br>
<br>
<br>
</font></span></div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
<br></blockquote></div><br></div>