From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 06:57:09 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF61C106566B for ; Fri, 14 Mar 2008 06:57:09 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp-gs.math.arizona.edu (math051.cs.arizona.edu [150.135.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id BA5258FC1F for ; Fri, 14 Mar 2008 06:57:09 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp-gs.math.arizona.edu with local-bsmtp (Exim 4.63) (envelope-from ) id 1Ja3ql-0001bn-OJ for questions@freebsd.org; Thu, 13 Mar 2008 23:57:08 -0700 Received: from 71-220-166-120.tcsn.qwest.net ([71.220.166.120] helo=.domain.actdsltmp) by smtp-gs.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1Ja3ql-0001bb-Ep; Thu, 13 Mar 2008 23:57:07 -0700 Message-ID: <47DA21C0.2030403@math.arizona.edu> Date: Thu, 13 Mar 2008 23:57:04 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070916) MIME-Version: 1.0 To: questions@freebsd.org, Pollywog References: <212181.35000.qm@web43142.mail.sp1.yahoo.com> <47D82B8C.1060402@chuckr.org> <47D8310B.2010501@otenet.gr> <200803140507.29658.lists-fbsd@shadypond.com> In-Reply-To: <200803140507.29658.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -2.3 (--) Cc: Subject: Re: USB printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 06:57:09 -0000 Pollywog wrote: > On Wednesday 12 March 2008 19:37:47 Manolis Kiagias wrote: > >> Chuck Robey wrote: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> Gligor Lucian wrote: >>> >>>> David Kelly wrote: >On Mon, Mar 10, 2008 at >>>> > 12:59:38PM -0700, Gligor Lucian >wrote: > >>>>>> Does FreeBSD support a USB printer? >>>>>> >>>>> Yes. >>>>> >>> You know, while there are printing utils that actually work on FreeBSD, I >>> can't personally recommend CUPS. I keep on trying to get it to work on >>> FreeBSD efvery year or so, then I need to go over to one of my other >>> systems. Last one I tried was an Epson Stylus C84, but I've also tried >>> HP officejets, and I just can't get locally attached printers to work >>> with cups. I can get them to work with things like apsfilter very well, >>> but either someone is going to have to fix the Cups port (it builds, but >>> nothing locally runs) or stop recommending it. >>> >>> Or, does anyone else have it working on FreeBSD? Sure would like to hear >>> about it, but I've been trying for a long time now, with no success. >>> >>> >>>> Thank you very much for your answer. >>>> All the best, Gligor Lucian. >>>> >>>> >>>> >>>> --------------------------------- >>>> Looking for last minute shopping deals? Find them fast with Yahoo! >>>> Search. _______________________________________________ >>>> 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" >>>> >> I have cups working on my system, printing on locally attached USB >> printers. I have followed the instructions in dekstopBSD wiki: >> >> http://desktopbsd.net/wiki/doku.php?id=doc:printing >> >> (though I used ports and not packages) >> > > Did you find it necessary to recompile the kernel with ulpt disabled? > > I have a HP PSC2110 "All-In-One" To get HP PSC2110 just working you can use HPIJS driver and you do not need to recompile the kernel. However if you want to use HPLIP to unlock full functionality (scanner and FAX, PC-copping) you will have to recompile the driver to disable ulpt driver since it is unable to get the vendor name and product ID. That is well-documented. You will probably also need to disable umass driver since it gets attached to printer before the ugen driver. In all honestly that is not well-documented. You will also need to start HPLIP daemons before the CUPS daemon. That is all well-documented. #enable CUPS and related lpd_enable="NO" hpiod_enable="YES" #daemons for HPLIP HP printing hpssd_enable="YES" #daemons for HPLIP HP printing cupsd_enable="YES" umess driver is needed for Floppy and Flash drives so you might want to load manually after the boot and after you unlock your printer. Cheers, Predrag > that I can use in Linux (printing and > scanning) but was unable to get working in FreeBSD. I believe part of the > solution is to disable ulpt and recompile the kernel, but I had trouble > getting hplip to work. FreeBSD does not have hpoj, which is what I use in > Linux with this printer. > _______________________________________________ > 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" >