From owner-freebsd-questions@FreeBSD.ORG Wed May 18 12:07:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E26A216A4CE for ; Wed, 18 May 2005 12:07:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD7143D8A for ; Wed, 18 May 2005 12:07:03 +0000 (GMT) (envelope-from iampure@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so147086wra for ; Wed, 18 May 2005 05:06:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Kfx+Gn0dXhmVDheG5jDF0JlxhmunaF8empCAo5LB/hdEYejPwQ11AdH4zN8HBE5AGgGn8tlS0XexEXM0C2AJBW4lBfjcrhAh9Ogx5pOIltm3fmb5QmM6mRnhz5UlXXiILXQUNCENRExpBIt2YHlp950dcVaDqf9beSqY7aVfAAk= Received: by 10.54.41.73 with SMTP id o73mr366710wro; Wed, 18 May 2005 05:06:57 -0700 (PDT) Received: by 10.54.86.6 with HTTP; Wed, 18 May 2005 05:06:57 -0700 (PDT) Message-ID: <87d4647e05051805063d204c8d@mail.gmail.com> Date: Wed, 18 May 2005 14:06:57 +0200 From: Ron de Bruijn To: Mike Jeays In-Reply-To: <1116380174.86936.77.camel@chaucer> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1116207303.86936.60.camel@chaucer> <1116369749.86936.72.camel@chaucer> <1116380174.86936.77.camel@chaucer> cc: dgmm cc: freebsd-questions@freebsd.org Subject: Re: Epson Stylus C86 Printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ron de Bruijn List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 May 2005 12:07:04 -0000 I thought I sent a mail to the mailinglist, but I have exactly the same problem(only different model). It's a kernel bug in the usb driver. It's been there since at least september 2004. On 5/18/05, Mike Jeays wrote: > On Tue, 2005-05-17 at 18:42, Mike Jeays wrote: > > On Tue, 2005-05-17 at 15:44, dgmm wrote: > > > On Monday 16 May 2005 02:35, Mike Jeays wrote: > > > > I have just bought one of these printers, and am having trouble > getting > > > > it to work with ghostscript. It is connected via a USB port, and it > > > > responds momentarily when I send anything directly to /dev/ulpt0. = =20 > > > > > > > > I would appreciate the correct parameters for ghostscript - I think > it > > > > should work with device ijs and 'server' ijsgimpprint, which has be= en > > > > installed in /usr/local/bin. > > > > > > > > Some of the instructions recommend CUPS and FooMatic, and seem much > more > > > > complicated than I ought to need for a local installation. > > > > > > > > I tested the printer with Windows, and it does work. > > >=20 > > > Try /dev/unlpt0 > > >=20 > > > Note the "n" ;-) > > >=20 > >=20 > > That was a really useful hint, thanks! escputil now works, but my > > ghostscript filter still needs work. > >=20 > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >=20 > I apologise for following up my own post, but here is the excerpt from > my non-working filter. I think the DeviceModel parameter needs to be > corrected, but I have googled for some time, and can't find the answer. > More ideas will be very welcome! >=20 > cat $TMP | /usr/local/bin/gs \ > -sDEVICE=3Dijs \ > -sIjsServer=3D/usr/local/bin/ijsgimpprint \ > -sDeviceManufacturer=3DEPSON \ > -sDeviceModel=3Descp2-870 \ # I also tried escp2-ex and escp2-670 > -q -dNOPAUSE -r600=20 > =20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >