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
neumoDVB
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: 1159080" data-attributes="member: 215446"><p>For those of you on other distributions than those supported by neumoDVB, there may be a way </p><p>to run neumoDVB as well. I tested this on ububtu22.04, but it should work on any version of any </p><p>linux distribution as long as you can installl podman and distrobox</p><p></p><p>You will need to install the DVB drivers on your exiting distribution first.</p><p>Then install podman (and perhaps also docker) and distrobox.</p><p>[CODE]sudo apt install podman</p><p>wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh</p><p></p><p>[/CODE]</p><p></p><p>Then you can use distrobox to install ubuntu-23.10, or even fedora in a container, without affecting your </p><p>existing installation (it will NOT upgrade your operating system).</p><p></p><p>[CODE]</p><p>distrobox-create --name ubuntu-23.10 --image ubuntu:23.10</p><p>distrobox-enter --name ubuntu-23.10</p><p>wget https://github.com/tsduck/tsduck/releases/download/v3.36-3528/tsduck_3.36-3528.ubuntu23_amd64.deb</p><p>sudo apt install ./tsduck_3.36-3528.ubuntu23_amd64.deb</p><p>sudo apt install ./neumodvb-1.6.1.deb</p><p>[/CODE]</p><p>The first command creates the container</p><p>The second line will tak quite some time (several minutes), the first time you execute it: it will download ubuntu-23.10 into </p><p>the container.</p><p>Then we install tsduck and neumodvb. This too will take some time the first time (several minutes), because the installed ubuntu</p><p>is initially rather minimal.</p><p></p><p>Eventually you will see a prompt. Then just type neumodvb. neumodvb will start and will use</p><p>databases, recordings, and dvb devices from your current distribution. It will run without slowdowns.</p><p></p><p>It is also possible to create a command that hides the fact that neumodvb is running in a container. From </p><p>that point on, you will see no difference with what you would see if you really had upgraded.</p><p></p><p>The main downside is that this will require quite some diskspace. Otherwise, there are no differences.</p></blockquote><p></p>
[QUOTE="deeptho, post: 1159080, member: 215446"] For those of you on other distributions than those supported by neumoDVB, there may be a way to run neumoDVB as well. I tested this on ububtu22.04, but it should work on any version of any linux distribution as long as you can installl podman and distrobox You will need to install the DVB drivers on your exiting distribution first. Then install podman (and perhaps also docker) and distrobox. [CODE]sudo apt install podman wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh [/CODE] Then you can use distrobox to install ubuntu-23.10, or even fedora in a container, without affecting your existing installation (it will NOT upgrade your operating system). [CODE] distrobox-create --name ubuntu-23.10 --image ubuntu:23.10 distrobox-enter --name ubuntu-23.10 wget https://github.com/tsduck/tsduck/releases/download/v3.36-3528/tsduck_3.36-3528.ubuntu23_amd64.deb sudo apt install ./tsduck_3.36-3528.ubuntu23_amd64.deb sudo apt install ./neumodvb-1.6.1.deb [/CODE] The first command creates the container The second line will tak quite some time (several minutes), the first time you execute it: it will download ubuntu-23.10 into the container. Then we install tsduck and neumodvb. This too will take some time the first time (several minutes), because the installed ubuntu is initially rather minimal. Eventually you will see a prompt. Then just type neumodvb. neumodvb will start and will use databases, recordings, and dvb devices from your current distribution. It will run without slowdowns. It is also possible to create a command that hides the fact that neumodvb is running in a container. From that point on, you will see no difference with what you would see if you really had upgraded. The main downside is that this will require quite some diskspace. Otherwise, there are no differences. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
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