Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Un aiuto ad installare la stampante
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Fri Sep 30, 2011 9:16 pm    Post subject: [RISOLTO] Un aiuto ad installare la stampante Reply with quote

Salute a tutti,

Io ho una hp laserjet p1005. Sto cercando d'installarla seguendo questa guida
http://www.gentoo.org/doc/it/printing-howto.xml#hplip
Posto alcuni comandi
Quote:
luca@loocagentoo ~ $ dmesg | grep -i print
[11146.159638] usblp0: USB Bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x03F0 pid 0x3D17
luca@loocagentoo ~ $ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0bda:0181 Realtek Semiconductor Corp.
Bus 001 Device 004: ID 04a9:1909 Canon, Inc.
Bus 004 Device 002: ID 0461:4d0f Primax Electronics, Ltd
Bus 005 Device 002: ID 0461:0010 Primax Electronics, Ltd
Bus 001 Device 005: ID 03f0:3d17 Hewlett-Packard LaserJet P1005

Ho poi installato hplip
Code:
# emerge hplip

Poi ho dato un bel
Code:
 hp-setup

Si apre Hp Device Manager, la stampante è presente ma se clicco su avanti ecco che
Plugin install failed
Quote:
HP Linux Imaging and Printing System (ver. 3.11.5)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

warning: Fax setup disabled - Python 2.3+ required.
Searching... (bus=usb, search=(None), desc=0)
error: The printer you are trying to setup requires a binary driver plug-in and it failed to install. Please check your internet connection and try again. Visit http://hplipopensource.com for more infomation.

Come posso rimediare?


Last edited by looca on Sat Oct 01, 2011 3:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
MajinJoko
l33t
l33t


Joined: 20 Sep 2005
Posts: 639
Location: Bergamo / Verona

PostPosted: Fri Sep 30, 2011 9:41 pm    Post subject: Reply with quote

Ho la tua stessa stampante. Quel plugin viene scaricato senza troppi problemi dallo stesso script di hp-setup.

Ma la connessione in quel momento era attiva?


L'altra cosa che mi viene in mente è che su arch ho avuto problemi ad installare, perché hplip voleva python2. Ma non credo che questo possa essere il tuo caso.


A memoria, però, mi sembra che lo script ti da anche la possibilità di scaricarti manualmente il plugin. Forse sbaglio.
_________________
[(.. watashi wa Urumi Kanzaki ga suki da ..)]
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Fri Sep 30, 2011 9:49 pm    Post subject: Reply with quote

Ho provato a dare un bel
Code:
hp-plugin -i

ottenendo
Quote:
loocagentoo ~ # hp-plugin -i

HP Linux Imaging and Printing System (ver. 3.11.5)
Plugin Download and Install Utility ver. 2.1

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

(Note: Defaults for each question are maked with a '*'. Press <enter> to accept the default.)

/
-----------------------------------------
| PLUG-IN INSTALLATION FOR HPLIP 3.11.5 |
-----------------------------------------

Option Description
---------- --------------------------------------------------
d Download plug-in from HP (recomended)
p Specify a path to the plug-in (advanced)
q Quit hp-plugin (skip installation)

Enter option (d=download*, p=specify path, q=quit) ? d

--------------------------
| DOWNLOAD CONFIGURATION |
--------------------------

Checking for network connection...
Downloading configuration file from: http://hplip.sf.net/plugin.conf
Downloading configuration: [\ ] 0%

-------------------
| DOWNLOAD PLUGIN |
-------------------

Checking for network connection...
Downloading plug-in from: http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.11.5-plugin.run
Downloading plug-in: [***********************************] 100% 8.0 KB

----------------------
| INSTALLING PLUG-IN |
----------------------

/tmp/hplip-3.11.5-plugin.run: line 1: syntax error near unexpected token `newline'
/tmp/hplip-3.11.5-plugin.run: line 1: `<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'
error: Python gobject/dbus may be not installed


Ma cosa sarà quel "Python gobject/dbus may be not installed"? :?:
Ora provo a rendere hp-setup...
ma niente da fare. Non vado avanti :cry:
Quote:
HP Linux Imaging and Printing System (ver. 3.11.5)
Printer/Fax Setup Utility ver. 9.0

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

warning: Fax setup disabled - Python 2.3+ required.
Searching... (bus=usb, search=(None), desc=0)
error: The printer you are trying to setup requires a binary driver plug-in and it failed to install. Please check your internet connection and try again. Visit http://hplipopensource.com for more infomation.

Done.
Back to top
View user's profile Send private message
MajinJoko
l33t
l33t


Joined: 20 Sep 2005
Posts: 639
Location: Bergamo / Verona

PostPosted: Fri Sep 30, 2011 9:52 pm    Post subject: Reply with quote

ma scusa hai provato ad aprire manualmente
http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.11.5-plugin.run

:D :D :D

No perché:
Quote:
This site is down for maintenance. We will be restoring service shortly. Thank you for your patience.

The Linux Foundation

è piuttosto normale che non funzioni, per ora :wink:
_________________
[(.. watashi wa Urumi Kanzaki ga suki da ..)]
Back to top
View user's profile Send private message
looca
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2011
Posts: 79
Location: Firenze

PostPosted: Fri Sep 30, 2011 9:58 pm    Post subject: Reply with quote

Cazzarola! da quando sono stati "attaccati" (da chissà chi poi! quali antipatici "hacker" al soldo di chissà quali ditte d'antivirus saranno stati, mah 8) quelli della Linux Fondation ancora dicono di pazientare. Ma è quasi un mese che si deve pazientare!
Ma noi pazienteremo. Intanto come stampo però? :lol:
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Sat Oct 01, 2011 10:09 am    Post subject: Reply with quote

looca wrote:
"hacker"
Siamo italiani quindi la definizione è pirata informatico o, volendo usare l'odioso idioma d'Albione, "cracker".
E per cose del genere credo siano i marchi che basano la loro politica commerciale sull'obsolescenza predeterminata (che andrebbe vietata e sanzianota come truffa all'acquirente, dato che un nolo viene spacciato per vendita) a finanziarle se proprio dobbiamo fare i complottisti.

In ogni caso usando google, il caro "fottuto" google, ovvero

http://www.google.it/search?q=hplip-3.11.5-plugin.run&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial&client=firefox-a

senza fermarsi ai primi due risultati, ovviamente ... si trovano risorse come questa

http://lutung.library.ums.ac.id/arsip/drivers/printer/linux/

che è l'ennesima copia di cache.

O la si chiede a qualcuno che ha già scaricato il pacchetto (esistono i servizi di filehosting per questo ma anche via email meno di due MB passano con facilità). :roll:

Lo so che non è uso in questo forum indulgere agli RTFM ed agli UTFG e non interpretare quello che ho scritto come un feroce cazziatone, il tono è quello della bonaria presa in giro per dar modo di capire quale è l'approccio.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum