Difference between pages "$(" and "HP OfficeJet 6700"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Created page with "$( is the start of a bash operator that replaces the content of $() with the output of the content executed as a command. '''Example:''' rpm -ql $(rpm -qa) Lists all [[rpm]...")
 
imported>ThorstenStaerk
 
Line 1: Line 1:
$( is the start of a [[bash operator]] that replaces the content of $() with the output of the content executed as a command.
+
I installed the HP OfficeJet 6700 by switching it on an following the instructions on the printer's display. That's also how I connected it to WLAN. Then, on my computer I made sure cups is running and surfed to http://localhost:631. When I clicked on Printer -> Add Printer it appeared automatically as "Network Printer". I selected DIN A4 as paper size and double-sided printing Long-Edge (Standard). This means that you will be able to bind your papers on the long edge. As driver I chose hpcups. As paper format I chose "A4 210x297mm".
  
'''Example:'''
+
Printing the test page with duplex print, this works bad. The printer cannot print onto the full length of first side because it has to keep the paper partially in in order to be ready to draw back and turn around the paper. The printer test page will be cut off at about 1.5cm above the lower end of the paper:
rpm -ql $(rpm -qa)
+
 
Lists all [[rpm]] [[package]]s' contents.
+
<pic src="http://www.linuxintro.org/images/Scan-printer-test-page-duplex-hpcups.png" width=20% align=auto />
 +
 
 +
If you turn off duplex print this problem exists no longer.

Revision as of 06:11, 10 March 2015

I installed the HP OfficeJet 6700 by switching it on an following the instructions on the printer's display. That's also how I connected it to WLAN. Then, on my computer I made sure cups is running and surfed to http://localhost:631. When I clicked on Printer -> Add Printer it appeared automatically as "Network Printer". I selected DIN A4 as paper size and double-sided printing Long-Edge (Standard). This means that you will be able to bind your papers on the long edge. As driver I chose hpcups. As paper format I chose "A4 210x297mm".

Printing the test page with duplex print, this works bad. The printer cannot print onto the full length of first side because it has to keep the paper partially in in order to be ready to draw back and turn around the paper. The printer test page will be cut off at about 1.5cm above the lower end of the paper:

If you turn off duplex print this problem exists no longer.