From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 16:43:06 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 AD69F16A4CE for ; Sat, 8 Nov 2003 16:43:06 -0800 (PST) Received: from mta8.adelphia.net (mta8.adelphia.net [68.168.78.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B729F43FF2 for ; Sat, 8 Nov 2003 16:43:05 -0800 (PST) (envelope-from alexkelly@adelphia.net) Received: from [192.168.0.100] ([24.52.113.18]) by mta8.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031109004308.TCZO2679.mta8.adelphia.net@[192.168.0.100]> for ; Sat, 8 Nov 2003 19:43:08 -0500 From: Alex Kelly To: freebsd-questions@freebsd.org Date: Sat, 8 Nov 2003 19:44:48 -0500 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311081944.48496.alexkelly@adelphia.net> Subject: Newbie USB Printer Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alexkelly@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 00:43:06 -0000 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... The kernel found the printer (dmesg): ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode 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: I added the line lpd_enable="YES" to rd.conf in /etc I rebooted. lpd started properly and shows up under top and ps I issued this command to test the printer: lptest > /dev/ulpt0 The printer did nothing. Any suggestions?