Motherboard Forums


Reply
Thread Tools Display Modes

HP LaserJet 4000 w/ ethernet

 
 





















David Leon
Guest
Posts: n/a

 
      01-09-2008, 02:24 AM


I have two of these old bad boys. One of them has the built in network card.
I was able to telnet into it and get it up and running. However, I remember
from the old days, there was a program that would allow me to customize
several aspects of the printer, such as the LCD display message and the
like.

Does anyone know what that program was or where I can find it? I'm using a
Mac OS X machine with it, but I have Windows XP on it, if I need to use
that.

Thanks,
--
Dave

 
Reply With Quote
 
Ben Myers
Guest
Posts: n/a

 
      01-09-2008, 04:19 AM
David,

Go to the HP web site and search for "Install Network Printer Wizard". It
works nicely... Ben Myers

On Wed, 09 Jan 2008 02:24:46 GMT, David Leon <> wrote:

>I have two of these old bad boys. One of them has the built in network card.
>I was able to telnet into it and get it up and running. However, I remember
>from the old days, there was a program that would allow me to customize
>several aspects of the printer, such as the LCD display message and the
>like.
>
>Does anyone know what that program was or where I can find it? I'm using a
>Mac OS X machine with it, but I have Windows XP on it, if I need to use
>that.
>
>Thanks,

 
Reply With Quote
 
Warren Block
Guest
Posts: n/a

 
      01-09-2008, 04:14 PM
Ben Myers <> wrote:
>
>>I have two of these old bad boys. One of them has the built in network card.
>>I was able to telnet into it and get it up and running. However, I remember
>>from the old days, there was a program that would allow me to customize
>>several aspects of the printer, such as the LCD display message and the
>>like.
>>
>>Does anyone know what that program was or where I can find it? I'm using a
>>Mac OS X machine with it, but I have Windows XP on it, if I need to use
>>that.

>
> Go to the HP web site and search for "Install Network Printer Wizard". It
> works nicely... Ben Myers


Top-posting laboriously fixed. .gnitsop sdrawkcab fo modsiw eht
redisnocer esaelP

The network install wizard doesn't do a thing for setting the LCD
display. It's just a PJL (not PCL) sequence, which can be sent without
a program. For instance, in Perl:

perl -e 'print "\033%-12345X\@PJL RDYMSG DISPLAY = \"EXAMPLE\"\n"'

Without the string escapes, that's an escape (character 27, 0x1b, \033)
followed by

%-12345X@PJL RDYMSG DISPLAY = "EXAMPLE"

Send that string to the printer and the display shows EXAMPLE.

--
Warren Block * Rapid City, South Dakota * USA
 
Reply With Quote
 
Aidan Grey
Guest
Posts: n/a

 
      01-09-2008, 04:18 PM
I think there was a program called JetAdmin. It is no
longer supported by HP, but can be downloaded from other
sites.

It is a Windows program, I don't think there is a Mac version.

More recent models have a built in Web server, and can be
configured by any Web browser. I don't recall if the 4000 is
one of them.


Aidan Grey


On Wed, 09 Jan 2008 02:24:46 GMT, David Leon wrote:

>I have two of these old bad boys. One of them has the built in network card.
>I was able to telnet into it and get it up and running. However, I remember
>from the old days, there was a program that would allow me to customize
>several aspects of the printer, such as the LCD display message and the
>like.
>
>Does anyone know what that program was or where I can find it? I'm using a
>Mac OS X machine with it, but I have Windows XP on it, if I need to use
>that.
>
>Thanks,
>--
>Dave
>




 
Reply With Quote
 
Ben Myers
Guest
Posts: n/a

 
      01-09-2008, 06:16 PM
