Skip to content

Instantly share code, notes, and snippets.

@chris-jamieson
Last active February 17, 2021 18:16
Show Gist options
  • Save chris-jamieson/5605657 to your computer and use it in GitHub Desktop.
Save chris-jamieson/5605657 to your computer and use it in GitHub Desktop.
Install Epson AL-M1200 printer on Ubuntu

Ubuntu seems to have trouble talking to the Epson AL-M1200 printer. These instructions will get it working. Based on a set of instructions found here.

  1. Download epsoneplijs-0.4.1.tgz -file from here
  2. cd Downloads (or whatever directory you downloaded the file to)
  3. tar zxvf epsoneplijs-0.4.1.tgz
  4. cd epsoneplijs-0.4.1
  5. ./configure --prefix=/usr
  6. sudo make install
  7. Download PPD file from here or here
  8. Connect your printer to your computer and turn it on. (You can do it in the beginning, but at least now you need it connected and powered on.)
  9. Go to System Settings → Printing → click “Add” and choose from the list Epson AL-M1200.
  10. Click "Forward". Ubuntu searches for drivers for some time and then gives “New printer”-window with the title “Choose driver”.
  11. Tick the box "Provide PPD file” and navigate to the directory where you downloaded it and choose it.
  12. Click "Open" and "Forward". Ubuntu asks if you want a test page.
@smachj
Copy link

smachj commented Feb 29, 2020 via email

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