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: Re: Loading v4l2loopback kernel module
Date: Mon, 11 Apr 2022 14:07:47 -0400	[thread overview]
Message-ID: <87wnfvijd8.fsf@stefanbaums.com> (raw)
In-Reply-To: <87lewc1i7k.fsf@rohleder.de> (Michael Rohleder's message of "Mon,  11 Apr 2022 04:12:31 +0200")

Dear Michael,

> (operating-system
>   ...
>   (kernel-loadable-modules (list v4l2loopback-linux-module))
>   ... )

thank you, that helped. For good measure, I also kept

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

Trying to add thunderbolt and zram to your code threw an error. I
suppose the difference is that v4l2loopback comes in its own Guix
package.

Reconfigure rebuilt the kernel then, but unfortunately in the end
failed with the below. What might be going on now?

All best,
Stefan

------------------------------------------------------------------

The following derivation will be built:
  /gnu/store/ca1iiszjxbshrv6mmdjfra89di5ggcjb-install-bootloader.scm.drv

building /gnu/store/ca1iiszjxbshrv6mmdjfra89di5ggcjb-install-bootloader.scm.drv...
guix system: bootloader successfully installed on '(/boot/efi)'
shepherd: Evaluating user expression (and (defined? (quote transient?)) (map (# ?) ?)).
Backtrace:
In guix/store.scm:
   1320:8 19 (call-with-build-handler _ _)
   1320:8 18 (call-with-build-handler _ _)
   1320:8 17 (call-with-build-handler #<procedure 7fe892daa1b0 at g…> …)
  2129:25 16 (run-with-store #<store-connection 256.99 7fe894270b40> …)
In ice-9/boot-9.scm:
  1747:15 15 (with-exception-handler #<procedure 7fe8929a3bd0 at ic…> …)
In ice-9/exceptions.scm:
   406:15 14 (_)
In ice-9/boot-9.scm:
  1752:10 13 (with-exception-handler _ _ #:unwind? _ # _)
In guix/scripts/system.scm:
   870:15 12 (_)
In guix/store.scm:
  2129:25 11 (run-with-store #<store-connection 256.99 7fe88fb07c30> …)
In guix/scripts/system.scm:
   870:15 10 (_ _)
In guix/scripts/system/reconfigure.scm:
    145:2  9 (_ _)
In guix/scripts/system.scm:
   768:14  8 (_ _)
In ice-9/boot-9.scm:
   222:17  7 (map1 (#<<live-service> provision: (term-tty1) requi…> …))
In ice-9/eval.scm:
   173:55  6 (_ #(#(#<directory (guile-user) 7fe8aa191c80>) #<<liv…>))
   182:19  5 (proc #(#(#<directory (guile-user) 7fe8aa191c80>) #<<…>))
   142:16  4 (compile-top-call #<directory (guile-user) 7fe8aa191c80> …)
In unknown file:
           3 (%resolve-variable (7 . live-service-transient) #<direc…>)
In ice-9/boot-9.scm:
  1685:16  2 (raise-exception _ #:continuable? _)
  1683:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
error: live-service-transient: unbound variable

------------------------------------------------------------------


  reply	other threads:[~2022-04-11 18:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-10 19:32 Loading v4l2loopback kernel module Stefan Baums
2022-04-11  2:12 ` Michael Rohleder
2022-04-11 18:07   ` Stefan Baums [this message]
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=87wnfvijd8.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.