neumoDVB

I am installing the packages and it gives cmake error.

cmake ..
-- The C compiler identification is Clang 16.0.6
-- The CXX compiler identification is Clang 16.0.6
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- xxx=/mantic/
-- Modern OS detected - using clang 20
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.69") found components: regex co
ntext program_options
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Found Python: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Checking for module 'gtk+-3.0'
-- Found gtk+-3.0, version 3.24.38
-- Version: 10.1.0
-- Build type: Debug
-- Performing Test HAS_NULLPTR_WARNING
-- Performing Test HAS_NULLPTR_WARNING - Success
-- pybind11 v2.10.0 dev1
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Performing Test HAS_FLTO_THIN
-- Performing Test HAS_FLTO_THIN - Success
-- Found Python: /usr/bin/python3 (found suitable version "3.11.6", minimum required is "3.7") found components: Interpreter
CMake Warning (dev) at src/neumodb/CMakeLists.txt:2 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Code:
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.11.so (found suitable version "3.11.6", minimum required is "3.7") 
-- Found Python3: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed 
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_baseu_net-3.2;-lwx_gtk3u_gl-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.2") 
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Log4cxx_INCLUDE_DIR (missing: Log4cxx_LIBRARY) 
-- The host system is: Linux-6.5.0-15-generic.
-- Project base dir is: /home/star/neumodvb
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE 
-- Configuring done (14.5s)
-- Generating done (0.1s)
-- Build files have been written to: /home/star/neumodvb/build
star@star-Vostro-3670:~/neumodvb/build$
 
I am installing the packages and it gives cmake error.

cmake ..
-- The C compiler identification is Clang 16.0.6
-- The CXX compiler identification is Clang 16.0.6
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- xxx=/mantic/
-- Modern OS detected - using clang 20
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.69") found components: regex co
ntext program_options
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Found Python: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Checking for module 'gtk+-3.0'
-- Found gtk+-3.0, version 3.24.38
-- Version: 10.1.0
-- Build type: Debug
-- Performing Test HAS_NULLPTR_WARNING
-- Performing Test HAS_NULLPTR_WARNING - Success
-- pybind11 v2.10.0 dev1
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Performing Test HAS_FLTO_THIN
-- Performing Test HAS_FLTO_THIN - Success
-- Found Python: /usr/bin/python3 (found suitable version "3.11.6", minimum required is "3.7") found components: Interpreter
CMake Warning (dev) at src/neumodb/CMakeLists.txt:2 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Code:
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.11.so (found suitable version "3.11.6", minimum required is "3.7")
-- Found Python3: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_baseu_net-3.2;-lwx_gtk3u_gl-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.2")
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Log4cxx_INCLUDE_DIR (missing: Log4cxx_LIBRARY)
-- The host system is: Linux-6.5.0-15-generic.
-- Project base dir is: /home/star/neumodvb
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (14.5s)
-- Generating done (0.1s)
-- Build files have been written to: /home/star/neumodvb/build
star@star-Vostro-3670:~/neumodvb/build$
A warning, not an error.
In terminal, cd to neumodvb/build and make -j`nproc`
 
To fix: install; the package that was required and if it is not in the documentation, then report here so that I can addd the information for
other users.
 

Most of the packages are missing, I was able to install it with difficulty​

Ubuntu 23.10​


sudo apt install -y clang-16 clang-tools-16 libclang-16-dev libclang-cpp16 \
libstdc++-13-dev libwxgtk3.0-gtk3-dev libgtk-3-dev libwxgtk3.2-dev \
python3-packaging libwxgtk3.2-dev libwxgtk3.2-1 python3-sip-dev \
python3-matplotlib mpv libmpv-dev python3-mpl-scatter-density
 
What was difficult about this? The above command is literally in the documentation.
 
clang-format: not found

