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

samsung-unified-linux-driver_1_00_36, tested on nixos x86_64 with m2070w printer/scanner, fixes https://github.com/NixOS/nixpkgs/issues/27995 #57449

Merged
merged 1 commit into from Mar 23, 2019

Conversation

ghost
Copy link

@ghost ghost commented Mar 11, 2019

No description provided.

@ghost
Copy link
Author

ghost commented Mar 23, 2019 via email

@schlichtanders
Copy link

@tohl I am struggling with this driver.
What is the recommended nixos setting in order to enable it?

i.e. how do I load the module pkgs/misc/cups/drivers/samsung/1.00.36/module.nix so that

services.samsung-unified-linux-driver_1_00_36.enable = true;

is actually supported?

@schlichtanders
Copy link

I was able to activate it by adding (<nixpkgs> + /pkgs/misc/cups/drivers/samsung/1.00.36/module.nix) to my configuration.nix imports like

imports =
    [ # Include the results of the hardware scan.
      ./hardware-configuration.nix
      # special samsung driver setup https://github.com/NixOS/nixpkgs/pull/57449
      (<nixpkgs> + /pkgs/misc/cups/drivers/samsung/1.00.36/module.nix)
    ];

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.

None yet

3 participants