Ricoh Aficio AP4510 Manual

UNIX Supplement

Introduction
To get maximum versatility from this machine all operators should carefully read and follow the instruc-
tions in this manual. Please keep this manual in a handy place near the machine.
Please read the Safety Information before using this machine. It contains important information related
to USER SAFETY and PREVENTING EQUIPMENT PROBLEMS.
Important
Contents of this manual are subject to change without prior notice. In no event will the company be li-
able for direct, indirect, special, incidental, or consequential damages as a result of handling or oper-
ating the machine.
Notes
For use with the following machines
• RICOH Aficio AP4510
•SavinMLP45
• Gestetner P7145
• nashuatec P7145
• Rex-Rotary P7145
• LANIER 2145
Trademarks
PostScript is a registered trademark of Adobe Systems, Incorporated.
Sun, SunOS and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the
United States and other countries.
HP-UX is a registered trademark of Hewlett-Packard Company.
LINUX is a trademark of Linus Torvalds.
RED HAT is a registered trademark of Red Hat, Inc.
Other product names used herein are for identification purposes only and might be trademarks of their
respective companies. We disclaim any and all rights in those marks.

i
How to Read This Manual
Symbols
In this manual, the following symbols are used:
R
WARNING:
This symbol indicates a potentially hazardous situation which, if instructions
are not followed, could result in death or serious injury.
R
CAUTION:
This symbol indicates a potentially hazardous situation which, if instructions
are not followed, may result in minor or moderate injury or damage to property.
* The statements above are notes for your safety.
Important
If this instruction is not followed, paper might be misfeed, originals might be
damaged, or data might be lost. Be sure to read this.
Preparation
This symbol indicates the prior knowledge or preparations required before op-
erating.
Note
This symbol indicates precautions for operation, or actions to take after misop-
eration.
Limitation
This symbol indicates numerical limits, functions that cannot be used together,
or conditions in which a particular function cannot be used.
Reference
This symbol indicates a reference.
[]
Keys that appear on the machine's panel display.
Keys and buttons that appear on the computer's display.
{}
Keys built into the machine's control panel.
Keys on the computer's keyboard.

ii
TABLE OF CONTENTS
1.UNIX Configuration
Before Setup ............................................................................................... 1
Using the lp/lpr commands............................................................................. 1
Using the rsh/rcp/ftp commands .................................................................... 1
Using the Installation Shell Script ............................................................ 2
Assigning the IP Address ............................................................................... 2
Executing the Installation Shell Script ............................................................ 3
After Executing Installation Shell Script ......................................................... 6
Printing Method ........................................................................................ 11
Printing with lpr, lp........................................................................................ 11
Printing with rsh, rcp, ftp .............................................................................. 11
Printer Status ............................................................................................ 14
Viewing the Print Job Status with lpq and lpstat .......................................... 14
Viewing the Printer Status with rsh and ftp .................................................. 14
Copying Information to a File ....................................................................... 15
Specifying the Device Option.................................................................. 16
Configuring the Device Option ..................................................................... 16
Printer Language.......................................................................................... 18
Text Printing ................................................................................................. 19
Input Tray ..................................................................................................... 19
Paper Size.................................................................................................... 20
Paper Type................................................................................................... 21
Output Tray .................................................................................................. 22
Copies .......................................................................................................... 23
Collating ....................................................................................................... 23
Duplex Printing............................................................................................. 24
Binding ......................................................................................................... 25
Orientation.................................................................................................... 25
Resolution .................................................................................................... 26
Punch ........................................................................................................... 27
Staple ........................................................................................................... 28
Szymbol Set ................................................................................................. 29
INDEX......................................................................................................... 31

1
1. UNIX Configuration
This section explains how to set up a network printer and check the print status
using UNIX.
Limitation
❒To print from a UNIX workstation, use the file that the printer supports.
Before Setup
Setting up can vary depending on the printing commands. Please make sure to
make the settings accordingly.
Using the lp/lpr commands
A
AA
AUse the installation shell script to register the device option, as well as the
printer host name and the IP address.
⇒p.2 “Using the Installation Shell Script”
B
BB
BStart printing.
⇒p.11 “Printing Method”
Using the rsh/rcp/ftp commands
A
AA
AEdit the host file to register the printer host name and the IP address.
B
BB
BStart printing.
⇒p.11 “Printing Method”
Reference
See p.6 “After Executing Installation Shell Script” for host file editing.
Note
❒If you cannot edit the host file, use the install shell script to register the host
name.

