Talk:TBS6280

From LinuxTVWiki
Revision as of 19:56, 18 June 2013 by Timmydog (talk | contribs) (I would like to see some removed text re-instated; what do you think?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

One of the changes between the 08:50, 12 February 2013 version and the 23:37, 13 June 2013 is to remove

find -type d -exec chmod 755 \{\} \;

find -type f -exec chmod 644 \{\} \;

find -name '*.sh' -exec chmod 755 \{\} \;

find -name '*.pl' -exec chmod 755 \{\} \;

Without this step, the build fails on my debian wheezy machine.

We should make this step as easy as possible for anyone looking for info about getting this card working and include the text to minimise the pre-requisite knowledge, IMHO.

I also fixed the text of this step because it wasn't working for me and I'd like to be able to return the page and copy and paste this text into my terminal (after a sanity check of course). ;-)