Package Details: v4l2loopback-dkms-git 0.12.5.r232.g2fa9d6d-1

Git Clone URL: https://aur.archlinux.org/v4l2loopback-dkms-git.git (read-only, click to copy)
Package Base: v4l2loopback-dkms-git
Description: v4l2-loopback device
Upstream URL: https://github.com/umlaeute/v4l2loopback
Licenses: GPL2
Conflicts: v4l2loopback-dkms
Provides: v4l2loopback-dkms
Submitter: hipersayan_x
Maintainer: hipersayan_x
Last Packager: hipersayan_x
Votes: 23
Popularity: 0.031121
First Submitted: 2016-04-01 15:50 (UTC)
Last Updated: 2022-01-11 10:50 (UTC)

Dependencies (3)

Required by (30)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

ImmortAlex commented on 2024-03-17 07:15 (UTC)

Upstream issue: https://github.com/umlaeute/v4l2loopback/issues/575

fsyy commented on 2024-03-13 10:42 (UTC) (edited on 2024-03-13 10:43 (UTC) by fsyy)

seems the module doesn't build with linux 6.8.0


DKMS make.log for v4l2loopback-0.12.7 for kernel 6.8.0-273-tkg-bore (x86_64)
Mi 13. Mär 11:36:51 CET 2024
Building v4l2-loopback driver...
make -C /usr/lib/modules/6.8.0-273-tkg-bore/build M=/var/lib/dkms/v4l2loopback/0.12.7/build modules
make[1]: Entering directory „/usr/lib/modules/6.8.0-273-tkg-bore/build“
 CC [M]  /var/lib/dkms/v4l2loopback/0.12.7/build/v4l2loopback.o
/var/lib/dkms/v4l2loopback/0.12.7/build/v4l2loopback.c: In function »vidioc_querycap«:
/var/lib/dkms/v4l2loopback/0.12.7/build/v4l2loopback.c:717:9: Error: Implicit declaration of function »strlcpy«; did you mean »strscpy«? [-Werror=implicit-function-declaration]
 717 |         strlcpy(cap->driver, "v4l2 loopback", sizeof(cap->driver));
         |         ^~~~~~~
         |         strscpy
 cc1: Some warnings get treated as errors
  make[3]: *** [scripts/Makefile.build:243: /var/lib/dkms/v4l2loopback/0.12.7/build/v4l2loopback.o] Error 1
  make[2]: *** [/usr/lib/modules/6.8.0-273-tkg-bore/build/Makefile:1924: /var/lib/dkms/v4l2loopback/0.12.7/build] Error 2
  make[1]: *** [Makefile:240: __sub-make] Error 2
  make[1]: leaving directory „/usr/lib/modules/6.8.0-273-tkg-bore/build“
  make: *** [Makefile:43: v4l2loopback.ko] Error 2

rosenberg commented on 2023-01-10 05:15 (UTC)

Is it possible the module this install doesn't get re-installed following a kernel update?

rosenberg commented on 2023-01-08 20:35 (UTC)

Notice this package also provides the controller v4l2loopback-ctl, which is normally provided by v4l2loopback-utils, not by v4l2loopback-dkms.

hipersayan_x commented on 2022-09-05 17:43 (UTC)

zdefz, you must send the PR to https://github.com/umlaeute/v4l2loopback/pulls, if it's a small patch I can apply to the package just give me the diff.

bluetail commented on 2022-09-02 19:44 (UTC)

Please look at https://github.com/obsproject/obs-studio/issues/4808 There is a patch you may want to push upstream.

meijin commented on 2022-05-15 05:29 (UTC)

I can see this note after latest upgrade:

 7/14) Install DKMS modules
==> dkms install --no-depmod v4l2loopback/0.12.5 -k 5.17.7-arch1-1
Deprecated feature: REMAKE_INITRD
==> depmod 5.17.7-arch1-1

is this fine?

endesse commented on 2021-09-18 08:32 (UTC)

I've had success installing after installing the linux-headers package and using pikaur to install this package.

hipersayan_x commented on 2021-08-11 13:19 (UTC)

Ok, if v4l2loopback-dkms adds that field, I will add that field. Take in mind that this package should have the same features as the original package, if v4l2loopback-dkms does not have such field, I can't add it.

post-factum commented on 2021-08-11 11:31 (UTC)

Yes, that'd work, but there's another format used for this across other 3rd-party kernel modules. See ksmbd-dkms, ntfs3-dkms etc for example.