UNIX Configuration
2
1
Using the Installation Shell Script
The installation shell script helps with the setup process. The installation shell
script automates some of the tasks in configuring /etc/hosts, /etc/printcap, and
in creating the spool directory for BSD UNIX, and in running the lpadmin com-
mand for System V UNIX.
Preparation
The installation shell script can be used on the following three kinds of work-
stations. This installation shell script cannot be used with other types of work-
stations.
•Solaris 2.5.1, 2.6, 7, 8
•HP-UX 8.x, 9.x, 10.x, 11.0
•Red Hat Linux 6.x, 7
When you use NIS (Network Information Service) or DNS, you should con-
figure the server before running this installation shell script.
For more information about the configuration utility of your OS, see the man-
ual that came with the utility.
Assigning the IP Address
Preparation
Configure the machine to use the TCP/IP protocol.
•Make sure that the TCP/IP protocol on the machine is set to active. (The
default is active.)
•Assign an IP address to the machine and configure the other settings re-
quired for using the TCP/IP protocol.
Reference
For more information about how to make the above settings, see the Printer
Reference.
Checking the IP address configuration
Follow the procedure below to make sure that the IP address has been config-
ured correctly.
•The following procedure uses the sample IP address: 192.168.15.16.
A
AA
AEnter the following:
# ping 192.168.15.16
If the address has been configured correctly, the following message appears.
192.168.15.16 is alive
If the address has been configured incorrectly, the following message appears.
no answer from 192.168.15.16

Using the Installation Shell Script
3
1
Note
❒When you use NIS, the IP address and host name are written to /etc/hosts
on the master server. When you use DNS, the information is written to a
data file on the name server. After writing the host name and IP address to
the file, make sure that the configuration is correct by pinging the host
name.
# ping host_name
❒If the host name is registered with an IP address, the server can access the
printer using its host name instead of its IP address.
Executing the Installation Shell Script
After having configured the printer IP address, follow the procedure below to
execute the installation shell script and set up the workstation printing environ-
ment.
Preparation
Before executing the installation shell script, the IP address, the host name
and the printer name are required.
Following procedures use sample IP address: 192.168.15.16, sample host
name: nphost and sample printer name: np.
Note
❒Use ftp to get the installation shell script from the printer.
A
AA
ALog on to the workstation as root.
Note
❒If you do not log on as root, the installation shell script will not run.
B
BB
BGet the installation shell script from the printer.
A
AA
AMove to the directory you want to copy the installation shell script to.
B
BB
BUse ftp to connect to the printer with the IP address that you just config-
ured.
# ftp 192.168.15.16
Connected to 192.168.15.16
220 printer FTP server ready.
name (192.168.15.16:root:)
C
CC
CWhen a user name is requested, leave blank and press the {
{{
{RETURN}
}}
}key.
331 Password required for root.
Password:
D
DD
DWhen a password is requested, leave blank and press the {
{{
{RETURN}
}}
}key.
230 User root logged in.
ftp>

UNIX Configuration
4
1
E
EE
EType the following to get the installation shell script.
ftp> get install
F
FF
FClose the ftp session.
ftp> bye
221 Goodbye.
#
C
CC
CRun the installation shell script.
# sh ./install
Note
❒Insert a period and slash before the current directory.
D
DD
DEnter a number to select the workstation OS that you are using.
Network printer install shell
Copyright RICOH CO.,LTD. 1994-2000
Select your workstation OS type.
1. SunOS 4.x.x
2. Solaris 2.x, Solaris 7-8 (SunOS5.x)
3. HP-UX 8.x,9.x,10.x,11.x
4. UnixWare
5. Linux
6. OpenServer
7. other
Enter <1-7>:
2
Note
❒SunOS, UnixWare and OpenServer appear on the screen, but they are not
supported. Use Solaris, HP-UX or Linux.
❒If you select “7”, the installation shell script exits.
E
EE
EEnter the IP address of the printer.
Enter Printer host IP address <xxx.xxx.xxx.xxx> [re-
turn=skip]:
192.168.15.16
Note
❒The IP address will be added to the /etc/hosts file.
❒If the host name of the printer has already been configured, press the {
{{
{RE-
TURN}
}}
}key. Nothing will be added to the /etc/hosts file.
F
FF
FEnter the host name of the printer.
Enter Printer host name : nphost
Note
❒The host name will be added to the /etc/hosts file.
❒
If no IP address was entered in step
E
, nothing is added to the /etc/hosts file.

