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 1LEp7O-00019G-Id for garchives@archives.gentoo.org; Mon, 22 Dec 2008 18:03:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF192DC199; Mon, 22 Dec 2008 18:00:59 +0000 (UTC) Received: from web65406.mail.ac4.yahoo.com (web65406.mail.ac4.yahoo.com [76.13.9.26]) by pigeon.gentoo.org (Postfix) with SMTP id C6BE7DC199 for ; Mon, 22 Dec 2008 18:00:56 +0000 (UTC) Received: (qmail 58038 invoked by uid 60001); 22 Dec 2008 18:00:52 -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=HHM8gkE23Y3CRd/gaIPAi3L5XrYhxT1bNIc5W0Ut9rS6i9TtAXBBqfD9YunwBlUruPEPvdMNUK3As9wipVM7fIpWZPKB5TJI/PKklBYhSdmi/aJ5qpMwTmJe3AiKBqK09I9XreDIK5LeGekX28EpOO9sMvzbSmWG13z9vvNGkB8=; X-YMail-OSG: d.h_zo0VM1n34vzTR7czX5hv3l2ZhSg3V7uxDhqyZgiFVpXUvDW_X3Kw Received: from [12.52.185.66] by web65406.mail.ac4.yahoo.com via HTTP; Mon, 22 Dec 2008 10:00:52 PST X-Mailer: YahooMailRC/1155.45 YahooMailWebService/0.7.260.1 References: <200812221125.39755.peter@humphrey.ukfsn.org> Date: Mon, 22 Dec 2008 10:00:52 -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: <856218.57538.qm@web65406.mail.ac4.yahoo.com> X-Archives-Salt: 528d7090-a0ce-4921-8139-3a7eadbe3f8b X-Archives-Hash: 0290dde8253e0f4f5b7267785b1245b4 I haven't been able to follow all of this, though some of it has been of interest to me since I have a Vista 64 system I am trying to working with my server's HP DeskJet 950C. >From what you describe below, it sounds like the HP USB printer is on the Network Server and you are trying to attach the network server to it via IPP. If I am understanding things correctly, therein lies the problem. (If not, just ignore the next part) - just add the HP USB printer as a normal printer on the Network Server, connected via USB. On your client systems you add it as an IPP printer as the Network Server's CUPS server is the IPP host. This is what I did for my HP DeskJet 950C and I have access to it everywhere - the Vista64 system can find it, but can't locate a driver for it. HTH, Ben ----- Original Message ---- From: Peter Humphrey To: gentoo-user@lists.gentoo.org Sent: Monday, December 22, 2008 6:25:39 AM Subject: [gentoo-user] Network printing Hello, This follows from the printing-from-windows thread; it's not confined to Windows. Thanks to Mark K for his help so far. To recap: My network server box has two USB printers attached: a Kyocera FS1020D laser, which works just fine, and an HP Deskjet D4260, which doesn't: I can print to the Deskjet from the local machine but not from anywhere else. CUPS is installed with USE="acl dbus jpeg pam perl png python ssl tiff -X -avahi -gnutls -java -kerberos -ldap -php -ppds -samba -slp -static -xinetd -zeroconf" Hplip is installed with USE="cupsddk dbus doc -fax -minimal -parport -ppds -qt3 -qt4 -scanner -snmp" I ran hp-setup as root, and it detected the printer and inserted it into cups, where I can control it as expected using the cups Web pages. (I've already quoted part of cupsd.conf, but I can repeat it if necessary.) Now this is what happens today: I go to localhost:631 on my workstation and attempt to connect to the Deskjet. I tell cups it's an HP model via ipp, and I accept the very generic driver it offers me, and I see it's "added successfully". Then I ask for a test page and I get "Unsupported format 'application/postscript'!" So I delete the printer and start again. This time I supply the .ppd file I got from linuxprinting.org instead of the generic HP one, and once again I get "added successfully". But at the very next screen I get "Filter "foomatic-rip" for printer "Deskjet_D4260" not available: No such file or directory". Yet foomatic-rip is right there in /usr/bin, being part of the foomatic-filters package which was pulled in by emerging hplip. I've tried exploring the Web for trouble-shooting tips on HP printers, and the best I've found is HP's own site, where I get dark hints about snmp. I also half-remember having to include ldap in cups from some time ago, but I can't see what either of those might have to do with my problem - am I missing something? As an aside, it really is daft of cups to report "added successfully" when it has no idea of the success of the operation. Another aside: what could cause the cups admin pages to lose their graphical effects and revert to plain white background, with framed text strings where the buttons ought to be? This happens quite often. -- Rgds Peter