Difference between pages "Your first steps on Linux" and "HP OfficeJet 6700"

From Linuxintro
(Difference between pages)
imported>WikiSysop
 
imported>ThorstenStaerk
 
Line 1: Line 1:
Ok, so you have managed to install Linux on your computer. You have started it and logged in. You now wonder what comes next.  
+
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".
  
= Open a console =
+
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:
A console is text-based window where you can enter commands for your Linux. To start a console, type ALT_F2 and enter '''konsole'''. You should see a screen like this:
 
  
[[Image:Konsole.png]]
+
<pic src="http://www.linuxintro.org/images/Scan-printer-test-page-duplex-hpcups.png" width=20% align=auto />
  
The background can be black, white, green, any color. So can be the font. "tweedleburg" is my hostname, it can be different for you. Anyway, most important is you can write into it. What you write are commands to be executed. For example the command '''firefox''' will start the firefox browser:
+
If you turn off duplex print this problem exists no longer:
  
[[Image:Konsole-firefox-command.png]]
+
<pic src="http://www.linuxintro.org/images/Scan-printer-test-page-nonduplex-hpcups.png" width=20% caption="The hpcups driver needs 3x3 millimeters of margin" />
 
 
From now on, we will no longer use graphical files to show you what to do, but a box like the following:
 
tweedleburg:~ # firefox
 
tweedleburg:~ #
 
ok? Super, let's go on.
 

Revision as of 06:19, 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:

The hpcups driver needs 3x3 millimeters of margin