Page 1 of 1

Ubuntu 14.04 tbs6985 not installing

PostPosted: Sun Sep 21, 2014 9:48 pm
by nightshadow36
Hi on ubuntu 12.04 my tbs6985 drivers installd no problem.
I have upgraded to 14.04 but after i install and run dmesg | grep frontend i get this.

[ 9.540444] saa716x_core: disagrees about version of symbol dvb_frontend_detach
[ 9.540445] saa716x_core: Unknown symbol dvb_frontend_detach (err -22)
[ 9.540449] saa716x_core: disagrees about version of symbol dvb_unregister_frontend
[ 9.540450] saa716x_core: Unknown symbol dvb_unregister_frontend (err -22)
[ 9.540452] saa716x_core: disagrees about version of symbol dvb_register_frontend
[ 9.540453] saa716x_core: Unknown symbol dvb_register_frontend (err -22)
root@airnetiptv:~/Tbs/linux-tbs-drivers#

Re: Ubuntu 14.04 tbs6985 not installing

PostPosted: Sun Sep 21, 2014 10:25 pm
by vpeter
Install (compile) drivers again.

Re: Ubuntu 14.04 tbs6985 not installing

PostPosted: Mon Sep 22, 2014 12:19 am
by updatelee
this seriously needs to be a sticky as it comes up at least once a week.

"disagrees about version of symbol"

means that you have a mix of old and new kernel modules in the same folder. This wont work, delete the entire media kernel modules folder

sudo rm -R /lib/modules/$(uname -r)/kernel/drivers/media

then reinstall

UDL