Using the Installation Shell Script
5
1
G
GG
GConfigure the printer name.
Enter logical printer name [default nphost_prn]
If you want to use the default name, press the {
{{
{RETURN}
}}
}key. Enter a new
name, if you want to use a different one.
Note
❒The host name entered in step Ffollowed by “_prn”appears in “default”.
H
HH
HSet the print option.
Enter remote printer name [default lp]:
•Press the {
{{
{RETURN}
}}
}key, print with PCL or PostScript is enabled.
•If you want to set the device option, enter the option parameter.
Enter remote printer name [default lp]:tray=tray1
For more information about the device option, see p.16 “Specifying the De-
vice Option”.
•If you enter “text”, text printing is enabled.
If you enter “text”, printing with PCL and PostScript is unavailable.
Enter remote printer name [default lp]:text
Limitation
❒You can enter up to 14 characters for HP-UX 11.0, 256 for Solaris 8 and Red
Hat Linux 7.0, and 51 for Red Hat Linux 6.2.
❒When printing with the lp command, use ( _ ) instead of ( = ) and ( ; ) in-
stead of ( , ) for operating systems that cannot use ( = ) and ( , ) such as So-
laris 2.5 or later.
After the setup with the installation shell script is complete, and if you enter
the IP address in step E, the following message appears.
hosts file is modified
I
II
IPerform a test print to make sure that the settings are correct.
# lpr -Pnp file_name
# lp -d np file_name
For more information about lpr and lp, see p.11 “Printing Method”.

UNIX Configuration
6
1
Deleting the printer
To print using the lp or lpr command, the option specified when the installation
shell script is executed is used. Change the option in accordance with the work-
station you are using.
❖
❖❖
❖BSD UNIX workstation, Linux
Delete the printer entry from /etc/printcap, and then execute the installation
shell script again. Select options during the setup process.
Or, search the printer entry from /etc/printcap, and change its rp capability
to option setting.
❖
❖❖
❖Solaris, HP-UX
Delete the printer entry, and then execute the installation shell script again.
Select options during the setup process. To delete the printer entry, follow the
procedure below.
AStop the scheduler.
# /usr/sbin/lpshut
BDelete the printer.
# /usr/sbin/lpadmin -x printer_name
CRestart the scheduler.
# /usr/lib/lpsched
After Executing Installation Shell Script
The printing environment is set up automatically when the installation shell
script is executed.
This section describes the set up contents when the installation shell script is ex-
ecuted under Red Hat Linux, Solaris and HP-UX.
Linux
❖
❖❖
❖Adding the IP address and host name to the /etc/hosts file
The following line is added to the /etc/hosts file. The IP address and printer
host name which you previously entered in the installation script will be used.
192.168.15.16 nphost # Network Printer
•192.168.15.16 is the IP address, nphost is the host name, from # to the end
of the line is a comment.
Note
❒The /etc/hosts file contains a list of the IP addresses and host names of all
of the hosts communicating on the network. Each entry is delimited with
a space or a tab, and each line is separated with a return.
❒
If you do not use NIS or DNS, you must manually enter the IP address and host
name of each workstation using the network printer in the /etc/hosts file.