Code:
[  3%] Completed 'libneumowxsvg'
[  3%] Built target libneumowxsvg
[ 3%] Building CXX object /home/star/neumodvb/build_fmt/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o
[ 4%] Building CXX object /home/star/neumodvb/build_fmt/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o
[ 4%] Linking CXX static library libfmtd.a
[  4%] Built target fmt
[ 5%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/stackstring.cc.o
[ 5%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/neumotime.cc.o
[ 6%] Linking CXX shared library libstackstring.so
[  6%] Built target stackstring
[ 7%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/mdb.c.o
[ 7%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/midl.c.o
[ 7%] Linking C static library libneumolmdb.a
[  7%] Built target neumolmdb
[ 7%] Generating code for neumodb schemadb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[  7%] Built target schema_generated_files
[ 7%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/neumodb.cc.o
[ 7%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/dbdesc.cc.o
[ 8%] Linking CXX shared library libneumodb.so
[  8%] Built target neumodb
[ 8%] Building CXX object src/neumodb/CMakeFiles/pyneumodb.dir/neumodb_pybind.cc.o
[ 9%] Linking CXX shared library pyneumodb.cpython-311-x86_64-linux-gnu.so
[  9%] Built target pyneumodb
[ 9%] Generating code for neumodb devdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[  9%] Built target dev_generated_files
[ 9%] Generating code for neumodb chdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[  9%] Built target ch_generated_files
[ 9%] Generating code for neumodb recdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[  9%] Built target rec_generated_files
[ 10%] Generating code for neumodb epgdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 10%] Built target epg_generated_files
[ 10%] Generating code for neumodb statdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 10%] Built target stat_generated_files
[ 10%] Built target version_h
 
Why don't you install an additional HDD or a separate partition and install Fedora39. You will have no problems installing neumodvb. This is how I did it
 
What should I install?
It says "clang-format not found". Of course, it may be a wild guess, but how about installing clang-format?
 
I can't even scan channels
 

Attachments

  • Screenshot_20240128_212015.png
    Screenshot_20240128_212015.png
    112.8 KB · Views: 24
Drivers tvheadend was connected, I forgot to cancel it
 

Attachments

  • Screenshot_20240128_212820.png
    Screenshot_20240128_212820.png
    189.5 KB · Views: 28
I scanned and locked a T2-MI(PLP) mux on 53.0E(10935 V,15284,3/4,8PSK) with a 6909x card after updating neumoDVB vers. 1.5.
Equally important is that you can decode multiple services simultaneously on such a mux.

After several scans on different satellites, I can safely say that the 6909x, with the @deeptho driver and neumoDVB, is the fastest "Blindscan all" card regardless of the operating system.

I hope I'm not wrong, but it seems that our developer has found the solution to exploit the extraordinary capability of Stid135 as this chip was designed.
It could be a good consultant or driver programmer, next to @CrazyCat, for those who produce dvb cards. Both make a dxer's dream possible.
 

Attachments

  • 53.0E_RTRS multichannels_2024-02-01_12-16.png
    53.0E_RTRS multichannels_2024-02-01_12-16.png
    787.4 KB · Views: 19
  • 10700-11150 V.png
    10700-11150 V.png
    129.2 KB · Views: 21
Last edited:
Hello,

can someone please help me installing neumo on Ubuntu 22.04.3 LTS?

i installed all the needed packages with apt install, but the "fmt" and the "fmt-dev"
packages are not found.

Instead of them i installed fmt8 and libfmt-dev, but that leads to a build error...
 
Instead of them i installed fmt8 and libfmt-dev, but that leads to a build error...
Welcome to the forum Andre_

Have you tried installing fmt-dev from Ubuntu's universe repository?

There may be other packages you will need from there too if you get build errors.


sudo add-apt-repository universe
sudo apt update
sudo apt install libfmt-dev
 
Thank you for the welcome.

yes, i tried installing it from the ubuntu universe repository.

Maybe you like to take a look at the attached screenshot:

Bildschirmfoto vom 2024-02-02 16-25-52.png
 
Thank you for the welcome.

yes, i tried installing it from the ubuntu universe repository.

Maybe you like to take a look at the attached screenshot:

View attachment 154362

The errors seem familiar to me; I recall having a similar problem with a build on that ubuntu version.

Perhaps an earlier post in the thread discusses the problem, or maybe @deeptho might have an answer.
 
Yes, it is all described in the installation instructions (which nobody wants to read...).
My advice is to upgrade ubuntu.


Ubuntu 23.04​

The latest neumoDVB version may not work anymore because of an outdated libstdc++. You may need to upgrade.
 
There was an Oscam connection, now there is no room. In which folder should I install it?

DEFAULT]

#locations of config files; these are re-generated at run time. Do not edit
src_dir = ~/neumodvb
cfg_locations = ~/.config/neumodvb, /etc/neumodvb, ${src_dir}/config


[PATHS]
#location of timeshift buffers
live_path = ~/neumo/live


#location of recordings
recordings_path = ~/neumo/recordings

#location of spectrum plots
spectrum_path = ~/neumo/spectrum

#location of databases
db_dir = ~/neumo/db

devdb = ${db_dir}/devdb.mdb
chdb = ${db_dir}/chdb.mdb
statdb = ${db_dir}/statdb.mdb
epgdb = ${db_dir}/epgdb.mdb
recdb = ${db_dir}/recdb.mdb

[LOGGING]
#location of logcxx logfile (controls what to log and where to store debug messages); looked up in cfg_locations
logconfig = neumo.xml


[CONFIG]
#skin file for on-screen display; looked up in cfg_locations
overlay = overlay.svg
radiobg = radiobg.svg

#css file controlling appearance of some of the menus; looked up in cfg_locations
css = neumodvb.css

#config file for mpv player; looked up in cfg_locations
mpvconfig = mpv
 
Back
Top