voila,je crée un 2eme topic pour clarifier les choses.
imprimantes :
1)multifonction hp psc 5510 (scanner imprimante copieur fax)
2)laser monochrome Canon Lbp1120
ce qui a été fait :
instal :
apt-get install hpijs hpijs-ppds foomatic-db-hpijs
apt-get install cupsys cupsys-bsd cupsys-client cupsys-driver-gimpprint
apt-get install foomatic-db-engine
apt-get install foomatic-filters-ppds foomatic-gui
modprobe printers
pour la hp:
copie du ppd http://www.linuxprinting.org/show_printer.cgi?recnum=HP-OfficeJet_5110dans /usr/share/cups/model
tentative de reinstall en vain:
le document se place dans completed,en status aborted,et si je veux relancer,j’ai : client-error-not-possible
pour la canon:
linuxprinting.org/show_print … n-LBP-1120
boichat.ch/nicolas/capt/
le readme me dit de faire un make:
[code]debian:# make install /home//capt-0.1/capt-0.1/capt-print
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
debian:# make /home//capt-0.1/capt-0.1/capt-print
make: Rien à faire pour « /home//capt-0.1/capt-0.1/capt-print ».
debian:# make /home//capt-0.1/capt-0.1/capt-print/makefile
make: *** Pas de règle pour fabriquer la cible « /home//capt-0.1/capt-0.1/capt-print/makefile ». Arrêt.
debian:# make /home//capt-0.1/capt-0.1/capt-print
make: Rien à faire pour « /home/****/capt-0.1/capt-0.1/capt-print ».
debian:# modprobe usblp
modprobe: Can’t locate module usblp
debian:/# modprobe usbprinters
modprobe: Can’t locate module usbprinters
debian:# modprobe printer
debian:# lsusb
Bus 002 Device 001: ID 0000:0000
Bus 002 Device 013: ID 03f0:3a11 Hewlett-Packard
Bus 001 Device 001: ID 0000:0000
Bus 001 Device 012: ID 04a9:262b Canon, Inc. LaserShot LBP-1120 Printer
Bus 001 Device 002: ID 0463:ffff MGE UPS Systems UPS
debian:# chmod a+rw /dev/usb/lp0
debian:# chmod a+rw /dev/usb/lp1
debian:# chmod a+rw /dev/usb/lp2
[/code]
qui ne fonctionne pas.
le readme:
[code]Install
Type:
make
Then log in as root and type:
#make install
You need to have USB Printer support in your kernel. To install the
needed module, type, as root:
#modprobe usblp
And a new device should appear (/dev/usb/lp0). Type, as root:
#chmod a+rw /dev/usb/lp0
To give access to the printer to users (this is also needed for CUPS
to work.)
Install in CUPS
Follow the instructions presented on this page :
http://www.linuxprinting.org/cups-doc.html
When installing, do not select an USB port, but a dummy serial port
(for example Serial Port #8).
To align the margin, change TopSkip and LeftSkip parameters.[/code]
et donc actuellement l’erreur est la meme que pour la hp:le document se place dans completed,en status aborted,et si je veux relancer,j’ai : client-error-not-possible.
voila donc ou j’en suis