From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 17:45:53 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 BB75837B401 for ; Wed, 23 Apr 2003 17:45:53 -0700 (PDT) Received: from lagash.lpc.ufrj.br (lagash.lpc.ufrj.br [146.164.96.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA2F43F75 for ; Wed, 23 Apr 2003 17:45:52 -0700 (PDT) (envelope-from azambuja@lagash.lpc.ufrj.br) Received: from lagash.lpc.ufrj.br (localhost.lpc.ufrj.br [127.0.0.1]) by lagash.lpc.ufrj.br (8.12.9/8.12.9) with ESMTP id h3O0qJBj066414 for ; Wed, 23 Apr 2003 21:52:19 -0300 (BRT) Received: (from azambuja@localhost) by lagash.lpc.ufrj.br (8.12.9/8.12.9/Submit) id h3O0qIvR066413 for freebsd-questions@freebsd.org; Wed, 23 Apr 2003 21:52:18 -0300 (BRT) Date: Wed, 23 Apr 2003 21:52:18 -0300 From: Marcello de Lima Azambuja To: freebsd-questions@freebsd.org Message-ID: <20030423215218.A66384@lagash.lpc.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Subject: Problem detecting USB Printer 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: Thu, 24 Apr 2003 00:45:54 -0000 Hi, I'm trying to use two USB printers on my server, a HP DeskJet 5500C (which is working pretty fine) and a HP LaserJet 2200. The problem is that the LaserJet is detected as a generic USB device, not as a printer: ugen0: HewLett Packard HP LaserJet 2200, rev 1.10/1.00, addr 3 The DeskJet one is detected without problems as ulpt0: ulpt0: hp deskjet 5550, rev 2.00/1.00, addr 2, iclass 7/1 I created both /dev/ulpt0 and /dev/ulpt1 using MAKEDEV: crw------- 1 root wheel 113, 0 Apr 16 16:39 /dev/ulpt0 crw------- 1 root wheel 113, 1 Apr 16 16:40 /dev/ulpt1 Relevant kernel options: # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ulpt # USB printer I also tried to disconnect the DeskJet printer and connect LaserJet in the same USB port, but it's still detected as ugen0. I'd be glad if anybody could give me a clue, cause I didnt find anything usefull googling. Btw, I'm running FBSD 4.8-STABLE. Thanks in advance, -- Marcello Azambuja