Help with duplex printing


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Help with duplex printing
# 8  
Old 04-22-2010
google says -o Duplex=DuplexNoTumble might work. There's got to be a list of these options somewhere...
# 9  
Old 04-23-2010
I tried that. It did not work. It is not a big deal. I am able to duplex and that is the main thing. Thanks.
# 10  
Old 04-23-2010
If the printer is using PCL5 escape sequences, you could put them directly into the print file, rather than have the printer driver options do it for you.
Is there an option to print "raw", that is the printer driver does not add escape sequences to the job.
The escape sequence you are looking for is ESC&l2S (letter l).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to change Speed Duplex

How to change Speed Duplex ! How to change Speed Duplex by command chdev -P -l ent1 -a media_speed=1000_Full_Duplex How to change Speed Duplex by Smitty . smitty chgenet -> select adapter -> change Media speed etc. -> set "Apply change to DATABASE only" to yes -> Enter -> ... (0 Replies)
Discussion started by: ITHelper
0 Replies

2. Solaris

How to find half duplex or full duplex

Hi, How to find whether the server is running with half duplex or full duplex. I tried with the following command ndd -get /dev/ but am not getting any output,. Is the command correct? Also let me know how to change from half to full duplex. (1 Reply)
Discussion started by: rogerben
1 Replies

3. SuSE

configure full duplex

How do I configure full duplex on suse 8.2 I tried ethtool -s eth0 speed 100 duplex full autoneg off the above works but when I reboot the machine the configure was lost. How do I configure full duplex so that when the machine get rebooted the configuration will stay. My interface... (4 Replies)
Discussion started by: hassan2
4 Replies

4. Solaris

How to force a full duplex

I need to change some Ip addresses for my servers to reflect in the NIS map. I also need to force full duplex on the 10/100 cards & 1/2 duplex in the 10 cards. I can change the IP by doing ifconfig <NIC card > plumb up <newip>. Not quite sure on how to force the full / half duplex & how to... (2 Replies)
Discussion started by: Remi
2 Replies

5. Red Hat

rhel 3 duplex setting

how do you tell what duplex mode your box is running? kinda like cat /proc/meminfo for memory usage.. is there a similar procedure that shows if the live kernel is running at 100-full or half etc...? (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

6. Programming

full -duplex ?

what is meant by full duplex and half duplex? b'coz in differences b\w hub and switch ,i heard lot this duplex word so please help me (1 Reply)
Discussion started by: parvathy
1 Replies

7. UNIX for Dummies Questions & Answers

How to turn off duplex

I am using digital Unix and lpd. I have HP 4200n LaserJet TCP printer, but when I use lpr command, it always print duplex. I can turn off duplex feature at the panel of the printer, but then other Windows computer cannot print duplex. How can I set up /etc/printcap file so that it will be... (2 Replies)
Discussion started by: hiepng
2 Replies

8. Solaris

Duplex Settings

Hi All I've been having a lot of errors logged on the Cisco Catalyst (4000 series) which one of my Solaris servers is patched into. I have a feeling they are duplex related, but I'm a bit stuck as to how to confirm that. How do I: 1. Check the duplex settings on my eri0 card? 2. Set the... (3 Replies)
Discussion started by: saabir
3 Replies

9. UNIX for Dummies Questions & Answers

Full duplex at HUB?

Ok at the moment I have a hub whit 5 computers connected to it. It's a 10/100 NetGear hub. Ok I heard that there is some command I can run or a file I edit or something like that. But what the command/file/script/whatever does is tells you what connect speed it's connecting to the hub to. ... (4 Replies)
Discussion started by: merlin
4 Replies

10. IP Networking

duplex

Hi all, What is the difference between half duplex and full duplex? What are the advantages and disadvantages of each mode, if any? Thanks. (3 Replies)
Discussion started by: sihong
3 Replies
Login or Register to Ask a Question