Dom Rodriguez

Results 306 comments of Dom Rodriguez

Yes, this isn't a problem with my package. I did raise it with @wheaney over Discord, but the solution isn't clear yet. Have you put the udev rules in your...

I'll rebase this now.

@deephack1982 Try now :-) I'm also working on a Guix package, if that's of interest to anyone following this thread.

Yeah, the Flake builds from the Git repo, but I didn't have any issues building.

How did you invoke the Flake?

Ah, I can reproduce it now. It was cached. Try building from `shymega/nix-flake-support-v2.0.5` on my fork, and then we can establish if the Nix package can fix the issues with...

> That branch builds fine but the driver output is still the same. Connection attempt fails and then it retries in a loop. I found this happened for me too,...

> Quick note by the way as I was looking into the udev rules and how to package them. As per this thread it seems that any package containing $out/lib/udev/rules.d/...

> Actually I think line 86 in your package (default.nix) needs to become > > `cp ../udev/* $out/lib/udev/rules.d/` > > I'm testing it now though to see if it will...

This is a good point. I wonder if this gets affected by the rules in `$out/usr/lib/udev/rules.d`. Maybe @wheaney needs to rename the rules to be in line with the `udev`...