[mythtv-users] Mythbuntu 14.04: Problem after kernel upgrade

Mike Bibbings mike.bibbings at gmail.com
Thu Mar 3 07:18:25 UTC 2016


On 01/03/16 22:40, Grzegorz Sikorski wrote:
> Hi,
>
> 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:
> Mar  1 22:24:43 recorder kernel: [ 1020.473546] tbs62x0fe: module 
> license 'TurboSight Proprietary' taints kernel.
> Mar  1 22:24:43 recorder kernel: [ 1020.473553] Disabling lock 
> debugging due to kernel taint
> Mar  1 22:24:43 recorder kernel: [ 1020.473602] tbs62x0fe: module 
> verification failed: signature and/or  required key missing - tainting 
> kernel
>
> 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).
>
> Best regards,
> Greg
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
I have used both the TBS drivers and the open source drivers (ljalves).

In both cases it is possible that there are leftovers from the kernel 
upgrade which prevent the drivers from loading properly.

For the TBS drivers, this is what I do for x86_64 systems:
get latest zip from TBS site, note the use of sudo due to the way TBS 
package the drivers :
unzip tbs-linux-drivers_v160219.zip
sudo tar xvf linux-tbs-drivers.tar.bz2
cd linux-tbs-drivers
sudo make distclean
sudo ./v4l/tbs-x86_64.sh
sudo make
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/*
sudo make install
sudo reboot

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).

sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/*step clears 
out any possible conflicting modules


Mike




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20160303/295b3361/attachment.html>


More information about the mythtv-users mailing list