On Wed, 9 Oct 2002 12:18:18 +0800 "Edward Dekkers" <[EMAIL PROTECTED]> wrote:
> After much trouble (see previous posts), I have managed to secure my > Epson Stylus Color 880 onto my Linux box and can print to it using > the 860 driver from Windows XP. > > However, I can't print multiple copies. When I select it I only get > one copy regardless. I have to print again to get another copy. > > Who is responsible for the multiple copies when I check it on the > client PC? > > Does the print job just get spooled twice? Or is there like a > printer command that is supposed to get sent telling the printer to > print the same thing twice? > > Just trying to track down where to look to fix this problem - the > client PC, Samba or lpr. > > I looked at google using the keywords 'linux print samba copies', > but nothing pertinent came up related to my problem. If you have any > better keywords, I'm all ears before I get flamed. > > A 'man lpr' lists -K<num> or -#<num> as the option flag to set for multiple copies. So, to print two copies of the file /reports/stuff.txt : lpr -K2 /reports/stuff.txt or lpr -#2 /reports/stuff.txt Also, on my RH 7.0 system, the default setting for 'maximum copies' (see /etc/lpd.conf) was set to one. I had to add: :mc=10\ to my /etc/printcap file to up the maximum to 10 copies. I believe 'mc=@' means 'no maximum'. Someone on the list can correct me if I'm wrong.... Remember to restart lpd if you make changes in /etc/printcap: service lpd restart Regards, Tom -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list