Skip to content

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

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

Merged
merged 1 commit into from Mar 23, 2019

Conversation

ghost
Copy link

@ghost ghost commented Mar 11, 2019

No description provided.

@ghost ghost mentioned this pull request Mar 11, 2019
@GrahamcOfBorg GrahamcOfBorg added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Mar 11, 2019
@joachifm joachifm merged commit f612e33 into NixOS:master Mar 23, 2019
@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
Labels
6.topic: printing 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants