Difference between revisions of "HP LaserJet 1020"

From Hugo Villeneuve
Jump to: navigation, search
(New page: = Installation = 1. Installer foomatic-filters: $> wget http://www.openprinting.org/download/foomatic/foomatic-filters-4.0.17.tar.gz $> tar -xf foomatic-filters-4.0.17.tar.gz $> cd...)
 
Line 21: Line 21:
 
$> make cups
 
$> make cups
   
  +
3. Télécharger le firmware dans l'imprimante:
3.
 
  +
  +
$> cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/usb/lp0
  +
  +
4. Décharger le driver usblp:
  +
  +
$> rmmod usblp
  +
  +
5. Redémarrer CUPS:
  +
  +
$> /etc/rc.d/init.d/cups restart
  +
  +
L'imprimante devrait être détectée par CUPS

Revision as of 20:15, 27 February 2013

Installation

1. Installer foomatic-filters:

 $> wget http://www.openprinting.org/download/foomatic/foomatic-filters-4.0.17.tar.gz
 $> tar -xf foomatic-filters-4.0.17.tar.gz
 $> cd foomatic-filters-4.0.17
 $> ./configure --prefix=/usr
 $> make
 $> make install
 

2. Installer foo2zjs:

 $> wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
 $> tar -xf foo2zjs.tar.gz
 $> cd foo2zjs
 $> make
 $> ./getweb 1020
 $> make install
 $> make install-hotplug
 $> make cups

3. Télécharger le firmware dans l'imprimante:

 $> cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/usb/lp0

4. Décharger le driver usblp:

 $> rmmod usblp

5. Redémarrer CUPS:

 $> /etc/rc.d/init.d/cups restart

L'imprimante devrait être détectée par CUPS