-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
nixos/ipu6: Don't build out-of-tree driver for kernels that have it #331747
Conversation
Do we want to remove them from the attrset alltogether too? I can still try to build
|
@flokli Done |
Successfully created backport PR for |
@shlevy I was just about to test this out, but unfortunately
Looking at the logs, maybe the naming did change, or this is otherwise incompatible? How do I test this? |
Ack, I’m traveling without my personal ipu6 laptop this week, will look into this when I get back. |
For me it fails with:
when pre-start is doing: v4l2loopback-ctl add -x 1 .... I can also confirm that this produces the same error: sudo v4l2loopback-ctl add I have tried to unload and load the v4l2loopback the module and still same issue. Other observations: I do have /dev/video0 to /dev/video32 and all in between for some reason. Also... I am running on kernel 6.10.3 |
We might need to update v4l2loopback https://github.com/umlaeute/v4l2loopback/tags |
Sent a bump for v4l2loopback #334573. With this, at least the service doesn't crash anymore. If I select the loopback device in the browser, I see the following in the logs:
The camera still doesn't work, but it feels like a step into the right direction. |
Description of changes
The ipu6 drivers are in-tree as of Linux 6.10, so we can stop building them for newer kernels
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.