SULDR Forums Supported Printers Printing Questions Scanning Questions General Questions Samsung Installer

Scanning with CLX-2160

Started by crupf, August 27, 2024, 02:50:43

Previous topic - Next topic

crupf

With above MFP I got the error that no paper is found in document feeder (error message was German, I don't know the exact wording in English). I got it working by changing the definition for the printer CLX-2160 in "/etc/sane.d/smfp.conf". I guess that this change is helping in order to tell the driver that the scanner has no ADF and it is not required to wait for paper there...

 <model vendor="samsung" id="clx216x" modelstring="CLX-216x Series" type="usb">
                <hwoption name="twainspec" type="enum">2</hwoption>
                <hwoption name="sleep_after_scan_ms" type="int">0</hwoption>
                <hwoption name="adf" type="enum">no</hwoption>
                <hwoption name="flatbed" type="enum">yes</hwoption>
                <hwoption name="resolution" type="list" default="150">75 150 200</hwoption>
                <hwoption name="colorcompose" type="list" default="gray256">gray256 bw_halftone bw_lineart</hwoption>
                <hwoption name="pageformat" type="list" default="a4">
                        a4 letter legal statement folio
                        a5 a5_extra b5 b5_extra b5_jis
                        executive quatro letter_plus a4_plus
                        envelope_9 envelope_10 envelope_11 envelope_12
                        envelope_14 envelope_b5 envelope_b6 envelope_c5
                        envelope_c6 envelope_c6c5 envelope_dl
                        envelope_110x230 envelope_monarch
                        custom
                </hwoption>
        </model>


 

bchemnet

Thank you for sharing this fix.

Repository Information Legal Contact Alternative Drivers