Hi,
I have installed a fresh Centos 7. But when i want to install de TBS drivers i got errors.
[root@localhost ~]# sudo ./v4l/tbs-x86_64.sh
sudo: ./v4l/tbs-x86_64.sh: command not found
[root@localhost ~]# cd /linux-tbs-drivers
[root@localhost linux-tbs-drivers]# sudo ./v4l/tbs-x86_64.sh
TBS drivers configured for x86_64 platform.
[root@localhost linux-tbs-drivers]# make
make -C /linux-tbs-drivers/v4l
make[1]: Entering directory `/linux-tbs-drivers/v4l'
Updating/Creating .config
/bin/sh: ./scripts/make_kconfig.pl: /usr/bin/perl: bad interpreter: Permission denied
make[1]: *** [.config] Error 126
make[1]: Leaving directory `/linux-tbs-drivers/v4l'
make: *** [all] Error 2
[root@localhost linux-tbs-drivers]#
Please help!