Giter Site home page Giter Site logo

Comments (6)

umlaeute avatar umlaeute commented on August 11, 2024 1

Could you please replace the template description in the top posting with the actual description of the problem?

It says:

Please remove these instructions (and other non-relevant information) from your report.
If your report looks like a copy of the template, it might get closed immediately.

from v4l2loopback.

angelosa avatar angelosa commented on August 11, 2024 1

F39 version of v4l2loopback is v0.12.7, which seems incompatible (and rather old) with Linux kernel 6.8.4, it will throw deps errors when attempting to modprobe. A workaround is to git clone and compile v4l2loopback, cfr. this tutorial section

from v4l2loopback.

coppice-git avatar coppice-git commented on August 11, 2024

Fedora 39 has updated to Linux kernel 6.8.4 and this has broken v4l2loopback in several ways:
VFL_TYPE_GRABBER has gone. It seems VFL_TYPE_VIDEO should now be used instead, and is a direct replacement.
strlcpy() has gone. It looks like strscpy should be used instead, and is a direct replacement.
do_gettimeofday has gone. I think ktime_get() is supposed to be used now.
setup_timer() has gone. I'm not sure what the replacement for this looks like.

from v4l2loopback.

umlaeute avatar umlaeute commented on August 11, 2024

Ah, so the issue is, that fedora ships a new kernel but an old v4l2loopback (that is known to not work with newer kernels anyhow, eg #570, #574, #575)?

Then I suppose, I can close this issue as "out of date".

(The template asks the module version for a reason... In any case I've updated the bug reporting template, so it becomes easier for people to provide the relevant information)

from v4l2loopback.

coppice-git avatar coppice-git commented on August 11, 2024

I must have made a typo somewhere and didn't actually update my local repo copy. I just did a fresh checkout, and things work OK now. Thanks.

from v4l2loopback.

umlaeute avatar umlaeute commented on August 11, 2024

great to know it works

from v4l2loopback.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.