neumoDVB

satesco

Specialist Contributor
Joined
Aug 10, 2008
Messages
2,133
Reaction score
3,027
Points
113
My Satellite Setup
seven antennas,one toroidal with 16 lnbs,
6 satellite receivers,2 Meters,9 PC cards(tbs6983,6903,6590,6504,6522,6209,2603,6909X,6903X,6902se,skystar hd2),2 tuners usb-tbs5927 & tbs5925,Skystar HD.
Satellite reception between 100.5E-50.0W
My Location
Romania
I tried to update neumoDVB, but on "git pull," I got an "import error." But I don't think that's why I'm having problems after reinstalling the app,
After I reinstalled the app, it seemed error-free; it freezes when I choose a service.
I hope the attached files are explanatory enough that you can find a solution to this problem.
Thanks
 

Attachments

  • neumoDVB issue.zip
    620.9 KB · Views: 2

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
763
Reaction score
463
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
I tried to update neumoDVB, but on "git pull," I got an "import error." But I don't think that's why I'm having problems after reinstalling the app,
After I reinstalled the app, it seemed error-free; it freezes when I choose a service.
I hope the attached files are explanatory enough that you can find a solution to this problem.
Thanks
Satesco,
Reinstalling is always the worst possible solution, requiring the most time to fix things, especially when things go wrong

However, you are running old drivers, which could explain the problem.
So first upgrade to the new drivers and make sure that they are really installed...
 

satesco

Specialist Contributor
Joined
Aug 10, 2008
Messages
2,133
Reaction score
3,027
Points
113
My Satellite Setup
seven antennas,one toroidal with 16 lnbs,
6 satellite receivers,2 Meters,9 PC cards(tbs6983,6903,6590,6504,6522,6209,2603,6909X,6903X,6902se,skystar hd2),2 tuners usb-tbs5927 & tbs5925,Skystar HD.
Satellite reception between 100.5E-50.0W
My Location
Romania
I think the last driver installed is the one in the screenshot, and the kernel version is 6.8.0-39-generic on Ubuntu 24.04.1
Is it reasonable to install the driver and app on the following Kernel-6.8.0-45-generic?
 

Attachments

  • Driverversion_the last-8.10.2024_2024-10-08_15-58.png
    Driverversion_the last-8.10.2024_2024-10-08_15-58.png
    25.6 KB · Views: 2
  • Kernel 6.8.0-39-generic_2024-10-16_21-39.png
    Kernel 6.8.0-39-generic_2024-10-16_21-39.png
    83.5 KB · Views: 2

RyLe

Member
Joined
Sep 14, 2011
Messages
30
Reaction score
5
Points
8
Age
44
Location
France
My Satellite Setup
Wavefrontier T90, 8W to 28.2E
TBS 6909-X, TBS 6904SE, TBS 6983
My Location
France
Hi

I updated to kernel 6.11.3-200.fc40 .

There are a bunch of warnings for min3 and max3 redefinitions like this when I try to compile the blindscan driver:

/home/ryle/blindscan_kernel/neumo_media_build/v4l/compat.h:239:9: warning: "max3" redefined 239 | #define max3(x, y, z) max((typeof(x))max(x, y), z) | ^~~~ ./include/linux/minmax.h:176:9: note: this is the location of the previous definition 176 | #define max3(x, y, z) \ | ^~~~

and at least one compilation error:
/home/ryle/blindscan_kernel/neumo_media_build/v4l/bttv-gpio.c:61:19: error: initialization of 'int (*)(struct device *, const struct device_driver *)' from incompatible pointer type 'int (*)(struct device *, struct device_driver *)' [-Wincompatible-pointer-types] 61 | .match = &bttv_sub_bus_match, | ^ /home/ryle/blindscan_kernel/neumo_media_build/v4l/bttv-gpio.c:61:19: note: (near initialization for 'bttv_sub_bus_type.match') make[4]: *** [scripts/Makefile.build:244: /home/ryle/blindscan_kernel/neumo_media_build/v4l/bttv-gpio.o] Error 1

In the mean time, I managed to compile the driver adding

EXTRA_CFLAGS += -Wno-incompatible-pointer-types
to
~/blindscan_kernel/neumo_media_build/v4l/Makefile

not pretty, but it worked.
 
Last edited:

Llew

cerca trova...
Staff member
Joined
Jan 1, 2000
Messages
16,256
Reaction score
4,217
Points
113
Age
82
My Satellite Setup
Triple Dragon, Dreambox 8000, Echostar AD3000ip, TBS6522,6925,6983 PCie cards.
Gibertini 1.25m motorised dish driven by the AD3000, with either Inverto BU Quad or Norsat / XMW Ka LNBs . SMW 1.05m + 3 other dishes. Speccy: Promax HD Ranger+
My Location
The Flatlands of East Anglia
@deeptho

Do you know this archLinux version of your program? It popped up on AUR this month -


I don't know whether it's worth a try, but I don't want to break anything in my Manjaro.
 

deeptho

Specialist Contributor
Joined
Apr 7, 2006
Messages
763
Reaction score
463
Points
63
Age
57
My Satellite Setup
Wavefrontier T90, Laminas 120cm, 2 other dishes; tbs 5927, tbs6904, tbs6909x, tbs6903x, tbs5990, tbs6981,tbs5927
My Location
Europe
@deeptho

Do you know this archLinux version of your program? It popped up on AUR this month -


I don't know whether it's worth a try, but I don't want to break anything in my Manjaro.
I think someone made a package for archlinux (which is good)
 
Top