Using the Installation Shell Script
7
1
❖
❖❖
❖Adding an entry to the /etc/printcap file
The following entry is added to the /etc/printcap file, which is the configu-
ration for printing with the lpr command. In order to use the lpr command to
print, you need to edit the /etc/hosts file, add an entry for the network print-
er to the /etc/printcap file and create a spool directory.
##PRINTTOOL3## REMOTE
np|Network Printer:\
:rm=nphost:\
:rp=option:\
:sd=/var/spool/lpd/npd:\
:lf=/var/log/npd-errs:\
:sh:\
:mx#0:
Note
❒The /etc/printcap file is used to register the name and attributes of a print-
er. You must make an entry for the network printer in the /etc/printcap
file of all workstations using the network printer.
❒Each entry is separated with colons into several fields. The syntax is to be-
gin each entry with a colon, followed by the entry, and then end with a co-
lon, a back slash, and then a return.
❒The first line of the field is the name of the printer. You use this name when
logging on to a network printer from a workstation. You can define several
different names by separating each name with the “|”character.
❒The second and following lines contain the printer's attributes. Attributes
of the printer are represented by two character names referred to as capa-
bilities. For more information about capabilities, see the following table.
Capability Explanation Value Required for the Network
Printer.
rm Host name of the printer The host name that was registered
with the /etc/hosts file.
rp Optional specification
“lp”will be assigned, if the option
is not used.
Select options for printing. For
more information about available
options, see p.16 “Specifying the
Device Option”.
sd Path name of the spool directory. Path name of the spool directory
that is to be created.
lf Path name of the log file. Path name of the log file.
For example /var/log/lpd-errs.
mx Maximum file size which the di-
rectory can copy. When set to 0, the
size is unlimited. If nothing is en-
tered, the size is set to 1024 k.
None or something suitable.

UNIX Configuration
8
1
❖
❖❖
❖Making the spool directory
Create a spool directory under /var/spool/lpd. The name of the spool direc-
tory should be the name of the printer followed by a “d”.
Note
❒The spool directory is used to control the data used for a print job. For ex-
ample, when a print job is created, a temporary copy of the file data used
for printing is created in the spool directory. All workstations accessing the
network printer need to have a spool directory for the network printer.
❒A spool directory should be made for every network printer entry listed in
the /etc/printcap file.
❒The spool directory should normally be made under /var/spool/lpd and
the name should match that listed under the sd capability in /etc/print-
cap. Change the owner and group of the directory to root and lp. The fol-
lowing examples show how to make a /var/spool/lpd/npd spool
directory.
# cd /var/spool/lpd
# mkdir npd
# chown root npd
# chgrp lp npd
❖
❖❖
❖Making the log file
Error messages are logged to a file created in the /var/log directory. The log
file name is the printer name followed by “d-errs”.
Note
❒The log file is used for logging some errors or warning messages by the
UNIX workstation.
❒The log file should be made for every network printer entry listed in the
/etc/printcap file.
❒The log file should normally be made under /var/log directory and the
name should match that listed under the lf capability in /etc/printcap.
Change the owner and group of the log file to root and lp. The following
examples show how to make a /var/log/npd-errs file.
# cd /var/log
# touch npd-errs
# chown root npd-errs
# chgrp lp npd-errs

Using the Installation Shell Script
9
1
Solaris
❖
❖❖
❖Adding the IP address and host name to the /etc/hosts file
The following line is added to the /etc/hosts file. The IP address and printer
host name which you previously entered in the installation script will be
used.
192.168.15.16 nphost # Network Printer
•192.168.15.16 is the IP address, nphost is the host name, from # to the end
of the line is a comment.
Note
❒The /etc/hosts file contains a list of the IP addresses and their host names
of all of the hosts communicating on the network. Each entry is delimited
with a space or a tab, and each line is separated with a return.
❒If you do not use NIS or DNS, you must manually enter the IP address and
host name of each workstation using the network printer in the /etc/hosts
file.
❖
❖❖
❖Registering the printer
The installation shell script registers the printer as a remote printer.
AIf your workstation is Solaris 2.5.1, register the print server and print client
to the print service.
# lpsystem -t bsd -R 0 -y ″
″″
″Network Printer″
″″
″nphost
BRegister the printer as a remote printer.
# lpadmin -p np -s nphost!"option" -T dump -I any
•np is the printer name, nphost is the host name. For more information
about “option”, see p.16 “Specifying the Device Option”.
“lp”will be assigned, if the option is not used.
When printing with the lp command, use ( _ ) instead of ( = ) and ( ; )
instead of ( , ) for operating systems that cannot use ( = ) and ( , ) such as
Solaris 2.5 or later.
CIf your workstation is Solaris 2.5.1, set the print job to active so that it can
be accepted by the print queue.
/usr/lib/accept np
DIf your workstation is Solaris 2.5.1, set the print job to active to print.
/usr/lib/enable np

