[Risolto] problemi con stampante hp-Laserjet-1018 su fedora 15

Buongiorno a tutti,
chiedo un po’ di aiuto…sono passato a fedora 15 e ho riscontrato due grossi problemi:

  1. stampa: la stampante mi viene riconosciuta da sistema operativo ma non stampa, lancio un qualsiasi documento in stampa escono due messaggi uno successivo all’altro ma nessun accenno di funzionamento (rimando a questa pagina visto che ho già suscitato il problema)
    http://www.fedoraonline.it/modules/newbb/viewtopic.php?topic_id=15923&forum=40
  2. brasero: non masterizza, ho provato a seguire le indicazioni a proposito di modificare la voce in gconf o dconf ma non mi appare sotto apps la voce brasero

Qualcuno può aiutarmi??

Grazie mille!!

Accendi la stampante, collegala al pc, riavvia Fedora.

Mostra:

$ rpm -qa | grep -e hp -e foo $ ls /dev/usb $ locate sihp1018.dl

Copio tutto quello che mi dice da terminale:

[federico@federico ~]$ rpm -qa | grep -e hp -e foo
hpijs-3.11.5-3.fc15.i686
hplip-common-3.11.5-3.fc15.i686
foo2zjs-0.20110602-1.fc15.i686
hplip-3.11.5-3.fc15.i686
libsane-hpaio-3.11.5-3.fc15.i686
foomatic-filters-4.0.7-2.fc15.i686
hplip-libs-3.11.5-3.fc15.i686
[federico@federico ~]$ ls /dev/usb
lp0
[federico@federico ~]$ locate sihp1018.dl
[federico@federico ~]$

Grazie!

Mantieno la stampante accesa e collegata.
Scarica il firmware

[code]$ wget http://sysinf0.klabs.be/usr/share/foo2zjs/firmware/sihp1018.dl?f=download;dist=xandros4.0-xn;component=main;arch=i386;pkg=xandros-foo2zjs;ver=1.1-1
$ cd
password root

mv sihp1018.dl /usr/share/foo2zjs/firmware

cat /usr/share/foo2zjs/firmware/sihp1018.dl > /dev/usb/lp0[/code]

ciao, scusa l’inesperienza ma cosa vuol dire il comando:

cd
password root

??

[quote=azzojim]
ciao, scusa l’inesperienza ma cosa vuol dire il comando:

cd
password root

??[/quote]

La fretta di andare in spiaggia fa brutti scherzi. :smiley:

Un passaggio è sbagliato:

[code]$ wget http://sysinf0.klabs.be/usr/share/foo2zjs/firmware/sihp1018.dl?f=download;dist=xandros4.0-xn;component=main;arch=i386;pkg=xandros-foo2zjs;ver=1.1-1
$ su
password root

mv sihp1018.dl /usr/share/foo2zjs/firmware

cat /usr/share/foo2zjs/firmware/sihp1018.dl > /dev/usb/lp0[/code]

mv: impossibile eseguire stat di “sihp1018.dl”: File o directory non esistente

cat: /usr/share/foo2zjs/firmware/sihp1018.dl: File o directory non esistente

mi da questo da terminale…

il resto lo ha scaricato senza problemi…

Vediamo:

$ ls /usr/share/foo2zjs

mi dà:

crd firmware gamma-lookup.ps gamma.ps icm

Vediamo:

$ ls $HOME

Documenti Musica Scrivania sihp1018.dl?f=download.2
Immagini Pubblici sihp1018.dl?f=download themes.zip
Modelli Scaricati sihp1018.dl?f=download.1 Video

SCUSA IL RITARDO MA IN SETTIMANA NON SONO A CASA!

Ok, ricominciamo.

Cancella questi file dalla home (il link che ti avevo postato sembra non essere più disponibile): sihp1018.dl?f=download.2

Rimuovi l’rpm che non so se va bene.

[code]# yum remove foo2zjs

exit[/code]

Rimuovi le stampanti 1018 esistenti.

Con questi comandi scarichi, compili ed installi i driver http://foo2zjs.rkkda.com/ che dovrebbero far funzionare la tua stampante:

$ cd $HOME
$ wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz
$ tar -xvf foo2zjs.tar.gz
$ cd foo2zjs
$ make 
$ ./getweb 1018
$ su
  password root
# make install
# make install-hotplug
# make cups

Riavvia cups e configura la stampante:

[code]

service cups restart

system-config-printer[/code]

Se hai problemi, fermati e posta l’errore.

[federico@federico foo2zjs]$ make

Dependencies…

  ***
  *** Error: cc is not installed!
  ***
  *** Install Software Development (gcc) package
  ***

make: *** [all-test] Errore 1
[federico@federico foo2zjs]$

A questo punto mi dà errore…

Prima di proseguire, installa i tool di sviluppo:

# yum groupinstall 'Development Libraries' 'Development Tools'

Sono numerosi pacchetti.

[root@federico foo2zjs]# make install-hotplug

Hotplug Installation Dependencies…

  ***
  *** Error: system-config-printer-udev is installed!
  ***
  *** Remove it with: (Fedora)
  *** 	# yum remove system-config-printer-udev
  *** OR
  *** 	# rpm -e --nodeps system-config-printer-udev
  *** OR (Ubuntu, Debian)
  *** 	$ sudo apt-get remove system-config-printer-udev
  *** OR (generic linux)
  ***	# rm -f /lib/udev/rules.d/*-printers.rules
  ***

make: *** [install-hotplug-test] Errore 1
[root@federico foo2zjs]#
*/

Salta quel comando.

[root@federico foo2zjs]# system-config-printer

(system-config-printer.py:4310): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(system-config-printer.py:4310): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(system-config-printer.py:4310): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
**** Incorrect IEEE 1284 Device ID:
**** Actual ID is MFG:Hewlett-Packard;MDL:HP LaserJet 1018;
**** Please report a bug against the HPLIP component
**** Incorrect IEEE 1284 Device ID:
**** Actual ID is MFG:Hewlett-Packard;MDL:HP LaserJet 1018;
**** Please report a bug against the HPLIP component
/usr/share/system-config-printer/system-config-printer.py:2151: GtkWarning: Attempting to store changes into /root/.local/share/recently-used.xbel', but failed: Creazione del file "/root/.local/share/recently-used.xbel.59A6XV" non riuscita: File o directory non esistente gtk.main() /usr/share/system-config-printer/system-config-printer.py:2151: GtkWarning: Attempting to set the permissions of /root/.local/share/recently-used.xbel’, but failed: File o directory non esistente
gtk.main()
[root@federico foo2zjs]#

[code]# su -

system-config-printer[/code]

[root@federico federico]# system-config-printer

(system-config-printer.py:1868): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(system-config-printer.py:1868): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(system-config-printer.py:1868): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

la stampante mi viene riconosciuta ma come prima se lancio una stampa non funziona…