From owner-freebsd-questions@FreeBSD.ORG Fri Dec 31 18:24:15 2004 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 D818616A530 for ; Fri, 31 Dec 2004 18:24:14 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FBA543D3F for ; Fri, 31 Dec 2004 18:24:13 +0000 (GMT) (envelope-from adiakin@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so185134rne for ; Fri, 31 Dec 2004 10:24:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Rd9w6wgg5iKcT4yWBr1i550bVmYqqo+TUDQ+4khrJPLg2eXZwITVdypmh2krdALCtb9kWhN4jp7FpfhgPIPplRkqNR8DKvmf6PAqoUUIU+r7VwUMUQQoeTNl6WiiMjddd1d5o6P+O5Vjt/EkUJZakZOLC5Rr7FN1RmUMnOLK04o= Received: by 10.38.203.41 with SMTP id a41mr338804rng; Fri, 31 Dec 2004 10:24:13 -0800 (PST) Received: by 10.38.152.35 with HTTP; Fri, 31 Dec 2004 10:24:12 -0800 (PST) Message-ID: Date: Fri, 31 Dec 2004 21:24:12 +0300 From: Andrew Diakin To: FreeBSD Mail List In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1104473785.891.73.camel@wolverine> Subject: Re: usb printer-scanner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew Diakin List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 18:24:15 -0000 ---------- Forwarded message ---------- From: Andrew Diakin Date: Fri, 31 Dec 2004 12:47:55 +0300 Subject: Re: usb printer-scanner To: Khairil Yusof On Fri, 31 Dec 2004 14:16:25 +0800, Khairil Yusof wrote: > On Fri, 2004-12-31 at 09:02 +0300, Andrew Diakin wrote: > > > I have a USB Printer-Scanner HP psc 2110 and I want to use it in my > > freebsd 5.3. I read handbook? but it is too little about usb > > printers... Have anybody do such thing? > > Use cups and hpijs: > > print/cups > print/hpijs > > grab the ppd from linuxprinting.org and put it > in /usr/local/share/cups/model > > http://freebsddiary.org has an article on setting up cups. > > Make sure you plug the printer and turn it on first, before configuring > it in cups so that the option to select the interface for usb will show > up. > > The scanner part currently does not work on FreeBSD 5.x :( The port for > that is graphics/hpoj (let us know if you get it working). > > The copier function works independently. > > Good luck > > > Hmm.. I setup all ports as described this http://www.freebsddiary.org/cups.php, also I setup print/hpijs port and copy all *.ppd files to /usr/local/share/cups/model printer is connected and usbdevs show him - orange# usbdevs addr 1: OHCI root hub, nVidia addr 2: Microsoft 5-Button Mouse with IntelliEye(TM), Microsoft addr 1: OHCI root hub, nVidia addr 1: UHCI root hub, VIA addr 2: PSC 2100 Series, Hewlett-Packard addr 1: UHCI root hub, VIA addr 2: USB 2.0 Card Reader, Genesys Logic in cups web admin I setup printer, select device USB Printer #1, then when I try to print test page nothing happens... what I do wrong?