1

I have three printers that I have to put on our internal network using the printers' internal NICs. They are all currently attached to Windows XP machines and shared via the OS.

So I need to submit details to the networking folks to get IP addresses for each printer.

How do I find the MAC addresses of these printers (they are all HP LaserJets)?

Edit:

Printers:

  • HP LaserJet 3050
  • HP LaserJet 1600
  • HP LaserJet 2420

All are attached via USB currently.

Edit:

None of the printers currently have IP addresses. They all have the capability but currently are not setup.

Berek Bryan
  • 394
  • 2
  • 5
  • 11

5 Answers5

5

When you did a 'test page', did you do it from the client machine or the printer?... if you did it from the client machine, I doubt you'll get good information about network settings of the printer (specially if you're connecting through USB).

Doing a quick google you can find the manual for your 3050, check for others:

Network configuration page
The Network configuration page lists the current settings and properties of the all-in-one. To print the Network configuration page from the all-in-one, complete the following steps:

  1. On the control panel, press Menu.
  2. Use the < or the > button to select Reports, and then press .
  3. Use the < or the > button to select Network report, and then press .
l0c0b0x
  • 11,697
  • 6
  • 46
  • 76
2

Print a test page with the network configuration from the printers. If they have a NIC in them the test page should display the mac. I believe LaserJets also have the mac printed on one of the physical labels on the case. You might have to open a drawer or lift a lid somewhere to find it, depending on what model LJ.

squillman
  • 37,618
  • 10
  • 90
  • 145
  • i tried the test page with no luck. i will scourer the case for the addresses physically on them. thanks for the ideas. – Berek Bryan May 07 '09 at 14:41
  • Are you sure there's a NIC in them then? The configuration page should say something about a JetDirect if the printer is seeing them. You should also get a page kicked out with the JetDirect configuration if the printer recognizes the card. – squillman May 07 '09 at 14:43
  • yes...all there have ethernet jacks – Berek Bryan May 07 '09 at 14:44
  • Squillman, he doesn't know what he is talking about. –  May 07 '09 at 14:45
  • The other thing you can do is download the JetDirect software, plug the printers into the network and have the software find them. You don't need IP to do that. Other then that *shrug* – squillman May 07 '09 at 14:56
  • @squillman thanks for the feedback and thanks for not being a jerk about it. – Berek Bryan May 07 '09 at 15:22
1

I would try a broadcast ping to 255.255.255.255 from a linux box (Windows does not allow this) given they are on the same switch. Then have a look at the arp-cache for any responses using

arp -a

The arp cache lookup will also work if you can somehow connect to the device using a configuration tool (even if does not show you the MAC address).

Martin C.
  • 670
  • 1
  • 6
  • 12
0

There should be a menu choice to print configuration (on the printer itself). Other than that (or using an application that might have come with the printer for configuration, that might report a MAC address), I do not know.

  • 1
    he doesn't have the IP address so how will he ping – TStamper May 07 '09 at 14:34
  • TStamper is correct no ip addresses – Berek Bryan May 07 '09 at 14:35
  • Berek, you should reword your entry. You wrote "I have three printers that I have to but on our internal network using the printers' internal NICs." But later you say they are attached via USB. I assumed, by your first sentence, that there were IPs assigned. –  May 07 '09 at 14:40