1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-09 17:38:14 +02:00

linux/v4l2: added downgrade note

This commit is contained in:
tiyn
2025-09-22 02:05:29 +02:00
parent 7f53b56b90
commit 20f403a0d2

View File

@@ -93,3 +93,11 @@ To fix it downgrade the packages `v4l2loopback-dkms` and `v4l2loopback-utils` to
version.
For [Arch Linux](/wiki/linux/arch-linux.md) this can be achieved by using
[Downgrade](/wiki/linux/package_manager.md#downgrading-packages).
### `Error! Bad return status for module build on kernel`
When updating the `v4l2loopback` package this error can occur after the creation of the
[initramfs](/wiki/linux/mkinitcpio.md).
This may point to an incompatibility of the package and kernel version which can only but easily
and temporarily be fixed by downgrading the package as described in
[the corresponding package manager section](/wiki/linux/package_manager.md#downgrading-packages).