On Fri, 17 Sep 2010 21:20:39 +0200, Merciadri Luca wrote: > Amongst two printers, I've got an Hp Deskjet 990Cxi, and I use > `CUPS+Gutenprint v5.0.2' as a driver for this printer. I would like to > print both sides, e.g. using long edge mode (standard). The problem is > that this seems not to be communicated to the printer, despite of the > invokated command: > > == > lpr -P Deskjet -o Resolution=300dpi -o PageSize=Letter -o > Duplex=DuplexNoTumble > ==
The command above lacks the file/document to print? :-? > where `Deskjet' is the name of the printer for CUPS. > > Any idea? You can first check that duplex printing is an available option for your driver: *** lpoptions -p printername -l | grep -i duplex *** If it is listed there and you get no output when calling "lpr", take a look into CUPS logs (/var/log/cups/*), maybe there is any error there. Greetings, -- Camaleón -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pan.2010.09.18.09.29...@gmail.com