Skip to content

Instantly share code, notes, and snippets.

@thomasuebel
Created May 4, 2018 21:36
Show Gist options
  • Save thomasuebel/2cebcf535887e1778bb86b884557e858 to your computer and use it in GitHub Desktop.
Save thomasuebel/2cebcf535887e1778bb86b884557e858 to your computer and use it in GitHub Desktop.
Getting Samsung SCX-3405 scanner and printer working with Ubuntu 18.04

via

Network Scanner

Put host & port into /etc/sane.d/xerox_mfp.conf :

Format

tcp host_address [port]

Example:

tcp 192.165.2.19 9400

Network Printer

Samsung ULD is not working with Ubuntu 18.04. The driverless printing feature did work however.

Open http://localhost:631/ Choose "Administration" Click "Add Printer" (Log in in the log-in pop-up with your credentials)

Look for your printer under the "Discovered Network Printers:" for an entry which contains the word "driverless". Select the entry and click "Continue".

Decide whether to share your printer and check the "Connection". It should start with "ipp://" or "ipps://", if not, go back a step and check whether you have selected the correct entry. Click "Continue".

On the next page choose the correct model, preferring the entry containing "driverless". Usually this already happens automatically. Then click "Add Printer".

Now set the option defaults, especially the correct page size/media size and click "Set Default Options".

Select "Print Test Page" under "Maintenance".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment