From owner-freebsd-doc@FreeBSD.ORG Sun Aug 14 16:57:51 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE9B16A41F for ; Sun, 14 Aug 2005 16:57:51 +0000 (GMT) (envelope-from rmgls@wanadoo.fr) Received: from smtp5.wanadoo.fr (smtp5.wanadoo.fr [193.252.22.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFC8D43D45 for ; Sun, 14 Aug 2005 16:57:50 +0000 (GMT) (envelope-from rmgls@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0512.wanadoo.fr (SMTP Server) with ESMTP id 53B381C0020E for ; Sun, 14 Aug 2005 18:57:49 +0200 (CEST) Received: from wanadoo.fr (ARouen-251-1-21-29.w83-115.abo.wanadoo.fr [83.115.106.29]) by mwinf0512.wanadoo.fr (SMTP Server) with ESMTP id 388D71C00202 for ; Sun, 14 Aug 2005 18:57:49 +0200 (CEST) X-ME-UUID: 20050814165749231.388D71C00202@mwinf0512.wanadoo.fr Received: from rmgls by port.private.music with local (Exim 4.20) id 1E4LnE-0000EG-8w for freebsd-doc@freebsd.org; Sun, 14 Aug 2005 18:57:04 +0200 Date: Sun, 14 Aug 2005 18:57:04 +0200 From: raoul megelas To: freebsd-doc@freebsd.org Message-ID: <20050814165704.GA854@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: ALC-3000 Epson works on FreeBSD X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Aug 2005 16:57:51 -0000 Hello all, Hope this is the good list. 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. Thanks. 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