opensuse 12.3 hplip-3.13.10 binary plugin fails to download

Asked by Jim Calfee

Plugin will not download for hpli-3.13.10. Appears to not have download location in call. How can I just find the file and download it directly?

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Amarnath Chitumalla
Solved:
Last query:
Last reply:
Revision history for this message
Jim Calfee (calfeejg1) said :
#1

Possible problem could be that www.openprinting.org appears to be unavailable.

Revision history for this message
Best Amarnath Chitumalla (amarnath-chitumalla) said :
#2

Hi Jim,

hp-plugin command tries to download the plugin binary from www.openprinting.org and this server is down so after some retries downloads from "http://hplipopensource.com/hplip-web/plugin/hplip-3.13.10-plugin.run". Please follow below steps.

 $ sudo hp-plugin -g
--> wait for some time to try 1st from www.openprinting.org (it fails) and later downloads from hplipopensource.com.

(or)

$ wget http://hplipopensource.com/hplip-web/plugin/hplip-3.13.10-plugin.run
--> downloads plugin to local system

$ sudo hp-plugin -g
--> select 2nd option to use local downloaded file.

Thanks & Regards,
Amarnath

Revision history for this message
Jim Calfee (calfeejg1) said :
#3

Thanks Amarnath Chitumalla, that solved my question.