Mailinglist Archive: opensuse-packaging (86 mails)

< Previous Next >
Re: [opensuse-packaging] cups: upgrade from 1.4.x to version 1.5.0

Hello,

On Oct 7 13:26 Werner Flamme wrote (excerpt):
On Oct 7 11:22 Werner Flamme wrote (excerpt):
First, my printer is configured to print on both sides of the paper.
It does not do so now.

it's a HP LaserJet 4200dtn, accessed via network.

lpoptions -p hplaserjet4200 -l | grep -i duplex
HPOption_Duplexer/: *True False
Duplex/: None *DuplexNoTumble DuplexTumble


Strange.


With

echo -en '\rOne\r\fTwo\r\f' | lp -d hplaserjet4200

you do not get "One" and "Two" printed on both sides of one sheet of paper?


If not, does it perhaps help to enforce what should be used by default:

echo -en '\rOne\r\fTwo\r\f' | lp -d hplaserjet4200 -o Duplex=DuplexNoTumble



Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH -- Maxfeldstrasse 5 -- 90409 Nuernberg -- Germany
HRB 16746 (AG Nuernberg) GF: Jeff Hawn, Jennifer Guild, Felix Imendoerffer
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx

< Previous Next >
Follow Ups