summaryrefslogtreecommitdiff
path: root/cups/README
blob: 64e07827170dc85dc3694c6b9e7150e02717b388 (plain)
    1 README for cups 1.6.x
    2 
    3 REQUIREMENTS
    4 
    5 1. As of version 1.5 cups needs libusb to print to usb printers, the kernel
    6    modules usblp is no longer supported. 
    7    The port installs /etc/modprobe.de/cups.conf to blacklist the module.
    8 2. In order to have more printer drivers available, the installation of the 
    9    gutenprint port (formerly gimp-print) is recommended. HP DeskJet/LaserJet 
   10    users should install the hpijs driver.
   11 3. Build and install in the following order:
   12    - cups
   13    - ghostscript
   14    - cups-filters
   15    - gutenprint (optionally)
   16    - foomatic-filters (optionally)
   17    - hpijs (optionally)
   18 
   19 Most common printers should be supported by the above configuration, if 
   20 NOT you must have foomatic-filters installed and must generate a PPD file 
   21 (Postscript Printer Description) for your printer:
   22 
   23 1. Select your printer from http://www.linuxprinting.org/printer_list.cgi
   24 2. Select a driver, be shure the driver is available within ghostscript.
   25    You can see all drivers included in ghostscript with a 'gs -h'.
   26 3. Download the PPD file for your printer.
   27 4. Save the PPD file to /usr/share/cups/model/<name>.
   28 5. Restart cups with '/etc/rc.d/cups restart'
   29 
   30 
   31 PRE-INSTALL
   32 
   33 POST-INSTALL
   34 
   35 1. Remove the usblp kernel module before starting cups.
   36 2. Configure your printer with the web-interface, http://localhost:631.
   37 
   38 
   39 PRECAUTION

Generated by cgit