Bug 84932

Summary: new document: printing with an Epson ALC-3000N on FreeBSD
Product: Documentation Reporter: rmgls <rmgls>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed Not Accepted    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description rmgls 2005-08-14 22:30:22 UTC
	Printing with an Epson ALC-3000N on FreeBSD

	Hello,

It would 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@wanadoo.fr
Comment 1 alain77260 2005-08-15 07:00:35 UTC
Bonjour,

Pourquoi tous ces message .


Merci.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:30 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2018-01-01 16:50:48 UTC
While this PR should have been actioned some time ago, in the intervening time it has become obsolete. Thanks for the submission, but closing the PR.