printer.rst
changeset 0 0e4335f01909
child 48 991d5d4f4e2d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/printer.rst	Mon Dec 01 22:44:15 2008 +0200
@@ -0,0 +1,39 @@
+-*- mode: outline -*-
+
+* Where find driver for HP printers?
+
+Go to
+
+  http://hplipopensource.com
+
+and follow instructions.
+
+* How about LJ 1020?
+
+This printer is supported by the foo2zjs free software printer driver.
+
+The printer is faster than the LaserJet 1000 and has a USB connection. It has only 2 MB of
+RAM and 32 kB of ROM.
+
+The firmware of the printer must be uploaded after turning it on. You can use a
+hotplug/udev script which comes with foo2zjs, or do it manually:
+
+  cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/usb/lp0
+
+* What is CUPS?
+
+See
+
+  http://www.cups.org/
+  http://en.wikipedia.org/wiki/Common_Unix_Printing_System
+
+* How access to web interface of CUPS?
+
+Go to
+
+  http://localhost:631
+
+
+
+
+