<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>HP Color LaserJet 2600n works (finally !)</title>
        <description> Rick and others,

Many thanks for this software.

On the current status of Debian Etch (testing as of today on
1 April 2007), I was unable to get my HP Color LaserJet 2600n
to work without your driver.

Now, I got it to work following the instructions on 

  http://foo2hp.rkkda.com/

and
  
  http://foo2hp.rkkda.com/INSTALL

Also color photo's seem to print decently.

As you requested, I sent a small donation to your PayPall
(&amp;quot;put you money where your mouth is&amp;quot;). 

I also want to submit a more detailed recipe of how I was able
to set-up CUPS to get this to work on Debian Etch. Maybe you
can it to expand the Debian Etch part of your manual.

On Debian Etch (&amp;quot;out of the box&amp;quot;):

needed to:

# apt-get install make
# apt-get install gcc
# apt-get install libc6-dev

to get 'make' to run ...

earlier in my trials, I remember I also had to activate CUPS.
So that would be:

# apt-get install cupsys

and

# /etc/init.d/cupsys (re)start

Then to do the CUPS set-up (in naive detail):

As a regular user in X, use a browser to go to

  http://localhost:631/

At a certain point in this process you may be required to 
enter user name password. On Debian Etch, I had to enter
the root user and the root password. (On Ubuntu, you need
to enter the actual user and his password and know the trick
to add the &amp;quot;cupsys&amp;quot; user to the &amp;quot;shadow&amp;quot; group temporarily).

then go to &amp;quot;Add Printer&amp;quot;

Enter &amp;quot;Name&amp;quot;, &amp;quot;Location&amp;quot;, &amp;quot;Description&amp;quot; and Continue

Choose &amp;quot;AppSocket/HP JetDirect&amp;quot; and Continue

enter: &amp;quot;socket://192.168.0.90:9100&amp;quot; and Continue
(at my place the 2600n printer is fixed at that address; you can fix that address
 on the printer itself through the button interface (no DHCP); you could also fix
 it in your dhcp server)

Provide a PPD File. In my case that was:

&amp;quot;/root/downloads/HP-printing/foo2zjs/PPD/HP-Color_LaserJet_2600n.ppd&amp;quot;

which was part of the package (it is actually not clear if this file was
part of the original package or built in the make process). 

and &amp;quot;Add Printer&amp;quot;

this should yield: &amp;quot;Succesfully installed printer ...&amp;quot;

Than go to &amp;quot;Administration&amp;quot; --&amp;gt; &amp;quot;Manage Printers&amp;quot; --&amp;gt; &amp;quot;Set Printer Options&amp;quot;
to select local options. It seems the default is &amp;quot;monochrome&amp;quot;, which I changed
immediately to &amp;quot;Color&amp;quot; ...

Go to &amp;quot;Printers&amp;quot; and select &amp;quot;Print a test page&amp;quot;

This works :-))