I didn't say that the Network Printer Wizard would set the LCD display when I
top-posted last time. Perhaps I did not express myself clearly when I
top-posted last time. So in this top-posting let me state that the Network
Printer Wizard is very useful when one has a printer that does NOT have an LCD
display, like my LJ 2500N. If there is no LCD display, similar to the one in
the good quality monochrome LaserJets, the Network Printer Wizard is the easiest
way to set up the printer's IP address, subnet mask, gateway and other TCP/IP
attributes. I certainly find the Network Printer Wizard to be far less
laborious than either telnet or screwing around with the buttons next to the LCD
panel. It's major advantage is that one can find a JetDirect card by its MAC
address... Ben Myers

On Wed, 09 Jan 2008 16:14:36 -0000, Warren Block <> wrote:

>Ben Myers <> wrote:
>>
>>>I have two of these old bad boys. One of them has the built in network card.
>>>I was able to telnet into it and get it up and running. However, I remember
>>>from the old days, there was a program that would allow me to customize
>>>several aspects of the printer, such as the LCD display message and the
>>>like.
>>>
>>>Does anyone know what that program was or where I can find it? I'm using a
>>>Mac OS X machine with it, but I have Windows XP on it, if I need to use
>>>that.

>>
>> Go to the HP web site and search for "Install Network Printer Wizard". It
>> works nicely... Ben Myers

>
>Top-posting laboriously fixed. .gnitsop sdrawkcab fo modsiw eht
>redisnocer esaelP
>
>The network install wizard doesn't do a thing for setting the LCD
>display. It's just a PJL (not PCL) sequence, which can be sent without
>a program. For instance, in Perl:
>
>perl -e 'print "\033%-12345X\@PJL RDYMSG DISPLAY = \"EXAMPLE\"\n"'
>
>Without the string escapes, that's an escape (character 27, 0x1b, \033)
>followed by
>
> %-12345X@PJL RDYMSG DISPLAY = "EXAMPLE"
>
>Send that string to the printer and the display shows EXAMPLE.

 
Reply With Quote
 
Warren Block
Guest
Posts: n/a

 
      01-09-2008, 10:48 PM
Ben Myers <> wrote:
> On Wed, 09 Jan 2008 16:14:36 -0000, Warren Block <> wrote:


>>Top-posting laboriously fixed. .gnitsop sdrawkcab fo modsiw eht
>>redisnocer esaelP


>>The network install wizard doesn't do a thing for setting the LCD
>>display.


> I didn't say that the Network Printer Wizard would set the LCD display when I
> top-posted last time.


No, you didn't address that at all, so I did. It was not a slam, just
covering an omission.

> Perhaps I did not express myself clearly when I top-posted last time.


Top-posting destroys clarity, which is why I politely ask people to stop
doing it. Some choose to take offense where it isn't offered.

--
Warren Block * Rapid City, South Dakota * USA
 
Reply With Quote
 
Fred McKenzie
Guest
Posts: n/a

 
      01-09-2008, 11:57 PM
In article <C3A98C8B.3E91A%>,
David Leon <> wrote:

> Does anyone know what that program was or where I can find it? I'm using a
> Mac OS X machine with it, but I have Windows XP on it, if I need to use
> that


Dave-

If you have the capability of running Classic mode on that Mac, you
should be able to run the HP program, HP LaserJet Utility.

