neumoDVB

Hi,
i used neumodvb on ubuntu 23.01 and everything worked fine,
now i updatet to ubuntu 24.04 with kernel 6.8.0-51-generic.
I have to reinstall, but when i try to build the blindscan_kernel with the install.sh i got the
following error:

View attachment 160165

Can anyone please help me?
The usual problem is not using the newest versions of the two needed repositories, or some leftovers from older compilations.
So my advice is to start over and follow the installation instructions on github
 
The usual problem is not using the newest versions of the two needed repositories, or some leftovers from older compilations.
So my advice is to start over and follow the installation instructions on github
Thank you also for your help, i already did, what you suggested, but that did not fixed the problem.
 
now i got another problem, maybe someone can help me again?
i want to use the card from my sat-receiver, where oscam is running.
what protocol i have to use for it? newcamd or cccam?
Where i have to enter the username and password in neumodvb, i can´t find it.
 
i also have the problem, that tbs 6908 is not working correctly with the actual version of neumodvb, tbs6903x is working fine, anyone else noticed that?
 
everytime when i try to select a bouquet in the livescreen, the database gets corrupted. is it a know bug?
 
i also have the problem, that tbs 6908 is not working correctly with the actual version of neumodvb, tbs6903x is working fine, anyone else noticed that?
It is not clear if you have installed the blindscan drivers or the tbs drivers. With the blindscan drivers, there may be an undiscovered
bug for non-stid135 cards due to limited testing, so test an older or a newer version (when one appears)
 
everytime when i try to select a bouquet in the livescreen, the database gets corrupted. is it a know bug?
It is not a known bug.
 
It is not clear if you have installed the blindscan drivers or the tbs drivers. With the blindscan drivers, there may be an undiscovered
bug for non-stid135 cards due to limited testing, so test an older or a newer version (when one appears)
how can i verify, that the blindscan drivers are installed and not the tbs drivers?
 
It gives error

neumodvb/pybind11/include/pybind11/detail/../cast.h:1038:19: error: static assertion failed due to requirement '!integral_constant<bool, true>::value': Unable to cast type to ref
erence: value is local to type caster
1038 | static_assert(!cast_is_temporary_value_reference<T>::value,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PYBIND11_NAMESPACE_END(detail)

// pytype -> C++ type
template <typename T, detail::enable_if_t<!detail::is_pyobject<T>::value, int> = 0>
T cast(const handle &handle) {
using namespace detail;
static_assert(!cast_is_temporary_value_reference<T>::value,
"Unable to cast type to reference: value is local to type caster");
return cast_op<T>(load_type<T>(handle));
}
 
how can i verify, that the blindscan drivers are installed and not the tbs drivers?
star@Gamze:~$ lsdvb

lsdvb: Simple utility to list PCI/PCIe DVB devices
Version: 0.0.4
Copyright (C) Manu Abraham

TBSECP3 driver (544:6178 6903:1) on PCI Domain:0 Bus:5 Device:0 Function:0
DEVICE:0 ADAPTER:0 FRONTEND:0 (TurboSight TBS 6903 DVB-S/S2 )
FE_QPSK Fmin=950MHz Fmax=2150MHz
DEVICE:0 ADAPTER:1 FRONTEND:0 (TurboSight TBS 6903 DVB-S/S2 )
FE_QPSK Fmin=950MHz Fmax=2150MHz
 
The bouquet list problem will be fixed in the next version (or fix it yourself by replacing
chglist_filter_chg with chgmlist_filter_chg) in livescreen.py

PS. And why do you think there is database corruption?
 
The bouquet list problem will be fixed in the next version (or fix it yourself by replacing
chglist_filter_chg with chgmlist_filter_chg) in livescreen.py

PS. And why do you think there is database corruption?
I did what you said but it gives the same error.
 
Manjora

I don't have a graphics card. How can I fix the openGL error?
 

Attachments

  • Ekran Görüntüsü_20250115_200512.png
    Ekran Görüntüsü_20250115_200512.png
    88.9 KB · Views: 5
The bouquet list problem will be fixed in the next version (or fix it yourself by replacing
chglist_filter_chg with chgmlist_filter_chg) in livescreen.py

PS. And why do you think there is database corruption?
thanks for your reply and your good work!

because, after that, i have to restart neumodvb and this is not possible, same error appears, after reinstalling the database, it works again.
 
Manjora

I don't have a graphics card. How can I fix the openGL error?
I don't know. I just OK it when I use Manjaro or other Archlinux distros in my AMD processor PC. Doesn't appear with, for instance, Manjaro in my Intel-equipped Laptop.
 
Back
Top