Moderator Control Panel ]

TBS6280 install the driver on Linux Ubuntu 14.04 LTS x64

TBS6280 install the driver on Linux Ubuntu 14.04 LTS x64

Postby xunil2003 » Tue Apr 07, 2015 7:31 am

Hello,

I am French forgive me if I speak little English.
I can not install the driver for my card on my 6280 BTS distribution Ubuntu 14.04 LTS x64.

My core is
Code: Select All Code
laurent@Laurent-Bureau:~/pilotes/tbs-linux-drivers_v150109/linux-tbs-drivers$ uname -a
Linux Laurent-Bureau 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
laurent@Laurent-Bureau:~/pilotes/tbs-linux-drivers_v150109/linux-tbs-drivers$


That's how I made the driver installation
Code: Select All Code
sudo ./v4l/tbs-x86_64.sh
sudo make
sudo make install
sudo reboot

There was no error during installation

Back orders for driver installation
http://code.empreintesduweb.com/8908.html
http://textup.fr/123525JQ

After the installation of the completed pilot I reboot the computer and I check if the driver is installed
Code: Select All Code
laurent@Laurent-Bureau:~/pilotes/tbs-linux-drivers_v150313/linux-tbs-drivers$ dmesg | grep frontend
[   49.711430] saa716x_core: disagrees about version of symbol dvb_frontend_detach
[   49.711431] saa716x_core: Unknown symbol dvb_frontend_detach (err -22)
[   49.711438] saa716x_core: disagrees about version of symbol dvb_unregister_frontend
[   49.711439] saa716x_core: Unknown symbol dvb_unregister_frontend (err -22)
[   49.711443] saa716x_core: disagrees about version of symbol dvb_register_frontend
[   49.711445] saa716x_core: Unknown symbol dvb_register_frontend (err -22)
[   49.711625] saa716x_core: disagrees about version of symbol dvb_frontend_detach
[   49.711626] saa716x_core: Unknown symbol dvb_frontend_detach (err -22)
[   49.711632] saa716x_core: disagrees about version of symbol dvb_unregister_frontend
[   49.711633] saa716x_core: Unknown symbol dvb_unregister_frontend (err -22)
[   49.711637] saa716x_core: disagrees about version of symbol dvb_register_frontend
[   49.711638] saa716x_core: Unknown symbol dvb_register_frontend (err -22)
laurent@Laurent-Bureau:~/pilotes/tbs-linux-drivers_v150313/linux-tbs-drivers$


How to install the driver on ubuntu 14.04 x64 ?

Thank you.
xunil2003
 
Posts: 21
Joined: Tue Sep 25, 2012 10:54 pm

Re: TBS6280 install the driver on Linux Ubuntu 14.04 LTS x64

Postby crazycat » Wed Apr 08, 2015 5:56 am

remove kernel media driver before install tbs-linux-drivers:

Code: Select All Code
sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/media
crazycat
 
Posts: 526
Joined: Mon Jan 31, 2011 2:46 am
Location: Ukraine, Kharkov

Re: TBS6280 install the driver on Linux Ubuntu 14.04 LTS x64

Postby xunil2003 » Wed Apr 08, 2015 7:28 am

Hello,

Thank you it works flawless.
I did this:
Code: Select All Code
sudo ./v4l/tbs-x86_64.sh
sudo mv /lib/modules/$(uname -r)/kernel/drivers/media /home/$USER/media.bak
sudo make && sudo make install


I preferred to save media
Code: Select All Code
sudo mv /lib/modules/$(uname -r)/kernel/drivers/media /home/$USER/media.bak

instead of deleting media directly
Code: Select All Code
sudo rm -r -f /lib/modules/$(uname -r)/kernel/drivers/media

After running I can delete it
Code: Select All Code
sudo rm -r -f /home/$USER/media.bak


Checking I see all my pci cards
Code: Select All Code
laurent@Laurent-Bureau:~/pilotes/tbs-linux-drivers_v150313/linux-tbs-drivers$ dmesg | grep frontend
[   50.618278] DVB: registering adapter 0 frontend 0 (TurboSight TBS 62x0 DVBT/T2 frontend)...
[   50.706460] DVB: registering adapter 1 frontend 0 (TurboSight TBS 62x0 DVBT/T2 frontend)...
[   52.547280] DVB: registering adapter 2 frontend 0 (TurboSight TBS 6984 DVBS/S2 frontend)...
[   52.636979] DVB: registering adapter 3 frontend 0 (TurboSight TBS 6984 DVBS/S2 frontend)...
[   54.172394] DVB: registering adapter 4 frontend 0 (TurboSight TBS 6984 DVBS/S2 frontend)...
[   54.258385] DVB: registering adapter 5 frontend 0 (TurboSight TBS 6984 DVBS/S2 frontend)...
laurent@Laurent-Bureau:~/pilotes/tbs-linux-drivers_v150313/linux-tbs-drivers$ 


Thank you.
xunil2003
 
Posts: 21
Joined: Tue Sep 25, 2012 10:54 pm


Return to Linux

Who is online

Users browsing this forum: No registered users and 3 guests

cron