Click to See Complete Forum and Search --> : ricoh aficio 2035e and linux


hottdogg
05-24-2007, 09:46 PM
My office HQ use ricoh aficio 2035e for the printer(it's a multifunction copier).
How to make this printer work for my linux?
I use slackware 11 kernel 2.6.18.
I use cups 1.1.23.
Based from openprinting.org , it seems to be supported using pxlmono driver which -if i'm not wrong- is included in ghostscript.

here's the gs -h output in my slackware.(shortened for readability)

$gs -h
ESP Ghostscript 8.15.3 (2006-08-25)
Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
-dNOPAUSE no pause after page | -q `quiet', fewer messages
-g<width>x<height> page size in pixels | -r<res> pixels/inch resolution
-sDEVICE=<devname> select device | -dBATCH exit after last file
-sOutputFile=<file> select output file: - for stdout, |command for pipe,
embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: bbox
Available devices:

........
pnggray pnggray pngmono pngmono pnm pnmraw ppm ppmraw pr1000 pr1000_4
pr150 pr201 psdcmyk psdrgb psgray psmono psrgb pswrite pxlcolor pxlmono
r4081 rpdl samsunggdi sgirgb sj48 spotcmyk st800 stcolor sunhmono t4693d2
t4693d4 t4693d8 tek4696 tiff12nc tiff24nc tiffcrle tiffg3 tiffg32d tiffg4
tifflzw tiffpack uniprint x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8
x11gray2 x11gray4 x11mono x11rg16x x11rg32x xcf xes
Search path:
. : /home/hottdogg/.fonts : /usr/share/ghostscript/8.15/lib :
/usr/share/ghostscript/8.15/Resource : /usr/share/ghostscript/fonts :
/usr/share/fonts/default/ghostscript : /usr/share/fonts/default/Type1 :
/usr/share/fonts/default/TrueType : /usr/lib/DPS/outline/base :
/usr/openwin/lib/X11/fonts/Type1 : /usr/openwin/lib/X11/fonts/TrueType
For more information, see /usr/share/ghostscript/8.15/doc/Use.htm.
Report bugs to bug-gs@ghostscript.com, using the form in Bug-form.htm.


Tnx