Giter Site home page Giter Site logo

Comments (3)

moacirrf avatar moacirrf commented on August 11, 2024

Hi, maybe it help

  1. Try to identify if all dependencies are loaded:
    modinfo v4l2loopback.ko

will show something like

depends: videodev

  1. load this module first
    sudo modprobe videodev

  2. Try to load directly from the folder that you compile
    sudo insmod v4l2loopback.ko

  3. check with dmesg command

from v4l2loopback.

umlaeute avatar umlaeute commented on August 11, 2024

i strongly suspect this to be a duplicate of

(btw, you can search old issues (open or closed) to see whether your problem was already reported)

from v4l2loopback.

umlaeute avatar umlaeute commented on August 11, 2024

after doing slightly more research (basically doing a websearch for "PLT section(s) missing"), i found this Debian bug:

(note that this is not the same issue as the ones listed in my previous comment)

however, it also confirms that the issue is not within v4l2loopback, but rather with the kernel packaging. the bug was discovered (and fixed) in 2020, so your "Ubuntu 20.04" might well be affected.

so i'm afraid this is out of scope for us.

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.