how to install a print driver for hp 3510 into super x os

Asked by jcoop

i have install a super x ox 2 and need to know how to install a print driver for a hp 3510e into the new os. when i try to install a newer version of hplip it says not all depencies are met. im new to this and dont know what to do

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,

Sorry to inform you that HPLIP is never tested on Super X OS. But still you can give it a try to install by following below steps.

http://hplipopensource.com/hplip-web/install/manual/index.html (manual installation instructions)

=> 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 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
jcoop (jcoop450) said :
#2

Thank you for your answer. I had solved the problem myself not 24 hrs befor I received this. What I had done was download the lastest hplib for ubuntu and manually installed it. Worked perfectly. Again
thank you