simple-scan (as of v44.0+) is started, but does not find the connected scanner.
Steps To Reproduce
Steps to reproduce the behavior:
Install the sane package on the non-Nixos host usually the sane-backends equivalent to a NixOS
simple-scan & (flake using nixos-23.11 branch)
Wait for physically connected scanner to be detected
Expected behavior
Scanner is detected.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
When I override using v42.5 of simple-scan the scanner is detected.
Also, there is another video device reported by scanimage:
scanimage -L
device `v4l:/dev/video0' is a Noname Integrated Camera: Integrated C virtual device
device `plustek:libusb:003:002' is a Canon CanoScan N1240U/LiDE30 flatbed scanner
Notify maintainers
@jtojnar
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
this path will be fetched (0.01 MiB download, 0.05 MiB unpacked):
/nix/store/wr08yanv2bjrphhi5aai12hf2qz5kvic-stdenv-linux
copying path '/nix/store/wr08yanv2bjrphhi5aai12hf2qz5kvic-stdenv-linux' from 'https://cache.nixos.org'...
system: "x86_64-linux"
host os: Linux 6.6.2-arch1-1, Arch Linux, noversion, rolling
EDITED: Added as additional context the assumption that the host OS' sane libraries are installed to provide the udev entries, i. e. on Archlinux this is pacman -S sane.
Also changed the title accordingly.
Also corrected the version number of the simple-scan nix package that would still be able to pickup the host scanner setup.
Describe the bug
simple-scan
(as ofv44.0+
) is started, but does not find the connected scanner.Steps To Reproduce
Steps to reproduce the behavior:
sane
package on the non-Nixos host usually thesane-backends
equivalent to a NixOSsimple-scan &
(flake usingnixos-23.11
branch)Expected behavior
Scanner is detected.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
When I override using
v42.5
ofsimple-scan
the scanner is detected.Also, there is another video device reported by
scanimage
:Notify maintainers
@jtojnar
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.this path will be fetched (0.01 MiB download, 0.05 MiB unpacked): /nix/store/wr08yanv2bjrphhi5aai12hf2qz5kvic-stdenv-linux copying path '/nix/store/wr08yanv2bjrphhi5aai12hf2qz5kvic-stdenv-linux' from 'https://cache.nixos.org'...
"x86_64-linux"
Linux 6.6.2-arch1-1, Arch Linux, noversion, rolling
yes
yes
nix-env (Nix) 2.18.1
""
nixpkgs:
/nix/store/7i525k013ds687vgp12lyhwmx79qd4qj-source
Add a :+1: reaction to issues you find important.
EDITED: Added as additional context the assumption that the host OS' sane libraries are installed to provide the
udev
entries, i. e. on Archlinux this ispacman -S sane
. Also changed the title accordingly. Also corrected the version number of thesimple-scan
nix package that would still be able to pickup the host scanner setup.