Difference between revisions of "OS-Linux-Service-Cups"

From KRayWiki
Jump to navigation Jump to search
(Copy from PmWiki)
 
m (Fix mis-spelled back-link.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
!!CUPS
+
; See Also : [[OS-Linux]]<br />
  
An open source printing system developed Mac OS® X and UNIX®-like operating systems.
+
An open source printing system developed Mac OS&reg; X and UNIX&reg;-like operating systems.
 +
 
 +
= Administration =
 +
 
 +
<blockquote>
  
!!! Administration
 
 
* Web-based Administration
 
* Web-based Administration
** CUPS is often administered via a web-browser using a [[http://localhost:631/]] address.
+
** CUPS is often administered via a web-browser using a [http://localhost:631/ http://localhost:631/] address.
 
*** Supports administrator-level configuration and control control.
 
*** Supports administrator-level configuration and control control.
 
*** Supports user printer and job control and monitoring.
 
*** Supports user printer and job control and monitoring.
 
*** Supports authentication to manage printers or jobs.
 
*** Supports authentication to manage printers or jobs.
  
!!! Installation
+
</blockquote>
 +
 
 +
= Installation =
 +
 
 +
<blockquote>
 +
 
 
* It is helpful to check the GNU/Linux distribution for meta-packages that simplify installation of various packages that support both the printing system and printers of interest.
 
* It is helpful to check the GNU/Linux distribution for meta-packages that simplify installation of various packages that support both the printing system and printers of interest.
 
** Both Mageia and Mandriva GNU/Linux have meta packages for major printer brands.
 
** Both Mageia and Mandriva GNU/Linux have meta packages for major printer brands.
Line 16: Line 24:
 
*** Meta packages can assure installation of resources like printer test pages.
 
*** Meta packages can assure installation of resources like printer test pages.
 
*** To view the list of meta packages in these distributions, use:
 
*** To view the list of meta packages in these distributions, use:
---> $ urpmi --fuzzy task-printing
+
***: $ <kbd>urpmi --fuzzy task-printing</kbd>
---> task-printing
+
***: <kbd><small>task-printing</small></kbd>
---> task-printing-canon
+
***: <kbd><small>task-printing-canon</small></kbd>
---> task-printing-epson
+
***: <kbd><small>task-printing-epson</small></kbd>
---> task-printing-hp
+
***: <kbd><small>task-printing-hp</small></kbd>
---> task-printing-lexmark
+
***: <kbd><small>task-printing-lexmark</small></kbd>
---> task-printing-misc
+
***: <kbd><small>task-printing-misc</small></kbd>
---> task-printing-okidata
+
***: <kbd><small>task-printing-okidata</small></kbd>
---> task-printing-scanning
+
***: <kbd><small>task-printing-scanning</small></kbd>
---> task-printing-server
+
***: <kbd><small>task-printing-server</small></kbd>
  
!!! Printer Drivers
+
</blockquote>
 +
 
 +
= Printer Drivers =
 +
 
 +
<blockquote>
  
 
GNU/Linux distributions do not package drivers for all printers.  Some printer manufacturers create their own drivers that may not be compatible with licensing requirements of a free GNU/Linux distribution.
 
GNU/Linux distributions do not package drivers for all printers.  Some printer manufacturers create their own drivers that may not be compatible with licensing requirements of a free GNU/Linux distribution.
* [[OSTech/CupsCanonMG6100|Canon MG-6100 Series]] : Linux support (used to) require a custom driver from Canon.
+
* [[OS-Linux-Service-Cups-CanonMG6100|Canon MG-6100 Series]] : Linux support (used to) require a custom driver from Canon.
 
** This manufacturer-provided driver supports the Canon MG-6120 printer, among others.
 
** This manufacturer-provided driver supports the Canon MG-6120 printer, among others.
  
 
Sometimes a Linux system will auto-detect a printer, or the supplied driver will not work with default settings.
 
Sometimes a Linux system will auto-detect a printer, or the supplied driver will not work with default settings.
* [[OSTech/CupsCanonMG6100Mageia2|Cups Canon MG6100 Mageia 2]] was written as a result of struggle with getting a Linux native driver configured successfully.  The page now describes how to set a default ''Resolution'' setting to one that works.  For some reason, 600x600 dpi settings are an issue, and a 300x300 dpi setting is just fine.
+
* [[OS-Linux-Service-Cups-CanonMG6100-Mageia2|Cups Canon MG6100 Mageia 2]] was written as a result of struggle with getting a Linux native driver configured successfully.  The page now describes how to set a default ''Resolution'' setting to one that works.  For some reason, 600x600 dpi settings are an issue, and a 300x300 dpi setting is just fine.
  
 
When connecting a network-attached printer, the printer probably will not be detected automatically.
 
When connecting a network-attached printer, the printer probably will not be detected automatically.
* [[OSTech/CupsCanonMG6100Mageia3|Cups Canon MG6100 Mageia 3]] is an example of how to set up a network-attached printer.
+
* [[OS-Linux-Service-Cups-CanonMG6100-Mageia3|Cups Canon MG6100 Mageia 3]] is an example of how to set up a network-attached printer.
 +
 
 +
</blockquote>
 +
 
 +
[[Category:OS]]
 +
[[Category:OS-Linux]]
 +
[[Category:OS-Linux-Service]]

Latest revision as of 05:14, 1 February 2018

See Also 
OS-Linux

An open source printing system developed Mac OS® X and UNIX®-like operating systems.

Administration

  • Web-based Administration
    • CUPS is often administered via a web-browser using a http://localhost:631/ address.
      • Supports administrator-level configuration and control control.
      • Supports user printer and job control and monitoring.
      • Supports authentication to manage printers or jobs.

Installation

  • It is helpful to check the GNU/Linux distribution for meta-packages that simplify installation of various packages that support both the printing system and printers of interest.
    • Both Mageia and Mandriva GNU/Linux have meta packages for major printer brands.
      • Meta packages can pull in utilities that uniquely support a brand of printer.
      • Meta packages can assure installation of resources like printer test pages.
      • To view the list of meta packages in these distributions, use:
        $ urpmi --fuzzy task-printing
        task-printing
        task-printing-canon
        task-printing-epson
        task-printing-hp
        task-printing-lexmark
        task-printing-misc
        task-printing-okidata
        task-printing-scanning
        task-printing-server

Printer Drivers

GNU/Linux distributions do not package drivers for all printers. Some printer manufacturers create their own drivers that may not be compatible with licensing requirements of a free GNU/Linux distribution.

  • Canon MG-6100 Series : Linux support (used to) require a custom driver from Canon.
    • This manufacturer-provided driver supports the Canon MG-6120 printer, among others.

Sometimes a Linux system will auto-detect a printer, or the supplied driver will not work with default settings.

  • Cups Canon MG6100 Mageia 2 was written as a result of struggle with getting a Linux native driver configured successfully. The page now describes how to set a default Resolution setting to one that works. For some reason, 600x600 dpi settings are an issue, and a 300x300 dpi setting is just fine.

When connecting a network-attached printer, the printer probably will not be detected automatically.