Recent content by RyLe

  1. R

    neumoDVB

    Hi I just upgraded to Fedora 40 (currently with 6.8.7-300.fc40.x86_64 Kernel). When I tried to build the blindscan kernel drivers, I had an error: /home/ryle/blindscan_kernel/media_build/v4l/tbs5931.c:217:90: error: passing argument 3 of '__a' makes integer from pointer without a cast...
  2. R

    neumoDVB

    Hi and a big thank you for this driver update :)
  3. R

    neumoDVB

    That's what I first thought and I restarted the procedure from scratch but I got the same errors.
  4. R

    neumoDVB

    I haven't found a durable mean to stop my Fedora install from upgrading kernel packages. When I can't compile blindscan_kernel because of breaking changes made to the kernel sources by a version change, I use grubby to go back to a kernel version I had modules compiled for. The distro can only...
  5. R

    neumoDVB

    Hi It's been a while since I had an error compiling the blindscan driver after each Fedora kernel update but this moment has come. Going from a 6.7.11 to a 6.8.4 there are at least two kind of errors: /home/ryle/blindscan_kernel/media_build/v4l/cec-notifier.c: In function...
  6. R

    neumoDVB

    I followed the instructions on the installation page, so the last two commands I run are: cd ~/neumodvb/build sudo make install neumodvb/build/install_manifest.txt has the following entries: /usr/lib64/libstackstring.so /usr/lib64/libneumodb.so...
  7. R

    neumoDVB

    Hi Your latest modifications did the trick ! I had to manually copy ~/neumodvb/build/build/lib.linux-x86_64-cpython-312/neumodvb/* to /usr/local/lib64/python3.12/site-packages/neumodvb so I don't have any python error message. Is there something wrong with a path in a configuration file or...
  8. R

    neumoDVB

    Hi I can run mpv and play a video on Fedora 39 if i use VirGL GPU (but neumodvb still crashes with the same error). If I'm on VirtIO GPU or SPICE GPU, I can't play a video with mpv.
  9. R

    neumoDVB

    Hi It seems there might be some leftover files from previous tries when I upgraded to Fedora 39 and my old neumodvb installation didn't run anymore. Are all files from /home/ryle/neumodvb/build/build/lib.linux-x86_64-cpython-312/neumodvb/ meant to stay there or are they supposed to be in a...
  10. R

    neumoDVB

    Hi I had no problem building the updated blindscan drivers with a 6.6.2-201.fc39.x86_64 kernel on Fedora 39, nice job :) I had to add libuuid-devel.x86_64 to be able to build neumodvb. After installing this lib, the build went nicely, but I have a problem when I try to launch neumodvb...
  11. R

    neumoDVB

    Hi The latest Fedora39 kernel (6.6.2-201.fc39.x86_64) broke blindscan kernel compilation with too many v4l internal structures modifications for me to simply patch like I did the previous times. The last Fedora 39 kernel that works with all of my previous relatively simple modifications is the...
  12. R

    neumoDVB

    Hi New Fedora kernel update (to 6.5.5-200), new modifications to add to the code for the blindscan drivers. Here are my two modifications: In ~/blindscan_kernel/media_build/v4l/compat.h change return get_user_pages(start, nr_pages, gup_flags, pages, vmas); to #if LINUX_VERSION_CODE <=...
  13. R

    neumoDVB

    Ok, so, a few 6.4.X FC38 kernel updates went by and I was tired of having to go back to the old 6.3.X kernel each time, so I looked at this one more time. The "technique" link I mentioned above is wrong as it gives the wrong parameter to class_create, I should have looked into the updated kernel...
  14. R

    neumoDVB

    Hi With each kernel update from Fedora, I have to recompile the blindscan drivers. Going from 6.2.X to 6.3.X, I had to modify blindscan_kernel/media_build/v4l/Makefile to add EXTRA_CFLAGS += -Wno-error=incompatible-pointer-types otherwise there were blocking errors. It went ok for a few kernel...
  15. R

    neumoDVB

    You may be talking about this bug ? I did more tests: -If I run neumodvb normally and try to bring the overlay with CTRL+O, I get a segfault. -If I run neumodvb under gdb with the commands listed by deeptho, the overlay is working, so I can't even know where the crash comes from. On another...
Top