Page 1 of 1

Easey Install Ubuntu 10.4 Server

PostPosted: Sat Aug 03, 2013 11:50 pm
by spacedvb
best way and , I have 14 server with TBS6984 and the only way run easey install is with
version 121105 , the rest is a pain and always is error..

If you want to install stable server IPTV streamer use:

Ubuntu 10.4
TBS Drivers V121105
dvblast
decrypt-stream

Re: Easey Install Ubuntu 10.4 Server

PostPosted: Tue Sep 01, 2015 1:31 am
by raid2001
howe to install driver on ubuntu 14.02 server TBS6991SE ??

Re: Easey Install Ubuntu 10.4 Server

PostPosted: Wed Sep 02, 2015 4:26 am
by raid2001
howe to install driver on ubuntu 14.02 server TBS6991SE ??

Re: Easey Install Ubuntu 10.4 Server

PostPosted: Sun Sep 06, 2015 3:13 pm
by steven
Hi raid2001

In our driver package it contain the README you can have a look:

here is the detail steps:
I.1 extract linux-tbs-drivers.tar.bz2 archive:

# tar xjvf linux-tbs-drivers.tar.bz2

I.2 go to driver package directory:

# cd linux-tbs-drivers

I.3 depending on your kernel version and if the kernel is x86 or
x86_64 (check output of 'uname -a') do:

- for x86 kernel 3.x (x86 32 bit installations of kernel 3.x):

# ./v4l/tbs-x86_r3.sh

- for x86 kernel 2.6.x (x86 32 bit installations of kernel 2.6.x):

# ./v4l/tbs-x86.sh

- for any x86_64 kernel (x86 64 bit installations of Linux):

# ./v4l/tbs-x86_64.sh

I.4 build and install the driver:

# make && make install

I.5 reboot in order to load the newly installed driver:

# shutdown -r now

I.6 after reboot check that the newly installed driver is loaded correctly:

# dmesg | grep frontend


Thanks

Kind Regards

steven