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="RyLe" data-source="post: 1155234" data-attributes="member: 377555"><p>I followed the instructions on the installation page, so the last two commands I run are:</p><p>[ICODE]</p><p>cd ~/neumodvb/build</p><p>sudo make install</p><p>[/ICODE]</p><p></p><p>[ICODE]neumodvb/build/install_manifest.txt[/ICODE] has the following entries:</p><p>[ICODE]</p><p>/usr/lib64/libstackstring.so</p><p>/usr/lib64/libneumodb.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pyneumodb.cpython-312-x86_64-linux-gnu.so</p><p>/usr/bin/neumoupgrade</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pydevdb.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/libdevdb.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pychdb.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/libchdb.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pystatdb.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/libstatdb.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pyepgdb.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/libepgdb.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pyrecdb.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/librecdb.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pyschemadb.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/libschema.so</p><p>/usr/lib64/libneumoreceiver.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pyreceiver.cpython-312-x86_64-linux-gnu.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pyspectrum.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/libstreamparser.a</p><p>/usr/lib64/libneumoutil.so</p><p>/usr/local/lib64/python3.12/site-packages/neumodvb/pyneumompv.cpython-312-x86_64-linux-gnu.so</p><p>/usr/lib64/libneumolmdb.a</p><p>[/ICODE]</p><p></p><p>In [ICODE]neumodvb/build/CMakeCache.txt[/ICODE] I can see</p><p>[ICODE]</p><p>_Python_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;0;64;;cpython-312-x86_64-linux-gnu;abi3;/usr/lib64/python3.12;/usr/local/lib64/python3.12;/usr/local/lib/python3.12/site-packa</p><p>ges;/usr/local/lib64/python3.12/site-packages</p><p>[/ICODE]</p><p></p><p></p><p>I use QXL drivers with SPICE <a href="https://pve.proxmox.com/wiki/SPICE" target="_blank">(see link)</a>.</p><p>I forgot to list it, but yes, I pipe dvbstream output to nc (netcat).</p><p>For some time I indeed used neumodvb for tuning and getting signal levels and in parallel I ran dvbstream and nc.</p><p>I know pretty much nothing about python coding (and to be honest not a lot more about bash scripts either).</p><p></p><p>About getting signal levels, I run dvb-fe-tool, it used to work perfectly but a few months ago, a libc update seems to have brought a bug to light that randomly makes dvb-fe-tool crash at launch (it works ok on the subsequent launches).</p><p></p><p>Is there something from the neumodvb package (or blindscan tools) that could replace it in a command line?</p></blockquote><p></p>
[QUOTE="RyLe, post: 1155234, member: 377555"] I followed the instructions on the installation page, so the last two commands I run are: [ICODE] cd ~/neumodvb/build sudo make install [/ICODE] [ICODE]neumodvb/build/install_manifest.txt[/ICODE] has the following entries: [ICODE] /usr/lib64/libstackstring.so /usr/lib64/libneumodb.so /usr/local/lib64/python3.12/site-packages/neumodvb/pyneumodb.cpython-312-x86_64-linux-gnu.so /usr/bin/neumoupgrade /usr/local/lib64/python3.12/site-packages/neumodvb/pydevdb.cpython-312-x86_64-linux-gnu.so /usr/lib64/libdevdb.so /usr/local/lib64/python3.12/site-packages/neumodvb/pychdb.cpython-312-x86_64-linux-gnu.so /usr/lib64/libchdb.so /usr/local/lib64/python3.12/site-packages/neumodvb/pystatdb.cpython-312-x86_64-linux-gnu.so /usr/lib64/libstatdb.so /usr/local/lib64/python3.12/site-packages/neumodvb/pyepgdb.cpython-312-x86_64-linux-gnu.so /usr/lib64/libepgdb.so /usr/local/lib64/python3.12/site-packages/neumodvb/pyrecdb.cpython-312-x86_64-linux-gnu.so /usr/lib64/librecdb.so /usr/local/lib64/python3.12/site-packages/neumodvb/pyschemadb.cpython-312-x86_64-linux-gnu.so /usr/lib64/libschema.so /usr/lib64/libneumoreceiver.so /usr/local/lib64/python3.12/site-packages/neumodvb/pyreceiver.cpython-312-x86_64-linux-gnu.so /usr/local/lib64/python3.12/site-packages/neumodvb/pyspectrum.cpython-312-x86_64-linux-gnu.so /usr/lib64/libstreamparser.a /usr/lib64/libneumoutil.so /usr/local/lib64/python3.12/site-packages/neumodvb/pyneumompv.cpython-312-x86_64-linux-gnu.so /usr/lib64/libneumolmdb.a [/ICODE] In [ICODE]neumodvb/build/CMakeCache.txt[/ICODE] I can see [ICODE] _Python_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;0;64;;cpython-312-x86_64-linux-gnu;abi3;/usr/lib64/python3.12;/usr/local/lib64/python3.12;/usr/local/lib/python3.12/site-packa ges;/usr/local/lib64/python3.12/site-packages [/ICODE] I use QXL drivers with SPICE [URL='https://pve.proxmox.com/wiki/SPICE'](see link)[/URL]. I forgot to list it, but yes, I pipe dvbstream output to nc (netcat). For some time I indeed used neumodvb for tuning and getting signal levels and in parallel I ran dvbstream and nc. I know pretty much nothing about python coding (and to be honest not a lot more about bash scripts either). About getting signal levels, I run dvb-fe-tool, it used to work perfectly but a few months ago, a libc update seems to have brought a bug to light that randomly makes dvb-fe-tool crash at launch (it works ok on the subsequent launches). Is there something from the neumodvb package (or blindscan tools) that could replace it in a command line? [/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