Scanners: Difference between revisions

imported>Symphorien
m make the warning about having to logout/login for sane change to have effect more visible
imported>Symphorien
Epson: mention utsushi
Line 36: Line 36:


<syntaxhighlight lang="nix">hardware.sane.extraBackends = [ pkgs.epkowa ];</syntaxhighlight>
<syntaxhighlight lang="nix">hardware.sane.extraBackends = [ pkgs.epkowa ];</syntaxhighlight>
Some other scanners (see [https://gitlab.com/utsushi/utsushi/blob/master/README list]) need the <tt>utsushi</tt> backend:
<syntaxhighlight lang="nix">hardware.sane.extraBackends = [ pkgs.utsushi ];
services.udev.packages = [ pkgs.utsushi ];</syntaxhighlight>


===SnapScan firmware===
===SnapScan firmware===