Printing – How to Get Samsung SCX3200 Printer/Scanner Working

printingscanner

I bought samsung scx3200 multifunction printer i think that printing is easy as Ubuntu define the printer by default but what about scanning i have found a default installed program called simple scan but it didn't recognize the scanner

simple scan

and i have installed the driver from here but the same

samsung driver

then what to do ???

Best Answer

For 11.10

Download the official Samsung Unified Driver from this page

Installed the Samsung drivers following the steps in the Samsung manual, here (see the chapter "Getting started", section "Supplied software");

Add in /etc/sane.d/xerox_mfp.conf these two lines:

# Samsung SCX-3200
usb 0x04e8 0x3441

and in /lib/udev/rules.d/40-libsane.rules these two lines:

# Samsung SCX-3200
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="3441", ENV{libsane_matched}="yes"

source