From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LKGv3-0003fL-Tk for garchives@archives.gentoo.org; Tue, 06 Jan 2009 18:44:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28994E02B8; Tue, 6 Jan 2009 18:44:48 +0000 (UTC) Received: from web65411.mail.ac4.yahoo.com (web65411.mail.ac4.yahoo.com [76.13.9.31]) by pigeon.gentoo.org (Postfix) with SMTP id 95B77E02B8 for ; Tue, 6 Jan 2009 18:44:47 +0000 (UTC) Received: (qmail 89725 invoked by uid 60001); 6 Jan 2009 18:44:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=z6ikNvyuZY4lQXBAfmagnE9XthZcqgBbXAR8MN69rDTmXpXLdVM5ir9yKYM+0whUIjtu4mpvsow6xKXQO27B4OUoXrDJaJrC0r7G39P7Ot4v3ZKydVjDD40ZBk09tXneKID6YG7Zp6c3ZJVfh+JeSBn2GPHWaadJ8MJzZJ9LLZs=; X-YMail-OSG: wsWdTAEVM1kPnwmFLwIQFIPRGxxF9dXcz.3i7byhK6DFvwv_nvVp8kVUpEOxIESYmzvdPE2aXV_r3nDibsXD.zfQwkA5k5F6YlkIpfjwIp_ES8jAo82_XPZYN_xGJEjZZTqAw8S_xKerGthiJWHOXpleFluQi3FZJIGCUY6uqdbiCsE2t2xV4Bqe6VMOieFJWXA1zVg.zQ4TXX2dftopoU2_22I- Received: from [12.52.185.66] by web65411.mail.ac4.yahoo.com via HTTP; Tue, 06 Jan 2009 10:44:46 PST X-Mailer: YahooMailRC/1155.45 YahooMailWebService/0.7.260.1 References: <200901061539.48182.peter@humphrey.ukfsn.org> Date: Tue, 6 Jan 2009 10:44:46 -0800 (PST) From: BRM Subject: Re: [gentoo-user] Network printing To: gentoo-user@lists.gentoo.org Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <723822.89038.qm@web65411.mail.ac4.yahoo.com> X-Archives-Salt: 03768f97-a932-4c4a-9edd-6afc852d434f X-Archives-Hash: cf1a877b5988a1f679c0df7302663721 I think you are very close to getting it to work but just need to get LP configured correctly. It sounds like you have both systems configured as the "Server", which is not correct. For your workstation, follow the "Client" directions below: http://www.gentoo.org/doc/en/quick-samba-howto.xml#doc_chap5 Which is basically two steps: 1) Modify '/etc/cups/client.conf' and tell it where the server is. 2) Configure LP: - use lpstat to see the available printers - use lpoptions to set the default printer The beauty of CUPS is that any new printer you install on the server automatically becomes available to all clients. On Windows, you need additional drivers; but for other CUPS clients, it takes care of it for you internally (to my understanding). I believe you only need HPLIP on the server side, not the client side. But having it there shouldn't do any harm. HTH, Ben ----- Original Message ---- From: Peter Humphrey To: gentoo-user@lists.gentoo.org Sent: Tuesday, January 6, 2009 10:39:48 AM Subject: [gentoo-user] Network printing Hello, As it's the New Year, perhaps it's time to resume banging my head on this wall again. I have a server with two printers connected, set up using the cups Web page and operating properly. Now I want to send print jobs to them from my workstation, which is on the same network, and with the same version of cups: 1.3.9-r1. One of the printers is an HP Deskjet D4260, so I also have hplip version 2.8.6b installed on both machines. I can connect either printer to either machine and print locally without any problems. However, I cannot get anything to print over the network. If, on the workstation, I declare the network laser printer and connect to it, all appears to work until I send a print job to it; the job sits in the lp queue locally, and when I next look at the status of the printer it says "Destination printer does not exist!" If I try to set up the Deskjet as a remote printer in the local cups server, I get "Filter "foomatic-rip" for printer "HP_Deskjet_D4260" not available: No such file or directory". I don't know what to try next. Anyone any idea here? -- Rgds Peter