$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Ubuntu 14.04 Trusty LTS How to Install Epson AL-C9100 Laser Printer Drivers Easy Guide

August 21, 2014 | By the+gnu+linux+evangelist.

Installing Epson AL-C9100 Printer Drivers on Ubuntu 14.04 LTS

Hi! The Tutorial shows you Step-by-Step How to Installing the Epson AL-C9100 Printer Laser Drivers on Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux.

All the Epson Laser Printers understand PCL 5e, PCL 6, and/or PostScript and so they should work with standard drivers, but this PPD Driver provided by Epson uses the printer’s own language Esc/Page and gives some additional options to the supported printers.

How to Install Epson AL-C9100 Printer Laser Drivers on Ubuntu 14.04 Trusty LTS - Featured
  1. If the Printer is Not Recognized then Install Manually

    Here Ubuntu How to Install a Printer
    How to Install Printer Drivers for GNU/Linux.
  2. Open Terminal Window
    (Press “Enter” to Execute Commands).

    Ctrl+Alt+t

    Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Download Epson Laser Printer PPD for your Model

    Here PPD .bin from openprinting.org
    Link to Download Epson Laser Printer PPD for Linux.
  4. Relocate Epson PPD .bin Driver.

    Copy
    sudo su -c "mv $HOME/Downloads/Epson*eplaser.bin /usr/share/cups/model"
  5. Load New Printer Configuration.

    Copy
    sudo su -c "/etc/init.d/cups restart"