has anyone been able to use the scanner function of the CLX-3185 multifunction printer with nixos (or with any other Samsung CLX series scanner/printer )?
I’ve been following Scanners - NixOS Wiki and tried several options, but still no scanner available.
But even with the usblp module loaded, I still can’t use my scanner. I’ve a working configuration on Fedora with that scanner, still not figured out what’s different between my nixos config and fedora. But I don’t give up
I added the following line tcp 192.168.1.240
at the end of the file /nix/store/**hash**-sane-config/etc/sane.d/xerox_mfp.conf
192.168.1.240 is of course the ip of my multifunction printer
the result of scanimage -L is now device xerox_mfp:tcp 192.168.1.240 is a Samsung Samsung CLX-3180 Series multi-function peripheral
I’m now able to use my scanner, but this isn’t a long term solution.
Any ideas how to convert this hack into a nixos configuration ?
but I have a warning when I build my configuration
warning: conflict for /nix/store/agk41d73x62brm88lcc0p699rvnxac9i-sane-config/etc/sane.d/xerox_mfp.conf. Overriding /nix/store/s6s1cpsqpspg43dv1wrangkabwm1hb6r-sane-backends-1.1.1/etc/sane.d/xerox_mfp.conf with /nix/store/fya6v9ryca6jivdzy8s0086pbhsbjd0g-my-xerox_mfp.conf/etc/sane.d/xerox_mfp.conf.
Question : is there a way to merge these two versions of xerox_mfp.conf files ?