I think it requires use of AppleTalk, so your network must be able to
pass AppleTalk packets over Ethernet. (Some routers won't.)

Fred
 
Reply With Quote
 
Christopher Muto
Guest
Posts: n/a

 
      01-10-2008, 05:25 PM
the internel jetdirect network card for the 4000 series has a built in web
server that runs a java application which allows you to configure the
machine. print a configuration sheet from the printer to determine the
current ip address of the jetdirect card and then direct your internet
browser to that address. it is definately worth upgrading the firmware in
the jet direct card for the latest version. donwloads available from
hp.com.

"David Leon" <> wrote in message
news:C3A98C8B.3E91A%...
>I have two of these old bad boys. One of them has the built in network
>card.
> I was able to telnet into it and get it up and running. However, I
> remember
> from the old days, there was a program that would allow me to customize
> several aspects of the printer, such as the LCD display message and the
> like.
>
> Does anyone know what that program was or where I can find it? I'm using a
> Mac OS X machine with it, but I have Windows XP on it, if I need to use
> that.
>
> Thanks,
> --
> Dave
>



 
Reply With Quote
 
Ben Myers
Guest
Posts: n/a

 
      01-10-2008, 05:34 PM
Christopher,

In my experience, the web browser access works just fine when the JetDirect IP
address is in the same subnet as the computer doing the access. It is not so
fine when in a different subnet, and one wants to change the IP address. Or is
there something I should be doing differently? ... Ben Myers

On Thu, 10 Jan 2008 12:25:41 -0500, "Christopher Muto" <>
wrote:

>the internel jetdirect network card for the 4000 series has a built in web
>server that runs a java application which allows you to configure the
>machine. print a configuration sheet from the printer to determine the
>current ip address of the jetdirect card and then direct your internet
>browser to that address. it is definately worth upgrading the firmware in
>the jet direct card for the latest version. donwloads available from
>hp.com.
>
>"David Leon" <> wrote in message
>news:C3A98C8B.3E91A%...
>>I have two of these old bad boys. One of them has the built in network
>>card.
>> I was able to telnet into it and get it up and running. However, I
>> remember
>> from the old days, there was a program that would allow me to customize
>> several aspects of the printer, such as the LCD display message and the
>> like.
>>
>> Does anyone know what that program was or where I can find it? I'm using a
>> Mac OS X machine with it, but I have Windows XP on it, if I need to use
>> that.
>>
>> Thanks,
>> --
>> Dave
>>

>

 
Reply With Quote
 
Christopher Muto
Guest
Posts: n/a

 
      01-11-2008, 03:05 PM
true. the simplest way to handel that is set the pc to the same ip range as
the printer, connect to the printer, change the printers ip, and then reset
the pc ip back to whatever it was.
alternatively you can 'talk' to an ip in a different ip range with the use
of the map route command issues at a command prompt.

"Ben Myers" <> wrote in message
news:...
> Christopher,
>
> In my experience, the web browser access works just fine when the
> JetDirect IP
> address is in the same subnet as the computer doing the access. It is not
> so
> fine when in a different subnet, and one wants to change the IP address.
> Or is
> there something I should be doing differently? ... Ben Myers
>
> On Thu, 10 Jan 2008 12:25:41 -0500, "Christopher Muto"
> <>
> wrote:
>
>>the internel jetdirect network card for the 4000 series has a built in web
>>server that runs a java application which allows you to configure the
>>machine. print a configuration sheet from the printer to determine the
>>current ip address of the jetdirect card and then direct your internet
>>browser to that address. it is definately worth upgrading the firmware in
>>the jet direct card for the latest version. donwloads available from
>>hp.com.
>>
>>"David Leon" <> wrote in message
>>news:C3A98C8B.3E91A%...
>>>I have two of these old bad boys. One of them has the built in network
>>>card.
>>> I was able to telnet into it and get it up and running. However, I
>>> remember
>>> from the old days, there was a program that would allow me to customize
>>> several aspects of the printer, such as the LCD display message and the
>>> like.
>>>
>>> Does anyone know what that program was or where I can find it? I'm using
>>> a
>>> Mac OS X machine with it, but I have Windows XP on it, if I need to use
>>> that.
>>>
>>> Thanks,
>>> --
>>> Dave
>>>

>>




 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LaserJet 4000 Vista Driver Settings? Nigel Molesworth HP 2 02-08-2009 10:32 PM
Re: laserjet 4000 error 22 Ben Myers HP 2 08-13-2008 03:15 PM
Re: laserjet 4000 error 22 Ben Myers HP 0 08-08-2008 09:38 PM
LaserJet 4000 printing too far down the page cs_hart@yahoo.com HP 5 01-18-2008 04:44 PM
HP Laserjet 4000 Complete Rebuild? CWO4 Dave Mann HP 8 01-09-2008 02:11 AM


All times are GMT. The time now is 05:57 AM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43