Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
Blindscan on linux with tbs cards
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="deeptho" data-source="post: 1119027" data-attributes="member: 215446"><p>LLew,</p><p>I have found the problem: it seems that yesterday, crazycat performed some update to media_build,</p><p>which results in new problems (because of slight version mismatches. It really only affects drivers</p><p>which are not even of interest, but media_build then fails on those uninteresting drivers).</p><p></p><p>Be careful with the following instructions, because the "rm" command could </p><p>remove things you don't want to remobe</p><p></p><p>I assume that you first cd into the folder which contains both</p><p>media/ # my blindscan tree</p><p>media_build #the media build folder</p><p></p><p>#First clean the media_build tree and checkout the working version (from before yesterday)</p><p>rm -fr media_build/* # erase everything</p><p>cd media_build</p><p>git checkout -b works ffcdfed96c45c8e80ffd6a154c16d64c81416010</p><p>git reset --hard</p><p></p><p>#now start the build as usual. Note that you are already in media_build</p><p>make dir DIR=../media</p><p>make distclean</p><p>make allyesconfig</p><p>make -j8</p><p></p><p>#if everything works out, then install the drivers</p><p>sudo make install</p></blockquote><p></p>
[QUOTE="deeptho, post: 1119027, member: 215446"] LLew, I have found the problem: it seems that yesterday, crazycat performed some update to media_build, which results in new problems (because of slight version mismatches. It really only affects drivers which are not even of interest, but media_build then fails on those uninteresting drivers). Be careful with the following instructions, because the "rm" command could remove things you don't want to remobe I assume that you first cd into the folder which contains both media/ # my blindscan tree media_build #the media build folder #First clean the media_build tree and checkout the working version (from before yesterday) rm -fr media_build/* # erase everything cd media_build git checkout -b works ffcdfed96c45c8e80ffd6a154c16d64c81416010 git reset --hard #now start the build as usual. Note that you are already in media_build make dir DIR=../media make distclean make allyesconfig make -j8 #if everything works out, then install the drivers sudo make install [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
Blindscan on linux with tbs cards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top