Page 1 of 1

Successful installations on Kernel 3.2.0_2x

PostPosted: Wed May 16, 2012 6:57 pm
by nicks272
Hi,

Just to confirm successful installations of:
  • tbs-linux-drivers_v120424 on kernel 3.2.0_23
  • tbs-linux-drivers_v120503 on kernel 3.2.0_24
The underlying system is a clean install of Mythbuntu 12.04 64-bit.

Because I'm logged in as me and not root, the only things I needed to do in addition to the instructions in the README_TB6981 file was an additional step after step I.1 in order to fix access permissions:
Code: Select All Code
find linux-tbs-drivers -type d -exec chmod u+wx '{}' \;
find linux-tbs-drivers -name "*.sh" -o -name "*.pl" -exec chmod u+x '{}' \;

before proceeding to the next step I.2, and also doing a
Code: Select All Code
sudo make install
after the make command in step I.3.

Thanks,
Nick

Re: Successful installations on Kernel 3.2.0_2x

PostPosted: Wed May 16, 2012 7:17 pm
by SergioDanielG
Thanks for share this.
Best regards.

Re: Successful installations on Kernel 3.2.0_2x

PostPosted: Wed Jun 20, 2012 6:09 am
by Niels
And the remote works for you?