From owner-freebsd-usb@FreeBSD.ORG Thu Oct 19 05:26:09 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6E616A518 for ; Thu, 19 Oct 2006 05:26:09 +0000 (UTC) (envelope-from el.mofo@uol.com.br) Received: from smtp.uol.com.br (smtpout11.uol.com.br [200.221.4.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AABC43D45 for ; Thu, 19 Oct 2006 05:26:09 +0000 (GMT) (envelope-from el.mofo@uol.com.br) Received: from localhost (localhost [127.0.0.1]) by socom5.uol.com.br (Postfix) with ESMTP id EAC8340032F1 for ; Thu, 19 Oct 2006 02:26:07 -0300 (BRT) Received: from fixed-mofo (201-43-13-78.dsl.telesp.net.br [201.43.13.78]) by socom5.uol.com.br (Postfix) with ESMTP id 9EE0A40032AC for ; Thu, 19 Oct 2006 02:26:07 -0300 (BRT) Date: Thu, 19 Oct 2006 03:26:02 -0200 From: m0f0x To: freebsd-usb@freebsd.org Message-Id: <20061019032602.77037ed2.el.mofo@uol.com.br> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.8.20; amd64-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SIG5: 88d0682375260f5b297f6315bfac2ec7 Subject: USB printer problem (/dev/lpt0: Device busy.) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 05:26:09 -0000 Hello, This week I got a HP LaserJet 1022 BW laser printer (USB connection). This printer is marked as "works perfectly" in LinuxPrinting.org (yes, I know, BSD differs from Linux). Well, first, I tried the printer on a friend's box, running Linux. The printer worked fine (CUPS) with the correct setup (filters, driver). But, on my FreeBSD box, things didn't went very well. I saw a lot of users reporting the same problem that I'm having here: the USB port is always busy when the printer is attached. The printer is recognized by the system without any problem: ulpt0: Hewlett-Packard HP LaserJet 1022, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode A simple test, the same test that were found on previous messages about this problem: lptest > /dev/lpt0 /dev/lpt0: Device busy. Well, I even tried to use a proposed patch to ulpt.c (http://lists.freebsd.org/pipermail/freebsd-usb/2005-July/001255.html), but no success. Any clues/hints? Many thanks, Thiago.