Page 1 of 1

MOI+ How to install drivers on it please

PostPosted: Mon Jun 13, 2016 2:25 am
by yaraforce
:oops: Hello everyone ,
I have just brought MOI+ with TBS6205 DVBT card and was working fine until I decided to update the system and kernel !!
Tested the Card on Ubunta server and windows , working fine .
Now I am trying to find out , how to install the drivers again to MOI+ Box itself , it doesn't support any of the commands , Make , install , apt-get ...........!
Thanks

Re: MOI+ How to install drivers on it please

PostPosted: Wed Jun 22, 2016 4:19 pm
by Jessie
Installed the driver for tbs card
1.extract tbs-linux-drivers_*.zip archive:
#unzip tbs-linux-drivers_*.zip

2.extract linux-tbs-drivers.tar.bz2 archive:
# tar xjvf linux-tbs-drivers.tar.bz2

3. go to driver package directory:
# cd linux-tbs-drivers

4. set platform , use " getconf LONG_BIT " to get the bit of the system. use "uname -r " to get the version of the kernel.
4.1 x86 32 bit
4.1.1 for x86 kernel 2.6.x (x86 32 bit installations of kernel 2.6.x):
#./v4l/tbs-x86.sh
4.1.2 for x86 kernel 3.x (x86 32 bit installations of kernel 3.x):
#./v4l/tbs-x86_r3.sh
4.2 x86 64 bit
#./v4l/tbs-x86_64.sh
#uname -r
3.10.0-327.13.1.el7.x86_64
#rm -rf /lib/modules/3.10.0-327.13.1.el7.x86_64/kernel/drivers/media
5. if install for DVBC (if install for DVBS/S2 or DVBT/T2 , skip this step, go to step 6)

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

# ./v4l/tbs-dvbc-x86.sh

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

# ./v4l/tbs-dvbc-x86_r3.sh

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

# ./v4l/tbs-dvbc-x86_64.sh

6. compile driver source.
# make && make install

7. reboot pc