[When selecting the &amp;quot;standard&amp;quot; driver for HP Color LaserJet 2600n in the
 Debian Etch distro as of today 1 April 2007 did not result in a working
 system. CUPS told me printer is added succesfully, but printing a test
 page yields jobs that are &amp;quot;stopped&amp;quot; immediately. They remain in the queue,
 but I found no way to restart them (I could push &amp;quot;restart&amp;quot;, but they end
 up &amp;quot;stopped&amp;quot; every time.]

I am curious if it would make sense to submit this working .ppd file to the
Debian project ? Or is there a different problem that I missed ?

Thanks again,

Peter Vandenabeele

PS. on Ubuntu, the standard CUPS set-up works (after temporarily adding the
    'cupsys' user to the 'shadow' group) and setting-up is easy. But printing
    of large photo's breaks halfway with an error of &amp;quot;image too complex&amp;quot; on the
    HP 2600n display ...Could that be related to the memory size installed in
    the printer ?</description>
        <link>http://foo2zjs.rkkda.com/forum/read.php?5,280,280#msg-280</link>
        <lastBuildDate>Sat, 25 May 2013 02:54:39 -0400</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://foo2zjs.rkkda.com/forum/read.php?5,280,540#msg-540</guid>
            <title>Re: HP Color LaserJet 2600n works (finally !)</title>
            <link>http://foo2zjs.rkkda.com/forum/read.php?5,280,540#msg-540</link>
            <description><![CDATA[ Hi guys, <br />
<br />
Many thanks for this driver. My 2600n finally work properly on Mandriva. To help you continue I've give you a donation of 20$.<br />
<br />
Is there any mailing list that can inform us if there is a new version ?<br />
<br />
Thanks again<br />
<br />
Carl]]></description>
            <dc:creator>casimard</dc:creator>
            <category>HP Color LaserJet 2600n</category>
            <pubDate>Sun, 26 Aug 2007 11:47:14 -0400</pubDate>
        </item>
        <item>
            <guid>http://foo2zjs.rkkda.com/forum/read.php?5,280,280#msg-280</guid>
            <title>HP Color LaserJet 2600n works (finally !)</title>
            <link>http://foo2zjs.rkkda.com/forum/read.php?5,280,280#msg-280</link>
            <description><![CDATA[ Rick and others,<br />
<br />
Many thanks for this software.<br />
<br />
On the current status of Debian Etch (testing as of today on<br />
1 April 2007), I was unable to get my HP Color LaserJet 2600n<br />
to work without your driver.<br />
<br />
Now, I got it to work following the instructions on <br />
<br />
  <a href="http://foo2hp.rkkda.com/"  rel="nofollow">http://foo2hp.rkkda.com/</a><br />
<br />
and<br />
  <br />
  <a href="http://foo2hp.rkkda.com/INSTALL"  rel="nofollow">http://foo2hp.rkkda.com/INSTALL</a><br />
<br />
Also color photo's seem to print decently.<br />
<br />
As you requested, I sent a small donation to your PayPall<br />
(&quot;put you money where your mouth is&quot;). <br />
<br />
I also want to submit a more detailed recipe of how I was able<br />
to set-up CUPS to get this to work on Debian Etch. Maybe you<br />
can it to expand the Debian Etch part of your manual.<br />
<br />
On Debian Etch (&quot;out of the box&quot;):<br />
<br />
needed to:<br />
<br />
# apt-get install make<br />
# apt-get install gcc<br />
# apt-get install libc6-dev<br />
<br />
to get 'make' to run ...<br />
<br />
earlier in my trials, I remember I also had to activate CUPS.<br />
So that would be:<br />
<br />
# apt-get install cupsys<br />
<br />
and<br />
<br />
# /etc/init.d/cupsys (re)start<br />
<br />
Then to do the CUPS set-up (in naive detail):<br />
<br />
As a regular user in X, use a browser to go to<br />
<br />
  <a href="http://localhost:631/"  rel="nofollow">http://localhost:631/</a><br />
<br />
At a certain point in this process you may be required to <br />
enter user name password. On Debian Etch, I had to enter<br />
the root user and the root password. (On Ubuntu, you need<br />
to enter the actual user and his password and know the trick<br />
to add the &quot;cupsys&quot; user to the &quot;shadow&quot; group temporarily).<br />
<br />
then go to &quot;Add Printer&quot;<br />
<br />
Enter &quot;Name&quot;, &quot;Location&quot;, &quot;Description&quot; and Continue<br />
<br />
Choose &quot;AppSocket/HP JetDirect&quot; and Continue<br />
<br />
enter: &quot;socket://192.168.0.90:9100&quot; and Continue<br />
(at my place the 2600n printer is fixed at that address; you can fix that address<br />
 on the printer itself through the button interface (no DHCP); you could also fix<br />
 it in your dhcp server)<br />
<br />
Provide a PPD File. In my case that was:<br />
<br />
&quot;/root/downloads/HP-printing/foo2zjs/PPD/HP-Color_LaserJet_2600n.ppd&quot;<br />
<br />
which was part of the package (it is actually not clear if this file was<br />
part of the original package or built in the make process). <br />
<br />
and &quot;Add Printer&quot;<br />
<br />
this should yield: &quot;Succesfully installed printer ...&quot;<br />
<br />
Than go to &quot;Administration&quot; --&gt; &quot;Manage Printers&quot; --&gt; &quot;Set Printer Options&quot;<br />
to select local options. It seems the default is &quot;monochrome&quot;, which I changed<br />
immediately to &quot;Color&quot; ...<br />
<br />
Go to &quot;Printers&quot; and select &quot;Print a test page&quot;<br />
<br />
This works :-))<br />
<br />
[When selecting the &quot;standard&quot; driver for HP Color LaserJet 2600n in the<br />
 Debian Etch distro as of today 1 April 2007 did not result in a working<br />
 system. CUPS told me printer is added succesfully, but printing a test<br />
 page yields jobs that are &quot;stopped&quot; immediately. They remain in the queue,<br />
 but I found no way to restart them (I could push &quot;restart&quot;, but they end<br />
 up &quot;stopped&quot; every time.]<br />
<br />
I am curious if it would make sense to submit this working .ppd file to the<br />
Debian project ? Or is there a different problem that I missed ?<br />
<br />
Thanks again,<br />
<br />
Peter Vandenabeele<br />
<br />
PS. on Ubuntu, the standard CUPS set-up works (after temporarily adding the<br />
    'cupsys' user to the 'shadow' group) and setting-up is easy. But printing<br />
    of large photo's breaks halfway with an error of &quot;image too complex&quot; on the<br />
    HP 2600n display ...Could that be related to the memory size installed in<br />
    the printer ?]]></description>
            <dc:creator>peterv</dc:creator>
            <category>HP Color LaserJet 2600n</category>
            <pubDate>Sun, 01 Apr 2007 12:35:34 -0400</pubDate>
        </item>
    </channel>
</rss>
