printer.rst
changeset 0 0e4335f01909
child 48 991d5d4f4e2d
equal deleted inserted replaced
-1:000000000000 0:0e4335f01909
       
     1 -*- mode: outline -*-
       
     2 
       
     3 * Where find driver for HP printers?
       
     4 
       
     5 Go to
       
     6 
       
     7   http://hplipopensource.com
       
     8 
       
     9 and follow instructions.
       
    10 
       
    11 * How about LJ 1020?
       
    12 
       
    13 This printer is supported by the foo2zjs free software printer driver.
       
    14 
       
    15 The printer is faster than the LaserJet 1000 and has a USB connection. It has only 2 MB of
       
    16 RAM and 32 kB of ROM.
       
    17 
       
    18 The firmware of the printer must be uploaded after turning it on. You can use a
       
    19 hotplug/udev script which comes with foo2zjs, or do it manually:
       
    20 
       
    21   cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/usb/lp0
       
    22 
       
    23 * What is CUPS?
       
    24 
       
    25 See
       
    26 
       
    27   http://www.cups.org/
       
    28   http://en.wikipedia.org/wiki/Common_Unix_Printing_System
       
    29 
       
    30 * How access to web interface of CUPS?
       
    31 
       
    32 Go to
       
    33 
       
    34   http://localhost:631
       
    35 
       
    36 
       
    37 
       
    38 
       
    39