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-T3100 | Epson-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.
- You can connect to CUPS server (Port: 631) on browser
- Select [Add Printer]
- 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)"
|
- Enter a setting name of a printer on "Name" and select [Continue]
(Other items are not mandatory)
- 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)"
|
- 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
|
- 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 |
- Click [System] on menu, then select “Administration” – “Printing”.
- Select a printer
- Click “Printer Option” tab
- Enter settings of the printer
- Click “Apply”
|
Configure by web browser |
- Start a web browser
- Enter "http://localhost:631/" in URL
and display the setting screen of CUPS
- Click “ Manage Printers “
- Click “Set Printer Options” of the applicable printer
and display the setting screen of the printer options.
- 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/
|