UNIX Configuration
10
1
HP-UX
❖
❖❖
❖Adding the IP address and host name to the /etc/hosts file
The following line is added to the /etc/hosts file. The IP address and printer
host name which you previously entered in the installation script will be
used.
192.168.15.16 np # Network Printer
•192.168.15.16 is the IP address, np is the host name, from # to the end of the
line is a comment.
Note
❒The /etc/hosts file contains a list of the IP addresses and their host names
of all of the hosts communicating on the network. Each entry is delimited
with a space or a tab, and each line is separated with a return.
❒If you do not use NIS or DNS, you must manually enter the IP address and
host name of each workstation using the network printer in the /etc/hosts
file.
❖
❖❖
❖Registering the printer
The installation shell script registers the printer as a remote printer following
the procedure below.
AStop the scheduler.
/usr/lib/lpshut
BRegister the printer.
/usr/lib/lpadmin -Pnp -v/dev/null -mrmodel
-ormnphost -orp"option" -ob3
•np is the printer name, nphost is the host name.
For more information about “option”, see p.16 “Specifying the Device
Option”.
“lp”will be assigned, if the option is not used.
CSet the printer so that the print job is listed in the print queue.
/usr/lib/accept np
DSet the printer to perform the print job.
/usr/lib/enable np
ERestart the scheduler.
/usr/lib/lpsched

Printing Method
11
1
Printing Method
Printing with lpr, lp
Execute one of the following commands according to the type of workstation be-
ing used:
❖
❖❖
❖BSD UNIX workstation, Linux
% lpr -Pprinter_name file_name [file_name...]
For example:
printer name is np, file names are file1 and file2
% lpr -Pnp file1 file2
❖
❖❖
❖Solaris, HP-UX
% lp -d printer_name file_name [file_name...]
For example:
printer name is np, file names are file1 and file2
% lp -d np file1 file2
Note
❒“printer_name”is the name that was entered when executing the installation
shell script.
❒You can use wild cards ( * or ? ) for the file name.
❒The message “print session full”appears when the maximum number of
print requests has been reached (max. 5 sessions/ 10sessions (Job Spool set-
ting availablef)) . You should try to print again when the number of requests
is less than five. You can check the number of print requests using telnet. For
more information about using telnet, see the Printer Reference.
Printing with rsh, rcp, ftp
You can also print using the rsh, rcp and ftp commands.
Note
❒Print using the format that the printer can support.
❒The message “print session full”appears when the maximum number of
print requests has been reached (rch/rcp:max. 5 sessions, ftp:max. 3 sessions)
. You should try to print again when the number of requests is less than five.
You can check the number of print requests using telnet. For more informa-
tion about using telnet, see the Printer Reference.

UNIX Configuration
12
1
rsh
% rsh host_name print < file_name
For example:
host name is nphost, file name is file1
% rsh nphost print < file1
Note
❒“host_name”is the name entered when executing the installation shell script.
❒If you use a HP-UX, use the remsh command instead of rsh.
rcp
❖
❖❖
❖To specify and print the file
% rcp file_name [file_name...] host_name:
For example:
host name is nphost, file names are file1 and file2
% rcp file1 file2 nphost:
❖
❖❖
❖To print all of the files in a directory
% rcp -r directory_name host_name:
For example:
host name is nphost, directory name is directory1
% rcp -r directory1 nphost:
Note
❒“host_name”is the name entered when executing the installation shell script.
❒You can use wild cards ( * or ? ) for the file name.
ftp
Depending on the number of files to be printed, use the put or mput commands.
Limitation
❒File names cannot contain “=”or “,”.
❖
❖❖
❖To print one file
ftp> put file_name
❖
❖❖
❖To print several files
ftp> mput file_name [file_name...]
Note
❒You can use wild cards ( * or ? ) for the file name with the mput command.
The following procedure shows an example of how to print a file using ftp.
It is not possible to set options with the mput command.

Printing Method
13
1
A
AA
AStart ftp using the IP address or host name of the printer.
% ftp IP_address
B
BB
BEnter the user name. Skip the password, and then press the {
{{
{RETURN}
}}
}key.
Name:
Password:
C
CC
CSet the file transfer mode to binary.
ftp> bin
Note
❒If the file transfer mode is not set to binary, the image might not be printed
correctly.
D
DD
DPrint the file.
Note
❒For example, to print one file named file1:
ftp> put file1
❒For example, to print two files named file1 and file2:
ftp> mput file1 file2
E
EE
EExit ftp.
ftp> bye

