Last active
January 18, 2022 23:15
-
-
Save trebled-tech/0f0fb51f0b5a7c3ffbf3e0b422fe8a1b to your computer and use it in GitHub Desktop.
Enabling Dell 1135n MFC via SANE for USB and network scanning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This POC worked great in Elementary 6.1, which is based on Ubuntu 20.04, but SANE should be relatively agnostic as to distro | |
# my gist expands on https://ubuntu.forumming.com/question/8436/how-do-i-get-ubuntu-18-to-ldquo-see-rdquo-my-dell-1135n-mfp-39-s-scanner | |
# The Dell 1135n MFC is a re-badged Samsung SCX-4623FW, though has unique USB idVendor and idProduct identifiers | |
# determine your printer's IP address if you wish to use network scanning; for this example, I will use 192.168.1.111 | |
# edit /etc/sane.d/xerox_mfp.conf | |
# add the following lines | |
#Dell 1135n MFP | |
usb 0x413c 0x5318 | |
tcp 192.168.1.1 9400 | |
# launch your scanning software - I used simple-scan, and it worked great for both flatbed and feeder scanning via IP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment