-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4l2loopback-dkms-0.12.1 fails to install with current raspberrypi-kernel version #188
Comments
My video streaming setup stopped working after updating the kernel, due to this issue :( |
In order to work around this:
|
This is what I get: $ uname -r $ sudo apt install ./v4l2loopback-dkms_0.12.5-1_all.deb <snip> (install says it completed successfully) $ sudo modprobe -r v4l2loopback |
I had to run: $ sudo apt full-upgrade Reboot, then: $ sudo apt reinstall ./v4l2loopback-dkms_0.12.5-1_all.deb |
I've added the backported 5.4-compatible package to our repo. It should be live within an hour. |
Will this exist for the recent kernels and 64 bit? |
sudo apt install linux-headers-$(uname -r) |
That's definitely something people shouldn't do and won't work. |
For me, run the following solved the issue, as mentioned: here |
The
v4l2loopback-dkms-0.12.1
package cannot be installed because the kernel module fails to compile against kernels >= 5.1.It is actually caused by a warning being treated as an error:
The issue has been fixed upstream: v4l2loopback/v4l2loopback@0b8feb8
Would it be possible to get this package updated?
The text was updated successfully, but these errors were encountered: