Epson Inkjet Printer Driver for Linux Manual
Copyright (C) Seiko Epson Corporation 2009-2019.
This software is developed and distributed by Seiko Epson Corporation.
A table of contents
1. End User License Agreement (Terms of Use)
2. Overview
3. Support
4. Supported Printers
5. Notes/Limitations
6. Usage Information
6.1. Installing the software
6.2. Composition of PPD Files
6.3. Registration of Printer to CUPS
6.4. Deletion of Software
6.5. Deletion of Printer from CUPS
6.6. Printing method
6.7. Printing Setting
6.8. List of conflicting printing options
7. Trademark Notice
1. End User License Agreement (Terms of Use)
This package includes objects codes which are distributed under the conditions of SEIKO EPSON CORPORATION SOFTWARE LICENSE AGREEMENT(COPYING.EPSON). Please refer to each license files for the details.

Seiko Epson Corporation reserves the copyright of the binary files which are included in the sources. These binary files are distributed under SEIKO EPSON CORPORATION SOFTWARE LICENSE AGREEMENT.

This software is distributed free of charge and without warranty. Seiko Epson Corporation will be held liable for any loss or damages that may be incurred as a result of the use of this software.

2. Overview
Epson Inkjet Printer Driver is a printer driver software to print with high quality from Linux by using a Epson made inkjet printer.

This document explains setting method of Epson Inkjet Printer Driver and usage procedure.

3. Support
  • For information regarding printer hardware, repairs and replacement parts, please contact your local Epson dealer.
  • If you have received this software through a Linux distribution, please consult the distributor, they may offer direct support.
4. Supported Printers
EPSON SC-T3100 Series
5. Notes/Limitations
  • If a printer is connected before this software has been installed, printer drivers other than this software might be registered on CUPS in some cases.
    If printer drivers other than this software are used, the registrations of these printers need be deleted once. Then, a printer will be connected again after this software is installed.
  • If a printer is registered correctly in CUPS, strings such as  "Seiko Epson Corporation" and "epson-inkjet-printer" are displayed in Make and Model as below.
  • Queue Name Description Location Make and Model Status
    SC-T3100_Series EPSON SC-T3100 Series user-desktop Epson SC-T3100 Series - epson-inkjet-printer 1.0.0-1 (Seiko Epson Corporation) Idle

  • If you print a large size image, a filter error may occur due to lack of memory which is used by Raster Image Processor ("RIP") of CUPS. Then, the following procedure makes a size of RIPCache bigger.
    1. You can select "Edit Configuration File" on Administration page of CUPS.
    2. You describe a memory size, which is assigned to RIP, by using the following format. You can describe it anywhere on.
      Example)
      RIPCache 1g
      RIPCache 500m

      The size can be suffixed with a "m" for megabytes, or "g" for gigabytes.

    3. You select "Save Changes".
6. Usage Information
6.1. Installing the software
You can install the package of this driver software by using package manager, etc. Or you can also install this software package by opening a terminal and using command lines input.
Note:The following commands needs to be performed as a root privilege.
Installation of RPM package
# rpm -i epson-inkjet-printer-<Printer name>-<Version>.<Architecture>.rpm
Installation of DEB package
# dpkg -i epson-inkjet-printer-<Printer name>-<Version>_<Architecture>.deb
6.2. Composition of PPD Files
This driver includes the five kinds of PPD files.
1. SC-T3100Epson-SC-T3100_Series-epson-driver.ppd.gz
6.3. Registration of Printer to CUPS
After installing this software (printer driver), you can connect the PC to a printer and turn on the printer. After a while, the PPD file for Matte Black is registered on CUPS.

Then, the PPD file for Photo Black, which is not automatically registered, is registered manually as below.

  1. You can connect to CUPS server (Port: 631) on browser
    Example: When CUPS is on localhost, access the following URL.
    http://localhost:631/
  2. Select [Add Printer]
  3. You can select a printer, which is to be used, in the displayed list of "Local Printers".
    Example: If you use a printer which is SC-T3100 Series, it is displayed as below.
    EPSON SC-T3100 Series(EPSON SC-T3100 Series)"
  4. Enter a setting name of a printer on "Name" and select [Continue] (Other items are not mandatory)
  5. You can select a printer, which is to be used, in the displayed "Model ". Then, you select [Add Printer].
    Example: If you use a printer which is Epson SC-T3100 Series, "Model” is displayed as below.
    "Epson SC-T3100 Series - epson-inkjet-printer 1.0.0-1 (Seiko Epson Corporation)"

  6. Instead of the above, you can specify a PPD file directly on [Browse]
    Example: If you use a printer which name is SC-T3100 Series, you can specify the follwing file.
    /opt/epson/<Package name>-<Version>/ppds/Epson/Epson-SC-T3100_Series-epson-driver.ppd.gz
  7. When the two kinds of PPD is registered, they are displyed as below.  

    Queue Name Description Location Make and Model Status
    SC-T3100_Series EPSON SC-T3100 Series user-desktop Epson SC-T3100 Series - epson-inkjet-printer 1.0.0-1 (Seiko Epson Corporation) Idle
6.4. Deletion of Software
You can uninstall the package of this driver software by using package manager, etc. Or you can also uninstall this software package by opening a terminal and using command lines input.
Note:The following commands needs to be performed as a root privilege.
Uninstallation of RPM package
# rpm -e epson-inkjet-printer-<Printer name>
Uninstallation of DEB package
# dpkg -P epson-inkjet-printer-<Printer name>
6.5. Deletion of Printer from CUPS
CGI (http://localhost:631/) for configuration is prepared on CUPS, so a printer can be configured on the browser. Enter the above URL on the browser and display the screen of the printer configuration. Select “Delete Printers” on the printer configuration screen of CUPS, so it will be deleted.
6.6. Printing method
There are mainly 2 methods for printing.
Print by command line input
This method is to use lpr (or lp) commands of command line input and specify a file directly for printing. Regarding the details of the commands, please refer to lpr (1), lp(1) of the manual page.
Example: If you want to print the file which name is test.ps on A4 size paper
$ lpr -P <printer name> -o PageSize=A4 test.ps
For the options to be used, please refer to the manual (SC-T3100-Manual.txt) of the package.
Regarding formats of input files, CUPS supported formats such as PostScript, Text, PDF, and a variety of images, etc are available. Regarding the scope of the support, please confirm the documents of CUPS. The documents of CUPS are available on the below URL.
http://www.cups.org/documentation.php
Print by an application
This method is to use printing functions, which are prepared in various applications, for printing. Some applications have own various settings. Please refer to a manual of each application for the details.
Attention: The upper left of the paper is the origin for printing and a margin is taken for the right and left, the top and bottom of the paper size. In some cases of some applications, an edge of a paper is cut when a paper is printed.
6.7. Printing Setting
The attached tools of CUPS are used for setting. There are mainly 4 methods as the setting methods by CUPS. The methods are explained as below.
Configure by an attached GUI tool of a Linux distribution
  1. Click [System] on menu, then select “Administration” – “Printing”.
  2. Select a printer
  3. Click “Printer Option” tab
  4. Enter settings of the printer
  5. Click “Apply”
Configure by web browser
  1. Start a web browser
  2. Enter "http://localhost:631/" in URL and display the setting screen of CUPS
  3. Click “ Manage Printers “
  4. Click “Set Printer Options” of the applicable printer and display the setting screen of the printer options.
  5. Select settings and click “Set Printer Options”
Configure by command line input
This method uses the printing setting tool of CUPS which is lpoptions. Please refer to the manual page of lpoptions (1) for the details of the tool.
Option values differ from model to model. Therefore, please refer to a manual (SC-T3100-Manual.txt) of the installed package. A manual is installed in the following path.
/opt/epson/<Package name>-<Version>/doc/
An example of a setting is the below.
Example: If you want to change setting to Paper type= plain paper, Paper size = A4
$ lpoptions -p Printer name -o MediaType=PLAIN -o PageSize=A4
Set commands options before printing
In CUPS, settings can be changed by an option (-o) which functions same as lpoptions with lpr or lp commands. Please refer to the manual page of lpr (1) or lp (1) for the details.
6.8. List of conflicting printing options
Conflicting printing options can not be selected. In such a case, an error is shown on CUPS. Therefore, please change to other options. Conflicting printing options differ from model to model. Please refer to the manual (SC-T3100-Manual.txt) of the installed package. A manual is installed in the following path.
/opt/epson/<Package name>-<Version>/doc/
7. Trademark Notice
Any company names or products mentioned herein, are the property of their respective holders and are not explicitly marked with (TM), (R), or (C).