From owner-freebsd-questions@FreeBSD.ORG Thu Feb 28 18:24:14 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 B1ECF106566C for ; Thu, 28 Feb 2008 18:24:14 +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 84B018FC1E for ; Thu, 28 Feb 2008 18:24:14 +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 1JUnQQ-0001Nb-89 for questions@freebsd.org; Thu, 28 Feb 2008 11:24:14 -0700 Received: from 71-220-154-220.tcsn.qwest.net ([71.220.154.220] 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 1JUnQN-0001NJ-PT; Thu, 28 Feb 2008 11:24:07 -0700 Message-ID: <47C6FC44.8060508@math.arizona.edu> Date: Thu, 28 Feb 2008 11:24:04 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070916) MIME-Version: 1.0 To: User &Robert Falanga , questions@freebsd.org References: <200802281006.19701.rfalang@twcny.rr.com> In-Reply-To: <200802281006.19701.rfalang@twcny.rr.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: -1.7 (-) Cc: Subject: Re: Configuring a HP Laserjet 1018 USB printer on KDE 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: Thu, 28 Feb 2008 18:24:14 -0000 User &Robert Falanga wrote: > First am new using freebsd and would like help getting the printer > configured. After installing and staarting CUPS. When I go to SETTINGS > > Peripherals > printers I get: > That is not the way to configure printer on vanilla FreeBSD. If you want to use something like that install PC-BSD or DesktopBSD. To install the printer do the following 1. Alter permission on the device nodes chmod 0660 /dev/ulpt0 2. chgrp cupsd /dev/ulpt0 3. Add yourself to cupsd group by editing file /etc/groups 4. Move the commands of the native lpd printing system so that you can use CUPS commands mv /usr/bin/lp /usr/bin/lp.bak mv /usr/bin/lpr /usr/bin/lpr.bak mv /usr/bin/lpq /usr/bin/lpq.bak mv /usr/bin/lprm /usr/bin/lprm.bak 4. Restart cupsd for instance by adding cupsd_enable="YES" into your /etc/rc.conf at the same time disable lpd daemon by adding lpd_enable="NO" 5. Reboot 6. Point the web-browser to http://localhost:631 to add the printer NOTE: 1. Your printer is using foo2zjs reversed engineered driver which you must compile from ports. People have reported mixed results with the driver! You have to compile the driver before you start adding the printer. 2. You might need to disable your firewall or at least port 631 which is used by Internet Printing Protocol (IPP) which is in turned used by CUPS. > Unable to retrieve the printer list. Error message received from manager: > Connection to CUPS server failed. Check that the CUPS server is correctly > installed and running. Error: localhost: read failed (14). > If I use LPR/LPRng things seem to be going well until I get to the screen > asking for URI: I have no clue as to what it is asking for. > > HELP > > Bob Falanga > _______________________________________________ > 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" >