From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 09:11:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F18D4106566B for ; Sun, 25 Jan 2009 09:11:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id AAC0E8FC16 for ; Sun, 25 Jan 2009 09:11:26 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2197795ywe.13 for ; Sun, 25 Jan 2009 01:11:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=R/zTYhn9aeLFcyfMV+YNr8MC9jBe04q+lt4D0aGnY7M=; b=gjm4K+xjjIaqIdd4sMKve0GVzWXaQ5BubVY7/4kbw9dKZTfbqo06d8J38QM7PpPuF3 I8RAFZQjgWYHU7/0bgtZtWOK2JxjgRsx98vhV6L5TU8JuUWoIk9Ml5zS/ddYeLeYwVx0 oTlHge3RDhWQQzCOQgaoCJ31MARRZ2tJoJzs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=MouG6TlBSjvrLW3NSVgYa4eKpHuYNz0iWZFFS52CGiSN6O2ecE3QvHcOV9H2ihghnm f8f4Sed0DeKk1rvlee5Gg3qUPqRfIZVrrhglJo7NKAw+5bgEWbw2hhBU+dWVD009lY4G 9dzBnbk7pZi+F5DOLMDWlfQc1q4y7UOyIlPNw= MIME-Version: 1.0 Received: by 10.231.17.11 with SMTP id q11mr625840iba.8.1232874685901; Sun, 25 Jan 2009 01:11:25 -0800 (PST) In-Reply-To: <200901251854.22352.shinjii@maydias.com> References: <200901251854.22352.shinjii@maydias.com> Date: Sun, 25 Jan 2009 04:11:25 -0500 Message-ID: From: Aryeh Friedman To: Warren Liddell , FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: dummies version of dummies to setup printers in freebsd 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: Sun, 25 Jan 2009 09:11:27 -0000 This may or may not be suitable for your situation but this is how I generally set printers up: 1. Install print/cups (yes the full wrapper port) 2. Edit your /etc/make.conf by adding a line that says no LPR 3. Add CUPS_ENABLE="YES" to your /etc/rc.conf 4. Manually start cups (run "cupsd" as root) 5. Point your web browser to http://localhost:631 6. Click on adminstration-->Add Printer 7. Enter what ever you want on the first screen 8. (This step will vary based on how your printer is connected... in this case I assume it is networked like mine is) if your printer is a standard network printer CUPS should find it automatically if it doesn't otherwise socket://[IP] where IP is the IP of the printer (you will have to search the web perhaps for non-network printers) 9. Enter the type of printer it is off the menu (cannon is not limited so you will need to search for the right PPD file) 10. Click on add-printer 11. The user name and password is the user name and password for any account on the machine (I have never tested anything but root or my personal account) 12. Print a test page if everything has gone well proceed if not try to figure out what you missed 13. Click on printers and set the new printer to be your default printer 14. Since by default the base system installs lpd when it is installed you need to deinstall it the easiest way to do this as root do: rm /usr/bin/lp* /usr/sbin/lp* 15. If everything has gone well up to now try to print from the command line with something like "lpr /etc/passwd" 16. If step 15 worked reboot and try to print again 17. (only if you have a desktop manager or other GUI stuff installed) Make sure that all your commonly used GUI applications can print 18. Your done (well almost) 19. (optional) if you do a lot of command line printing you may want to install a pritty print program like print/enscript-letter and alias it to lpr in your .cshrc or the equiv 20. Now your done On Sun, Jan 25, 2009 at 3:54 AM, Warren Liddell wrote: > i have a cannon pixma ip1000 and i have tried various ways to set it up so i > can print using methods found through google, but so far nothing has had > success, so id like to know if there is an idiots guide to the dummies version > of trying to setup a printer to work cause im in desperate need of step by > step instructions to get it goin. > _______________________________________________ > 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" >