UNIX Configuration
14
1
Printer Status
You can use the following commands to have information and the printer status
displayed or copied to a file.
Use the lpq or lpstat command to display the status of the printer or information
about print jobs.
Use the rsh, rcp or ftp commands to get more detailed information from the
printer.
Viewing the Print Job Status with lpq and lpstat
❖
❖❖
❖BSD UNIX workstation, Linux
% lpq -Pprinter_name
For example: Printer name is np
% lpq -Pnp
❖
❖❖
❖System V UNIX, Solaris, HP-UX
% lpstat -o printer_name
For example: Printer name is np
% lpstat -o np
Note
❒In case of HP-UX, do not put a space between “-o”and “printer name”.
Viewing the Printer Status with rsh and ftp
Use the rsh or ftp command to display the status of the printer or information
about print jobs using specified parameters.
You can use these commands for BSD and System V UNIX.
Note
❒If your workstation is HP-UX, use the remsh command instead of the rsh.
% rsh host_name parameter
% ftp host_name
User user_name
password:
ftp> get parameter -

Printer Status
15
1
Note
❒Leave the user name and password blank, and then press the {
{{
{RETURN}
}}
}key.
❒“-”indicates the standard output. It will be displayed on screen if the stand-
ard output has not been specified.
Parameters that can be used with rsh, rcp and ftp:
Copying Information to a File
Use the rcp or ftp command to copy information about the specified parameters
to a file.
You can use these commands for BSD and System V UNIX.
Note
❒The same parameters are used as those above.
% rcp host_name:parameter file_name
% ftp host_name
User: user_name
password:
ftp> get parameter file_name
Note
❒Leave the user name and password blank, and then press the {
{{
{RETURN}
}}
}key.
Parameter Information returned
stat Status of the printer.
Information about print jobs.
info Information about the paper tray, output tray and printer language.
prnlog Record of the last 16 jobs printed.
syslog Record of messages about the Network Interface Board.

UNIX Configuration
16
1
Specifying the Device Option
With the following options, you can print with specific printer functions.
Configuring the Device Option
The configuration of the print option can vary depending on the printing com-
mands.
•rsh
% rsh host_name print option1=value1,… < file_name
•rcp
% rcp file_name host_name:option1=value1,…
•ftp
ftp> put file_name option1=value1,…
Host_name is the printer host name. File_name is the file name you want to print.
The device option is specified with the form of “option=value”. For more infor-
mation about the types of device options and values, see the following explana-
tions.
For example, the following settings are for printing with rsh, rcp, and ftp: switch
to PostScript, feed paper from paper feed tray 1, set the printing amount to 3 sets,
and print with the resolution set to 600 dpi (host_name : nphost, file_name :
file1).
•rsh
% rsh nphost print filetype=postscript,tray=tray1,cop-
ies=3,resolution=600 < file1
•rcp
% rcp file1 nphost:filetype=postscript,tray=tray1,cop-
ies=3,resolution=600
•ftp
ftp> put file1 filetype=postscript,tray=tray1,cop-
ies=3,resolution=600
Limitation
❒The optional character strings that the printer can recognize are maximum
512 bytes.
❒The number of available characters used as options are limited, depending on
their operating systems.
Other manuals for Aficio AP4510
7
Table of contents
Other Ricoh Printer manuals

Ricoh
Ricoh PD-D1 Quick start guide

Ricoh
Ricoh PE-MF4 Series Installation guide

Ricoh
Ricoh IM CW2200 User manual

Ricoh
Ricoh SP 330DN User manual

Ricoh
Ricoh Ri 100 Original instructions

Ricoh
Ricoh D124 Manual

Ricoh
Ricoh OP-P1 Manual

Ricoh
Ricoh Aficio GX7000 User manual

Ricoh
Ricoh Pro L5130 User manual

Ricoh
Ricoh InfoPrint 1612 User manual

Ricoh
Ricoh M40 Manual

Ricoh
Ricoh SP C250DN User manual

Ricoh
Ricoh Aficio SP 8300DN User manual

Ricoh
Ricoh Pro C9200 User manual

Ricoh
Ricoh Pro C7100s User manual

Ricoh
Ricoh Ri 100 User manual

Ricoh
Ricoh SR4080 Quick start guide

Ricoh
Ricoh P 200 User manual

Ricoh
Ricoh M095 User manual

Ricoh
Ricoh Aficio 1035 Series User manual