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="tom55" data-source="post: 1136529" data-attributes="member: 417964"><p>The script makes a mess. On some systems missing modules break GPU driver.</p><p>Recently i have installed latest 20.04 desktop version.</p><p>To recover from script mess:</p><p></p><p>sudo rm -r /lib/modules/5.15.0-48-generic/updates</p><p></p><p>sudo apt install linux-modules linux-modules-extra (if it say already installed, force reinstall)</p><p></p><p>After a reboot everything should be good and /lib/modules/5.15.0-48-generic/kernel/drivers/media should be there.</p><p></p><p>Remove directory where driver was downloaded and start with clean copy</p><p></p><p>mkdir ~/blindscan_kernel</p><p></p><p>cd ~/blindscan_kernel</p><p></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></p><p>git clone <a href="https://github.com/tbsdtv/media_build.git" target="_blank">GitHub - tbsdtv/media_build</a></p><p></p><p>Now edit media_build/backports/backports.txt:</p><p>remove line 26: add debug.patch</p><p>remove line 31-34:</p><p>[5.17.1023]</p><p>add v5.17_spi.patch</p><p>add v5.17_iosys.patch</p><p>add v5.17_overflow.patch</p><p></p><p>Save backports.txt</p><p></p><p>cd media_build</p><p></p><p>make dir DIR=../media</p><p></p><p>make distclean</p><p></p><p>make allyesconfig</p><p></p><p>make -j8</p><p></p><p>sudo make install</p><p></p><p></p><p>The above should method should do it on 20.04, but you can try it on 22.04 and see what happens</p></blockquote><p></p>
[QUOTE="tom55, post: 1136529, member: 417964"] The script makes a mess. On some systems missing modules break GPU driver. Recently i have installed latest 20.04 desktop version. To recover from script mess: sudo rm -r /lib/modules/5.15.0-48-generic/updates sudo apt install linux-modules linux-modules-extra (if it say already installed, force reinstall) After a reboot everything should be good and /lib/modules/5.15.0-48-generic/kernel/drivers/media should be there. Remove directory where driver was downloaded and start with clean copy 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] Now edit media_build/backports/backports.txt: remove line 26: add debug.patch remove line 31-34: [5.17.1023] add v5.17_spi.patch add v5.17_iosys.patch add v5.17_overflow.patch Save backports.txt cd media_build make dir DIR=../media make distclean make allyesconfig make -j8 sudo make install The above should method should do it on 20.04, but you can try it on 22.04 and see what happens [/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