HPLIP - P2055dn printer says network not supported

Asked by SteveP

The printer support page says that network in NOT SUPPORTED for the P2055dn printer - is this a mistake as the 'n' in the name specifically says it's a network printer.

I'm looking for such a printer but if networking from Linux is not supported its no good is it.

Please email answer to me.

Many thanks

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Aaron Albright
Solved:
Last query:
Last reply:
Revision history for this message
Best Aaron Albright (albrigha-deactivatedaccount) said :
#1

I'm working on fixing this in a future release. In the mean while edit the file:

/usr/share/hplip/data/models/models.dat

Search for p2055dn

find the section:

[hp_laserjet_p2055dn]
align-type=0
clean-type=0
color-cal-type=0
copy-type=0
embedded-server-type=0
fax-type=0
fw-download=False
icon=HP_LaserJet_1012.png
io-mfp-mode=6
io-mode=1
io-support=2
job-storage=0
linefeed-cal-type=0
model1=HP LaserJet P2055dn Printer
monitor-type=0
panel-check-type=0
pcard-type=0
plugin=0
plugin-reason=0
power-settings=0
pq-diag-type=0
r-type=0
r0-agent1-kind=4
r0-agent1-sku=CE505A
r0-agent1-type=1
scan-style=0
scan-type=0
status-battery-check=0
status-dynamic-counters=0
status-type=8
support-released=True
support-subtype=45ac
support-type=2
support-ver=2.8.10
tech-class=LJMono,Postscript
tech-subclass=Normal
tech-type=3
usb-pid=5c17
usb-vid=3f0

and replace it with this:

[hp_laserjet_p2055dn]
align-type=0
clean-type=0
color-cal-type=0
copy-type=0
embedded-server-type=0
fax-type=0
fw-download=False
icon=HP_LaserJet_1012.png
io-mfp-mode=6
io-mode=1
io-support=6
job-storage=0
linefeed-cal-type=0
model1=HP LaserJet P2055dn Printer
monitor-type=0
panel-check-type=0
pcard-type=0
plugin=0
plugin-reason=0
power-settings=0
pq-diag-type=0
r-type=0
r0-agent1-kind=4
r0-agent1-sku=CE505A
r0-agent1-type=1
scan-style=0
scan-type=0
status-battery-check=0
status-dynamic-counters=0
status-type=8
support-released=True
support-subtype=45ac
support-type=2
support-ver=2.8.10
tech-class=LJMono,Postscript
tech-subclass=Normal
tech-type=3
usb-pid=5c17
usb-vid=3f0

Then save the file, delete your other printer queues and use hp-setup to configure the printer. You should be working after this.

Hope this helps and sorry for the inconvenience.

Aaron

Revision history for this message
SteveP (sp-hplip) said :
#2

Many thanks thats great - I'll get the printer now.

Revision history for this message
SteveP (sp-hplip) said :
#3

Thanks Aaron Albright, that solved my question.