Diagnose HPLIP Driver

Asked by martik

Hello,
When I press button "Diagnose HPLIP Driver", I received this message "ubuntu python: io/hpmud/hpmud.c 223: invalid channel_open state, current io_mode=raw/uni service=HP-MESSAGE hp:/net/Deskjet_3510"
What this message means?

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Sanjay Kumar
Solved:
Last query:
Last reply:
Revision history for this message
Best Sanjay Kumar (sanjay-kumar14) said :
#1

Hi,

Please follow following things and check if issue gets resolved.
=> Download and install the latest HPLIP release from
http://hplipopensource.com/hplip-web/install/install/index.html (automatic installer) or
http://hplipopensource.com/hplip-web/install/manual/index.html (manual installation, if automatic installer does not work)

=> Reconfigure print queue with the commands in the terminal mentioned below.
       => system-config-printer (remove all print queues)
      => su -c "hp-plugin"
             or
      => sudo hp-plugin (This will download right plugin)
       => hp-setup (It should not be run in a root mode. This command is adding print queue, make sure you select ppd name having "-ps" or "hpcups" substring)
=>Try printing/Scanning now.

If problem does not get solved then please run following command to capture the logs and send the logs.

$su -c "hp-logcapture"

Revision history for this message
martik (krba-m) said :
#2

Thank you matik