Changes between Version 2 and Version 3 of CupsPort


Ignore:
Timestamp:
Nov 30, 2006, 3:05:56 PM (17 years ago)
Author:
bart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CupsPort

    v2 v3  
    88
    99Known issues:
    10 - adding printer using the web interface doesn't work - it hangs trying
    11 to detect the attached printers.  Adding a printer from the command line
    12 using lpadmin does however work.
    13 - currently tested printer backends are ipp & lpd - usb isn't working.
    14 However, in the meantime, you can create a printer object for the USB
    15 printer, and run the OS/2 lpd daemon and print to a usb printer using
    16 the lpd backend in cups.
    17 - cups and associated programs are hardcoded to be in \gs, \gutenprint & \cups
    18 - to reduce the size of the archive, only en_GB language Gutenprint ppd files are included
     10 * adding printer using the web interface doesn't work - it hangs trying to detect the attached printers.  Adding a printer from the command line using lpadmin does however work.
     11 * currently tested printer backends are ipp & lpd - usb isn't working. However, in the meantime, you can create a printer object for the USB printer, and run the OS/2 lpd daemon and print to a usb printer using the lpd backend in cups.
     12 * cups and associated programs are hardcoded to be in \gs, \gutenprint & \cups
     13 * to reduce the size of the archive, only en_GB language Gutenprint ppd files are included
    1914
    2015-------------
     
    2318Make sure libcups.dll is available in the libpath
    2419Add a printer using the syntax:
    25 eg 1) \cups\sbin\lpadmin -p laserjet4mps -E -v lpd://192.168.1.253 (Postscript printer called lsaerjet4mps, on LPD server at 192.168.1.253
    26 eg 2) \cups\sbin\lpadmin -p EpsonC87 -E -v lpd://192.168.1.2/EPOMNI5C -m gutenprint/5.0/en_gb/stp-escp2-c86.5.0.ppd.gz (Raster printer called EpsonC87 on lpd server 192.168.1.2, queue name EPOMNI5C, postscript ppd to use located in /cups/share/cups/model/gutenprint/5.0/en_GB/stp-escp2-c86.5.0.ppd.gz
     20 1. \cups\sbin\lpadmin -p laserjet4mps -E -v lpd://192.168.1.253 (Postscript printer called lsaerjet4mps, on LPD server at 192.168.1.253
     21 2) \cups\sbin\lpadmin -p EpsonC87 -E -v lpd://192.168.1.2/EPOMNI5C -m gutenprint/5.0/en_gb/stp-escp2-c86.5.0.ppd.gz (Raster printer called EpsonC87 on lpd server 192.168.1.2, queue name EPOMNI5C, postscript ppd to use located in /cups/share/cups/model/gutenprint/5.0/en_GB/stp-escp2-c86.5.0.ppd.gz
    2722
    2823Verify printer has been added by loading the web interface in a browser with http://localhost:631 - look at the Printers button to see the printer and set any options (ie paper size, etc).