docs/84932: PR printing with an Epson ALC-3000N on FreeBSD

raoul megelas rmgls at wanadoo.fr
Sun Aug 14 21:30:27 UTC 2005


	Note: There was a bad value `<non-critical>' for the field `>Severity:'.
	It was set to the default value of `serious'.

	Note: There was a bad value `<' for the field `>Priority:'.
	It was set to the default value of `medium'.

	Note: There was a bad value `<update>' for the field `>Class:'.
	It was set to the default value of `sw-bug'.


>Number:         84932
>Category:       docs
>Synopsis:       PR   printing with an Epson ALC-3000N on FreeBSD
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 14 21:30:22 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     raoul megelas
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Aug 14 00:20:11 UTC 2005 root at bip:/usr/obj/usr/src/sys/GENERIC i386



>Description:
	Printing with an Epson ALC-3000N on FreeBSD

	Hello,

It woukd be useful to add the following doc about a new Epson printer:
ALC-3000, and ALC-3000N
Please, feel free to correct, add, format ...
	Please cc if needed, i am not on the list.


This new printer is not yet supported directly by epsfilter
nor cups.
Cups may drive it with the Epson driver (see below),
but not tested at this time.

To make it working, you need to download the epson driver from :
http://lx1.avasys.jp/lpf/alc3000/Epson-ALC3000-filter-1.0.tar.gz

You need to install a linux_base from the ports collection,
emulators section:
I have tested linux_base-rh-9 for now.
	untar the filter.
	cd to the directory.
and
make install.

If you have a ALC-3000N you must configure the setup of the machine:
read the admin guide for this. you can reach the printer
by telnet:
	telnet 192.168.192.168 
or:
	telnet 192.168.169.254
default possible addresses,
or by dhcp.

Edit the /usr/local/etc/epkowa/alc300/option.conf appropriately.

change the first line of /usr/local/bin/alc3000_lprwrapper.sh with:
	#!/usr/local/bin/bash (not #!/bin/sh).
and possibly comment the line:
	#cmd="$tee0 $sizeadjust $filtercmd"
and copy it like this:
cmd="$tee0 $filtercmd"

Install the printer in the /etc/printcap file.
Example:
===============cut==========================
alc:|MyPrinter\
                :ml#0:\
                :mx#0:\
		:lf=/var/log/alc-err:\
                :sd=/var/spool/lpd/alc:\
                :if=/usr/local/bin/alc3000_lprwrapper.sh:\
                :sh:\
                :lp=:\
		:rm=acl:rp=c3000n:
==================cut=======================

If all goes well you can print now with:

a2ps -o Myfile.ps Filename
lpr -Palc Myfile.ps

	Raoul
	rmgls at wanadoo.fr





>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 



More information about the freebsd-doc mailing list