Skip to content
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

steamPackages.steam: add udev rules #107481

Merged
merged 1 commit into from Dec 24, 2020
Merged

Conversation

jonringer
Copy link
Contributor

@jonringer jonringer commented Dec 23, 2020

Motivation for this change

closes #107446

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jonringer
Copy link
Contributor Author

cc @alapshin

@jonringer
Copy link
Contributor Author

nixos-rebuild will fail with references to /bin/sh so I removed it:

building '/nix/store/k7zjarrgjky5zfk5rijcf9zismxr84qj-steam-fhs.drv'...
/nix/store/b2v15xav7j99mjnnsa2z1s560pirx8jy-udev-rules/60-steam-input.rules (originally from /nix/store/nximr7yyyaaswj0z1lk2pf9cy9bczdvm-steam-original-1.0.0.68/etc/udev/rules.d/60-steam-input.rules) contains references to /bin/sh and /bin/sh.

@alapshin
Copy link
Contributor

Thanks. I can verify that with this version udev rules are present

ls /etc/udev/rules.d/ | grep steam 
60-steam-input.rules
60-steam-vr.rules

and controller is recognized by Steam.

@jonringer jonringer merged commit 9721604 into NixOS:master Dec 24, 2020
@jonringer jonringer deleted the steam-udev branch December 24, 2020 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Steam controller not recognized by steam after steam update
3 participants