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="Llew" data-source="post: 1097082" data-attributes="member: 175007"><p>While I try to sort out the problem, if someone wants to try deeptho's program, here's a how-to for getting it on to a Linux distro such as Ubuntu or Mint.</p><p></p><p>Some utilities (patching, compiling) are necessary for building the program. I've no idea how conversant those who wish to try this are with terminal commands in Linux - you would probably have got the program running by now anyway, so I'll go ahead and assume that isn't the case.</p><p></p><p>In the terminal emulator of your distro (just called Terminal in your Applications Menu), type <strong>sudo apt update</strong> (easier to just copy and paste the commands into your Terminal).</p><p></p><p>[ATTACH=full]132644[/ATTACH]</p><p></p><p>After that completes, type :</p><p></p><p><strong>sudo apt upgrade</strong></p><p></p><p>Wait to finish, now to add some utilities (you'll need root privileges, so still in terminal, type <strong>sudo -s</strong> then your password). Then -</p><p></p><p><strong>sudo apt-get install patchutils libproc-processtable-perl</strong></p><p></p><p>Then, <strong>sudo apt-get install build-essential </strong>(maybe not necessary, but no big dea to add it)</p><p></p><p>Check for cmake version. In Terminal, type <strong>cmake --version</strong>. (should be greater than 3.12.0) If not installed, still in Terminal, type :</p><p></p><p><strong>sudo apt-get install cmake</strong></p><p></p><p>You may also need the 'make' build tool, so in Terminal type <strong>sudo apt-get install make</strong></p><p></p><p>Same with gcc: check <strong>gcc --version</strong> . (I think that's already installed in Ubuntu etc).</p><p></p><p>Next, in terminal <strong>sudo apt-get install git</strong></p><p></p><p>Now go to <a href="https://www.linuxtv.org/wiki/index.php/TBS_driver_installation" target="_blank">TBS driver installation - LinuxTVWiki</a></p><p></p><p></p><p>Scroll down to' Buidling TBS'Forked Driver' and follow these instructions in your Terminal -</p><p></p><p><strong>mkdir tbsdriver</strong></p><p><strong></strong></p><p><strong>cd tbsdriver</strong></p><p><strong></strong></p><p><strong>git clone tbsdtv/media_build </strong></p><p><strong></strong></p><p><strong>git clone --depth=1 deeptho/linux_media -b latest ./media</strong></p><p><strong></strong></p><p><strong>cd media_build</strong></p><p><strong></strong></p><p><strong>make dir DIR=../media</strong></p><p><strong></strong></p><p><strong></strong></p><p><strong>make allyesconfig</strong></p><p><strong></strong></p><p><strong>make -j4</strong></p><p><strong></strong></p><p><strong>sudo make install</strong></p><p></p><p>(Notice we replace tbsdtv with deeptho in the second cloning line!)</p><p></p><p>Now reboot - in Terminal <strong>sudo reboot</strong></p><p>-----------------------------------</p><p></p><p>To check you have the driver for your TBS PCi card/USB box, in Terminal do <strong>dmsg | grep frontend</strong> (should show your TBS adapter frontend). If not you will need to go to TBS's download site to obtain the open source Linux driver for your pci card or USB box.</p><p></p><p>---------------------------------------------------------</p><p></p><p>The Blindscan app.</p><p></p><p>Go to <a href="https://github.com/deeptho/linux_media" target="_blank">deeptho/linux_media</a> and click on the green Code bar to download the deepthought zip. Unzip the downloaded file copy or send it to your Home folder.</p><p></p><p></p><p>Go to <a href="https://github.com/deeptho/blindscan" target="_blank">deeptho/blindscan</a> and follow the instructions at the bottom of the page.</p><p></p><p></p><p>You will, with any luck and following my hopefully legible instructions, be ready to do some spectrum and blindscanning - if you don't come to a full stop as I have done- you might be lucky in having the elusive magic kernel or whatever it is that has so far evaded me!</p></blockquote><p></p>
[QUOTE="Llew, post: 1097082, member: 175007"] While I try to sort out the problem, if someone wants to try deeptho's program, here's a how-to for getting it on to a Linux distro such as Ubuntu or Mint. Some utilities (patching, compiling) are necessary for building the program. I've no idea how conversant those who wish to try this are with terminal commands in Linux - you would probably have got the program running by now anyway, so I'll go ahead and assume that isn't the case. In the terminal emulator of your distro (just called Terminal in your Applications Menu), type [B]sudo apt update[/B] (easier to just copy and paste the commands into your Terminal). [ATTACH type="full" alt="sudo apt update.JPG"]132644[/ATTACH] After that completes, type : [B]sudo apt upgrade[/B] Wait to finish, now to add some utilities (you'll need root privileges, so still in terminal, type [B]sudo -s[/B] then your password). Then - [B]sudo apt-get install patchutils libproc-processtable-perl[/B] Then, [B]sudo apt-get install build-essential [/B](maybe not necessary, but no big dea to add it) Check for cmake version. In Terminal, type [B]cmake --version[/B]. (should be greater than 3.12.0) If not installed, still in Terminal, type : [B]sudo apt-get install cmake[/B] You may also need the 'make' build tool, so in Terminal type [B]sudo apt-get install make[/B] Same with gcc: check [B]gcc --version[/B] . (I think that's already installed in Ubuntu etc). Next, in terminal [B]sudo apt-get install git[/B] Now go to [URL='https://www.linuxtv.org/wiki/index.php/TBS_driver_installation']TBS driver installation - LinuxTVWiki[/URL] Scroll down to' Buidling TBS'Forked Driver' and follow these instructions in your Terminal - [B]mkdir tbsdriver cd tbsdriver git clone tbsdtv/media_build git clone --depth=1 deeptho/linux_media -b latest ./media cd media_build make dir DIR=../media make allyesconfig make -j4 sudo make install[/B] (Notice we replace tbsdtv with deeptho in the second cloning line!) Now reboot - in Terminal [B]sudo reboot[/B] ----------------------------------- To check you have the driver for your TBS PCi card/USB box, in Terminal do [B]dmsg | grep frontend[/B] (should show your TBS adapter frontend). If not you will need to go to TBS's download site to obtain the open source Linux driver for your pci card or USB box. --------------------------------------------------------- The Blindscan app. Go to [URL='https://github.com/deeptho/linux_media']deeptho/linux_media[/URL] and click on the green Code bar to download the deepthought zip. Unzip the downloaded file copy or send it to your Home folder. Go to [URL='https://github.com/deeptho/blindscan']deeptho/blindscan[/URL] and follow the instructions at the bottom of the page. You will, with any luck and following my hopefully legible instructions, be ready to do some spectrum and blindscanning - if you don't come to a full stop as I have done- you might be lucky in having the elusive magic kernel or whatever it is that has so far evaded me! [/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