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="deejaydee" data-source="post: 1143835" data-attributes="member: 418341"><p>I have installed ubuntu 20.04 on a free partition. Here are all the commands I ran:</p><p></p><p>#install 5.13.0-39 kernel</p><p> sudo apt install linux-modules-5.13.0-39-generic linux-headers-5.13.0-39-generic linux-image-5.13.0-39-generic linux-tools-5.13.0-39-generic linux-buildinfo-5.13.0-39-generic</p><p>sudo reboot > degraded graphical display <img src="https://www.satellites.co.uk/styles/default/xenforo/smilies/sad.png" class="smilie" loading="lazy" alt=":(" title="Sad :(" data-shortname=":(" /></p><p></p><p>#loading prerequisite packages</p><p>sudo apt install git make gcc g++ linux-headers-generic patchutils libproc-processtable-perl libsrt-dev</p><p>#loading tbs firmwares</p><p> wget <a href="http://www.tbsdtv.com/download/document/linux/tbs-tuner-firmwares_v1.0.tar.bz2" target="_blank">http://www.tbsdtv.com/download/document/linux/tbs-tuner-firmwares_v1.0.tar.bz2</a></p><p> sudo tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmware/</p><p></p><p>#try to restore graphical display</p><p> sudo apt-get --reinstall install linux-modules-$(uname -r) linux-modules-extra-$(uname -r) && sudo apt install --reinstall linux-headers-$(uname -r)</p><p>reboot > graphical display back to normal</p><p></p><p> mkdir ~/blindscan_kernel</p><p> cd ~/blindscan_kernel</p><p> git clone --depth=1 <a href="https://github.com/deeptho/linux_media.git" target="_blank">GitHub - deeptho/linux_media: TBS linux open source drivers</a> ./media</p><p> git clone <a href="https://github.com/tbsdtv/media_build.git" target="_blank">GitHub - tbsdtv/media_build</a></p><p> cd media_build</p><p> git checkout master</p><p> make dir DIR=../media</p><p> ./install.sh</p><p>reboot > degraded graphical display + same dmesg as in my first post (cec module conflict + i2c errors) > no improvement.</p><p></p><p>Looks like my hardware combination is not helping ? or I am very unlucky ! I have an ASUS M70AD PC with AMD Radeon R9 255 graphical card.</p></blockquote><p></p>
[QUOTE="deejaydee, post: 1143835, member: 418341"] I have installed ubuntu 20.04 on a free partition. Here are all the commands I ran: #install 5.13.0-39 kernel sudo apt install linux-modules-5.13.0-39-generic linux-headers-5.13.0-39-generic linux-image-5.13.0-39-generic linux-tools-5.13.0-39-generic linux-buildinfo-5.13.0-39-generic sudo reboot > degraded graphical display :( #loading prerequisite packages sudo apt install git make gcc g++ linux-headers-generic patchutils libproc-processtable-perl libsrt-dev #loading tbs firmwares wget [URL]http://www.tbsdtv.com/download/document/linux/tbs-tuner-firmwares_v1.0.tar.bz2[/URL] sudo tar jxvf tbs-tuner-firmwares_v1.0.tar.bz2 -C /lib/firmware/ #try to restore graphical display sudo apt-get --reinstall install linux-modules-$(uname -r) linux-modules-extra-$(uname -r) && sudo apt install --reinstall linux-headers-$(uname -r) reboot > graphical display back to normal mkdir ~/blindscan_kernel cd ~/blindscan_kernel git clone --depth=1 [URL='https://github.com/deeptho/linux_media.git']GitHub - deeptho/linux_media: TBS linux open source drivers[/URL] ./media git clone [URL='https://github.com/tbsdtv/media_build.git']GitHub - tbsdtv/media_build[/URL] cd media_build git checkout master make dir DIR=../media ./install.sh reboot > degraded graphical display + same dmesg as in my first post (cec module conflict + i2c errors) > no improvement. Looks like my hardware combination is not helping ? or I am very unlucky ! I have an ASUS M70AD PC with AMD Radeon R9 255 graphical card. [/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