From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 04:35:40 2003 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 9512E16A4CE for ; Sun, 9 Nov 2003 04:35:40 -0800 (PST) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A1D43FF7 for ; Sun, 9 Nov 2003 04:35:39 -0800 (PST) (envelope-from alexkelly@adelphia.net) Received: from desktop ([24.52.113.18]) by mta9.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031109123542.FJOB23231.mta9.adelphia.net@desktop>; Sun, 9 Nov 2003 07:35:42 -0500 Message-ID: <000d01c3a6bd$fb597700$6400a8c0@desktop> From: "Alex Kelly" To: "Warren Block" References: <200311081944.48496.alexkelly@adelphia.net> <20031108205519.G12777@wonkity.com> Date: Sun, 9 Nov 2003 07:35:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: Re: Newbie USB Printer Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 12:35:40 -0000 Hi, Warren, thanks for writing. I did both of those of the suggestions, but still nothing. :( I tried CUPS also. After installation and configuration of CUPS, cupsd ran fine. But, when it attempted to print anything, the print attempts were listed as "cancelled" in the list of web-based print jobs (I did it through konqueror at localhost:631). I'm going to keep trying. :) ----- Original Message ----- From: "Warren Block" To: "Alex Kelly" Cc: Sent: Saturday, November 08, 2003 11:02 PM Subject: Re: Newbie USB Printer Problem > On Sat, 8 Nov 2003, Alex Kelly wrote: > > > I cannot get my HP Deskjet 3420 printer to work. I've read all the prior posts > > for USB printers, checked the handbook and the complete freebsd book. After > > doing so, I've come up with this... > > > > I edited printcap in /etc to look like this: > > lp|ps|local hp deskjet 3420:\ > > :lp=/dev/ulpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:sh:mx#0:\ > > :if=/usr/local/libexec/magicfilter/deskjet-filter: > > Did you create the /var/spool/output/lpd directory? Actually, you > should probably create one with the same name as the printer, since lpd > doesn't want to share directories between multiple printers. > > > I issued this command to test the printer: > > lptest > /dev/ulpt0 > > > > The printer did nothing. > > > > Any suggestions? > > That's a separate issue, since 'lptest > /dev/ulpt0' doesn't go anywhere > near lpd. Some HP printers will flash an LED when they are receiving > data, so you could look for that. Or it might be that the printer won't > print anything until it gets a form feed, so you could send it one > afterwards: > > perl -e 'print chr(12)' > /dev/ulpt0 > > -Warren Block * Rapid City, South Dakota USA > _______________________________________________ > 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"