Difference between revisions of "HP LaserJet 1020"

From Hugo Villeneuve
Jump to: navigation, search
Line 1: Line 1:
 
= Installation =
 
= Installation =
  +
  +
Instructions d'installation avec CUPS 1.4
   
 
1. Installer foomatic-filters:
 
1. Installer foomatic-filters:
Line 19: Line 21:
 
$> make install
 
$> make install
 
$> make install-hotplug
 
$> make install-hotplug
 
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
 
L'imprimante devrait être détectée par CUPS

Revision as of 23:30, 27 February 2013

Installation

Instructions d'installation avec CUPS 1.4

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

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