Pages : 1
#1 Le 30/07/2005, à 21:24
- mathesis
[Info] [Hoary] HP Laserjet 1000
Bonjour,
Jusqu'à présent je m'étais résigné à ne pas pouvoir utiliser mon imprimante HP LaserJet 1000 sur la Hoary d'Ubuntu. Cela est pourtant possible, voici la marche à suivre :
(Page de référence : http://www.linuxprinting.org/show_printer.cgi?recnum=HP-LaserJet_1000)
Vous devez utiliser CUPS, avoir connecté votre imprimante via le port USB et avoir installé gcc.
wget http://foo2zjs.rkkda.com/foo2zjs.tar.gz
tar -zxf foo2zjs.tar.gz
cd foo2zjs
sudo make
./getweb 1000
sudo make install
sudo /etc/init.d/cupsys restart
sudo make install-hotplug
sudo ln -s /usr/share/doc/hotplug/examples/usb.usermap /etc/hotplug/usb.usermap
Il faut ensuite rebooter, l'imprimante devrait émettre un son au démarrage.
Remarque: le lien symbolique semble être spécifique aux distributions Debian.
Les firmwares disponibles pour d'autres imprimantes sont :
./getweb 2300 # Get Minolta 2300 DL .ICM files
./getweb 2200 # Get Minolta 2200 DL .ICM files
./getweb cpwl # Get Minolta Color PageWorks/Pro L .ICM files
./getweb 1005 # Get HP LJ1005 firmware file
./getweb 1000 # Get HP LJ1000 firmware file
./getweb all # Get all of the above
Article disponible sur le Wiki : http://wiki.ubuntu-fr.org/materiel/impr … erjet_1000
Dernière modification par mathesis (Le 20/08/2005, à 11:43)
Hors ligne