|
|
|
|
Est ce que l'imprimante est correctement installée ? Normalement tu as deux trois paquets à installer pour que l'imprimante soit prise en charge.
(mando@aldur) (~) $ apt-cache search HP | grep " HP " array-util - configuration viewer for HP (Compaq) SmartArray controllers arrayprobe - command line HP (Compaq) SmartArray status checker cpqarrayd - monitoring tool for HP (Compaq) SmartArray controllers djtools - Tools for HP DeskJet printer hp-ppd - HP Postscript Printer Definition (PPD) files hp-search-mac - Search for a MAC address on HP switches hpijs - HP Linux Printing and Imaging - gs IJS driver (hpijs) hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files hplip - HP Linux Printing and Imaging System (HPLIP) hplip-data - HP Linux Printing and Imaging - data files hplip-dbg - HP Linux Printing and Imaging - debugging information hplip-doc - HP Linux Printing and Imaging - documentation hplip-gui - HP Linux Printing and Imaging - GUI utilities hpoj - HP OfficeJet Linux driver (hpoj) hpoj-xojpanel - HP OfficeJet Linux QT-based LCD panel display hpsockd - HP SOCKS server ifhp - Printer filter for HP LaserJet printers lx-gdb - Dump and load databases from HP 100LX/200LX palmtops Pour plus de détails : http://doc.ubuntu-fr.org/imprimante#hp Il suffit ensuite d'installer le bon driver par exemple avec la commande aptitude : sudo aptitude install hpijs Vérifie aussi que l'imprimante apparaît quand tu tapes la commande : lsusb Bonne chance |
Sous linux la plupart des logiciels s'installent sous forme de paquet (paquet debian en l'occurrence puisqu'ubuntu et un dérivé de debian). Ici on cherche donc à installer les paquets qui correspondent aux pilotes de ton imprimantes.
sudo aptitude update sudo aptitude safe-upgrade sudo aptitude install hpijs hplip A l'issue de quoi ça à des chances de marcher. La commande pour vérifier que l'imprimante est "vue" sur son port usb (sachant que tu as lspci pour les ports pci) est : lsusb Si ton imprimante ne marche pas reporte le nous de cette dernière commande avec un copier coller. Bonne chance |