all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Baums <baums@stefanbaums.com>
To: help-guix <help-guix@gnu.org>
Subject: Loading v4l2loopback kernel module
Date: Sun, 10 Apr 2022 15:32:23 -0400	[thread overview]
Message-ID: <87ilrgg2ew.fsf@stefanbaums.com> (raw)

Dear list,

I installed the v4l2loopback-linux-module package, but the module
was not loaded. Next I added the following to my system.scm:

   (services
     (append
      (list

      ...

            (simple-service 'my-kernel-module-loader-v4l2loopback
                            kernel-module-loader-service-type
                            '("v4l2loopback"))
      ...

   )
      %desktop-services))

and reconfigured, but the module was still not loaded. Even manual

   sudo modprobe v4l2loopback

fails with

   modprobe: FATAL: Module v4l2loopback not found in directory /run/booted-system/kernel/lib/modules/5.17.1

What am I supposed to do?

All best,
Stefan


             reply	other threads:[~2022-04-10 19:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-10 19:32 Stefan Baums [this message]
2022-04-11  2:12 ` Loading v4l2loopback kernel module Michael Rohleder
2022-04-11 18:07   ` Stefan Baums
2022-04-12  5:24     ` Michael Rohleder
2022-04-12 17:13       ` Stefan Baums

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ilrgg2ew.fsf@stefanbaums.com \
    --to=baums@stefanbaums.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.