Skip to content

Instantly share code, notes, and snippets.

@massiws
Created June 6, 2021 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save massiws/4d1da631a2c3c8046520b21ec09fa0c3 to your computer and use it in GitHub Desktop.
Save massiws/4d1da631a2c3c8046520b21ec09fa0c3 to your computer and use it in GitHub Desktop.
Install Samsung M2070 FW printer/scanner in Mint/Ubuntu
# Download last official driver
# (see here https://support.hp.com/de-de/drivers/selfservice/samsung-xpress-sl-m2070-laser-multifunction-printer-series/16450377)
wget https://ftp.hp.com/pub/softlib/software13/printers/SS/SL-M4580FX/uld_V1.00.39_01.17.tar.gz
# Unpack archive:
tar -xf uld_V1.00.39_01.17.tar.gz
# Move into driver folder:
cd uld
# Install driver:
sudo bash install.sh
# Be sure new libs are correctly linked:
sudo ln -sf /usr/lib/sane/libsane-smfp.so* /usr/lib/x86_64-linux-gnu/sane/
# Install lib dependency:
sudo apt install libusb-0.1-4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment