On Thu, Feb 21, 2013 at 9:17 PM, Mike Cloaked <mike.cloaked@xxxxxxxxx>wrote: > I am stuck on the configuration of the scanner functionality for a Samsung > SCX-4500W multifunction printer/scanner. > > I can get the printing function of this printer to work by the following > steps: > > 1) Add a line to /etc/udev/rules.d/70-usbprinter.rules containing: > ATTR{idVendor}=="04e8", ATTR{idProduct}=="342b", MODE:="0660", GROUP:="lp" > > I have a SCX-4200 MFP, quite similar to yours, and this is my udev rule: ATTR{idVendor}=="04e8", ATTR{idProduct}=="341b", MODE:="0660", GROUP:="lp", ENV{libsane_matched}:="yes" The product is different, obviously, but note the added environment variable. I cannot remember why I put it there, but hey! there it is, and it works. $ scanimage -L device `xerox_mfp:libusb:002:002' is a SAMSUNG ORION multi-function peripheral HTH -- Rodrigo