-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Printers
- LaserJet Printing
- Re: LaserJet P4015n - serial number in web UI is incorrect

Create an account on the HP Community to personalize your profile and ask a question
03-11-2021 09:43 AM
Hello,
We've got a few LaserJet P4015n printers on our company's network, but one of them seems to think it's serial number is the same as one of the others. The S/N on the physical printer doesn't match the S/N that shows on the web UI or on the configuration page printout. The S/N those have listed is for a completely different printer - that also happens to be on our network.
The IPv4 addresses for both printers are different, as are the MAC addresses.
Any explanation for this case of mistaken identity? And is there any way I can correct it?
Solved! Go to Solution.
Accepted Solutions
03-11-2021 11:57 AM
Most likely someone swapped formatters at one point in time and the serial number was corrupted. You can use a PJL file to change the serial number to match the serial number sticker that is on the back of the physical body of the printer.
%-12345X@PJL JOB
@PJL SET SERVICEMODE = HPBOISEID
@PJL SET SERIALNUMBER = XXXXXXXXXXX (change this to your serial number)
@PJL SET SERVICEMODE = EXIT
@PJL EOJ
%-12345X
Create this file in notepad, save it as a PJL file and then send it to the printer. Usually I send it by FTP.
I am a volunteer, offering my knowledge to support fellow users, I do not work for HP nor speak for HP.
03-11-2021 11:57 AM
Most likely someone swapped formatters at one point in time and the serial number was corrupted. You can use a PJL file to change the serial number to match the serial number sticker that is on the back of the physical body of the printer.
%-12345X@PJL JOB
@PJL SET SERVICEMODE = HPBOISEID
@PJL SET SERIALNUMBER = XXXXXXXXXXX (change this to your serial number)
@PJL SET SERVICEMODE = EXIT
@PJL EOJ
%-12345X
Create this file in notepad, save it as a PJL file and then send it to the printer. Usually I send it by FTP.
I am a volunteer, offering my knowledge to support fellow users, I do not work for HP nor speak for HP.