From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 7 13:41:53 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9363337B401 for ; Thu, 7 Aug 2003 13:41:53 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8153F43FBD for ; Thu, 7 Aug 2003 13:41:52 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h77KfcM7096216; Thu, 7 Aug 2003 13:41:42 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200308072041.h77KfcM7096216@gw.catspoiler.org> Date: Thu, 7 Aug 2003 13:41:38 -0700 (PDT) From: Don Lewis To: frank@exit.com In-Reply-To: <200308071959.h77JxEXd094197@realtime.exit.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: hackers@FreeBSD.org Subject: Re: USB versus SMP and Epson printers. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 20:41:53 -0000 On 7 Aug, Frank Mayhar wrote: > Don Lewis wrote: >> Unless someone snuck it in while I wasn't looking, our ulpt >> implementation doesn't support reading data from the printer, so it's >> not possible to check the ink levels. I've had to boot Linux in order >> to do this. > > Hmm. Okay... Unfortunately, the straight printing didn't work, either. I > tried the "check the ink levels" trick only after my test page never printed. > I'm using CUPS, could this be a limitation of the ulpt driver? Should I be > using another device? I use a laser printer for most of my printing, so I only use my Epson Photo 890 when I need to print color. I never bothered to set up print spooling for it, and just point ghostscript at it. One problem I ran into is that anything I attempt to print after a power-on gets turned into garbage that prints a few funky-looking characters at the top the page and then ejects the page unless I first run "escputil -n -u -r /dev/ulpt0", which seems to send a magic escape sequence to the printer that puts it in the proper mode. I haven't had a time to investigate further.