neumoDVB

I can confirm that latest changes and manual remove pybind11 directory did the trick. I am able to blind scan and tune on debian13 with kernel 6.12.30. Now starts fun time playing with it. Thanks for all involved making this
1-pybind11 you don't need to remove it.
2-Uninstall Neumodvb and reinstall it
 
It doesn't even connect to the central system.
 

Attachments

  • Ekran Görüntüsü_20250629_230803.webp
    Ekran Görüntüsü_20250629_230803.webp
    99.5 KB · Views: 14
Crashes on spectrum -> blindscan with Fedora 42 (fc42 kernel 6.14.0-43). Also when tuning a chosen channel.

OK with Fedora 39 (on a different PC - I don't have 39 on the same PC).

May be a clue in the log or console, but I think I posted a similar console output earlier.
LLew,
You need to provide /tmp/neumo.log
 
It doesn't even connect to the central system.
I have never heard of the central system and as you provide no information on the problem (/tmp/neumo.log, /var/log/debug), there is really nothing anybody can do to help you.
 
LLew,
You need to provide /tmp/neumo.log
neumo.log duly added with a fresh debug.log.
Console was the same as before, so not included.
Thanks for reminding me :-doh
 

Attachments

neumo.log duly added with a fresh debug.log.
Console was the same as before, so not included.
Thanks for reminding me :-doh
It seems you are running an old version of neumodvb (June 19). Also you log files do not show any problem. So they do not agree with your console window.
 
So you mean "a multiswitch". If there is a cable from the switch to the card then it is connected automatically.

You probably forgot to configure the diseqc settings properly or you connected the cable to the wrong
card input, or you misconfigured something else.

Also, there is still a lot of missing information like "what card are you using", where is the kernel log (e.g., /var/log/debug)....

Neumodvb is the latest version, so that is good.

The drivers: I cannot tell if they are properly installed and are the right version.
 
It seems you are running an old version of neumodvb (June 19). Also you log files do not show any problem. So they do not agree with your console window.

In Properties, neumodvb has it as modified on 25th June. I assume this means I updated neumodvb at that date.

git pull has me as already up to date.
 
Last edited:
In Properties, neumodvb has it as modified on 25th June. I assume this means I updated neumodvb at that date.

git pull has me as already up to date.
Your log file says otherwise. In the past it happened that you forgot to compile.
 
I have a problem with pybind11. Recompiling or reinstalling neumodvb gives an error concerning pybind11 when attempting a build.

Code:
davidl@mainPC:~/neumodvb/build$ cmake ..
-- xxx=/noble/
-- Modern OS detected - using clang 20
CMake Error at CMakeLists.txt:74 (cmake_policy):
  An attempt was made to set the policy version of CMake to "3.30..3.99"
  which is greater than this version of CMake.  This is not allowed because
  the greater version may have new policies not known to this CMake.  You may
  need a newer CMake version to build this project.


CMake Error at CMakeLists.txt:79 (find_package):
  By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "pybind11",
  but CMake did not find one.

  Could not find a package configuration file provided by "pybind11" with any
  of the following names:

    pybind11Config.cmake
    pybind11-config.cmake

  Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
  "pybind11_DIR" to a directory containing one of the above files.  If
  "pybind11" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!


Has anyone else had problems with adding the pybind11-dev package?































I have checked that pybind11-devel is installed in Fedora ( -dev in Ubuntu) but the error is hindering completing the build
 
No, in my case it's the other way around.

Without this I can't compile. See my (updated) instructions for Ubuntu 24.04.2


Have you updated cmake ?
 
Maybe I need a greater CMake version. Presently I have 3.28.3 in Ubuntu 24.04.2 LTS.
 
Checking my Fedora 42, CMake is using 3.31.6. there, but I still have the pybind11 problem as in Ubuntu, so perhaps I would still have the pybind11 error in Ubuntu if I updated CMake.

fc42 -

Code:
- xxx=/Adams/
-- Modern OS detected - using clang 20
CMake Error at CMakeLists.txt:79 (find_package):
  By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "pybind11",
  but CMake did not find one.

  Could not find a package configuration file provided by "pybind11" with any
  of the following names:

    pybind11Config.cmake
    pybind11-config.cmake

  Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
  "pybind11_DIR" to a directory containing one of the above files.  If
  "pybind11" provides a separate development package or SDK, be sure it has
  been installed.
 
Checking my Fedora 42, CMake is using 3.31.6. there, but I still have the pybind11 problem as in Ubuntu, so perhaps I would still have the pybind11 error in Ubuntu if I updated CMake.

fc42 -

Code:
- xxx=/Adams/
-- Modern OS detected - using clang 20
CMake Error at CMakeLists.txt:79 (find_package):
  By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "pybind11",
  but CMake did not find one.

  Could not find a package configuration file provided by "pybind11" with any
  of the following names:

    pybind11Config.cmake
    pybind11-config.cmake

  Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set
  "pybind11_DIR" to a directory containing one of the above files.  If
  "pybind11" provides a separate development package or SDK, be sure it has
  been installed.

neumodvb in Manjaro (CMake 4.0.2-1) builds with no problems when I use the basic pybind11 library - no development package is available.
Whether pybind11 in Manjaro's neumodvb causes problems is probably academic, as some issues with wxWidgets in Manjaro are still prevalent - no blindscanning or channel video using capable cards at present.
 
I have update neumodvb and this problem is hopefully gone. Note that pybind11 is no longer included with neumodvb
and should be installed separately (e.g., pybind11-dev or something like that)
Hi @Llew,

Here is a response given by @deeptho to another member about pybind11-dev (#1502).
Who knows, maybe it applies to you too (!?).
 
Hi @Llew,

Here is a response given by @deeptho to another member about pybind11-dev (#1502).
Who knows, maybe it applies to you too (!?).
I have pybind11-dev or -devel in my Ubuntu or Fedora where I am having the build problem. In Manjaro, as I mentioned, I have plain pybind11, and it builds OK.
I'll probably get my brain around the problem in due course (if I'm not too senescent by then).
 
;;;
I'll probably get my brain around the problem in due course (if I'm not too senescent by then).
Just kidding, knowledge and understanding make us young, while ignorance and stupidity make us old.
As you know, the desire to learn makes you young, no matter how old you are. :)
 
Back
Top