Page 1 of 1

How install driver TBS6618 on Ubuntu 14.0.4

PostPosted: Tue Feb 19, 2019 2:52 pm
by mojbuk
Best regards.

I try to install a driver. I've tried manual downloading, the installation process is over, but there is nothing when I call the command
Code: Select All Code
dmesg | grep fronted


When try with this topic: https://www.tbsdtv.com/forum/viewtopic.php?f=86&t=25046&p=54217#p54217
have error with kernel, need latest kernel 4.19... but cant install on ubuntu 14.

Every help would come well thanks.

Re: How install driver TBS6618 on Ubuntu 14.0.4

PostPosted: Thu Feb 21, 2019 6:09 pm
by steven
for 6618 please use this driver it support the kernel under 4.10

#sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
1.wget http://www.tbsiptv.com/download/common/tbs-linux-drivers_v170330.zip
2.unzip tbs-linux-drivers_v170330.zip
3. tar jxvf linux-tbs-drivers.tar.bz2
4. cd linux-tbs-drivers
5. ./v4l/tbs-x86_64.sh
6. make -j4
7.make install
8.restart

Re: How install driver TBS6618 on Ubuntu 14.0.4

PostPosted: Fri Feb 22, 2019 4:18 am
by mojbuk
steven Wrote:for 6618 please use this driver it support the kernel under 4.10

#sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/
1.wget http://www.tbsiptv.com/download/common/tbs-linux-drivers_v170330.zip
2.unzip tbs-linux-drivers_v170330.zip
3. tar jxvf linux-tbs-drivers.tar.bz2
4. cd linux-tbs-drivers
5. ./v4l/tbs-x86_64.sh
6. make -j4
7.make install
8.restart


Thank you. Working OK.