Difference between pages "Install SUSE Linux on netbooks" and "HP OfficeJet 6700"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
 
Line 1: Line 1:
Installing SUSE Linux on netbooks is hard because
+
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".
* netbooks tend to have the 32bit instruction set
 
* netbooks tend to have less RAM
 
* netbooks tend to not have a DVD drive
 
  
= Approaches =
+
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:
* using unetbootin to install SUSE Linux onto a USB drive does not work
 
* creating a USB disk from a SUSE Linux installation is tedious
 
* dumping the install media to a USB stick works and is described below
 
  
= Steps =
+
<pic src="http://www.linuxintro.org/images/Scan-printer-test-page-duplex-hpcups.png" width=20% align=auto />
* download the 32bit install DVD from http://software.opensuse.org
+
 
* the media size will be about 4.7 GB
+
If you turn off duplex print this problem exists no longer:
* use a 8 GB USB stick, attach it to your computer
+
 
* in this example we assume it is attached as /dev/sdx
+
<pic src="http://www.linuxintro.org/images/Scan-printer-test-page-nonduplex-hpcups.png" width=20% align=auto caption="The hpcups driver needs 3x3 millimeters of margin". />
* dump the install media to the USB stick
 
dd if=suse12.1-32bit.iso of=/dev/sdx
 
* boot from the USB stick and you will find an installation routine just as if you had booted from DVD
 

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