battistis Apprentice
Joined: 20 Jul 2006 Posts: 249
|
Posted: Sun Mar 16, 2008 8:43 pm Post subject: [HOWTO] Installare un multif. laser HP Laserjet M1005 MFP |
|
|
per tutti quelli che hanno comprato questa simpatica macchinetta, ormai ad un prezzo stracciato...
Prima date un occhiata al wiki (http://gentoo-wiki.com/HOWTO_Install_a_USB_scanner)
per quanto riguarda il kernel e hotplug, e verificate di avere sys-apps/dbus >= 1.0.2-r2
poi se e' stata riconosciuta
Code: |
# lsusb
Bus 001 Device 005: ID 03f0:3b17 Hewlett-Packard
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
...
|
Aggiungete, nel vostro /etc/make.conf, per lo scanner
Code: | SANE_BACKENDS="hpljm1005" |
e per stampa
Code: | FOO2ZJS_DEVICES="hp1005" |
Verificate anche che vi siano presenti anche le flag:
USE=" ... usb foomatic foomaticdb cups ... "
Smascherate gli ebuid ~x86 per lo scanner
Code: | # echo "=media-gfx/sane-backends-1.0.19" >> /etc/portage/package.keywords |
e per la stampa
Code: | # echo "net-print/foo2zjs" >> /etc/portage/package.keywords |
poi
Code: | # emerge -avN sane-backends xsane
# sane-find-scanner -q
found USB scanner (vendor=0x03f0, product=0x3b17) at libusb:001:005
# scanimage -L
device `hpljm1005:libusb:001:005' is a Hewlett-Packard LaserJet M1005 multi-function peripheral
# emerge -avN foo2zjs cups foomatic-db
# /etc/init.d/cupsd start
# rc-update add cupsd default
|
A questo punto lo scanner dovrebbe funzionare tranquillamente sotto xsane
e per completare l'installazione della stampante potete usare il pannello di configurazione di cups tramite firefox alla pagina
http://localhost:631/
Amministrazione -> [Aggiungi questa stampante] HP LaserJet M1005 MFP -> e procedete con le opzioni gia' impostate di default
spero sia stato d'aiuto
eventuali correzzioni saranno ben accettete _________________ \\ba7/ |
|