From 27aef6855f1543547b8190f06fd264d1b52a558d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 6 Apr 2003 18:42:44 +0000 Subject: Regenerate docs (This used to be commit 5a2aaa3d5b039776314067aee953921e7865dc4d) --- docs/htmldocs/printing.html | 150 +++++++++++++++++++++++--------------------- 1 file changed, 79 insertions(+), 71 deletions(-) (limited to 'docs/htmldocs/printing.html') diff --git a/docs/htmldocs/printing.html b/docs/htmldocs/printing.html index 7834e0d884..d30fa88b70 100644 --- a/docs/htmldocs/printing.html +++ b/docs/htmldocs/printing.html @@ -13,9 +13,8 @@ REL="UP" TITLE="Advanced Configuration" HREF="optional.html">PrevChapter 14. Printing SupportChapter 12. Printing Support

14.1. Introduction12.1. Introduction

Beginning with the 2.2.0 release, Samba supports @@ -164,8 +163,8 @@ CLASS="SECT1" >

14.2. Configuration12.2. Configuration

14.2.1. Creating [print$]12.2.1. Creating [print$]

In order to support the uploading of printer driver @@ -353,14 +352,14 @@ Samba follows this model as well.

Next create the directory tree below the [print$] share for each architecture you wish to support.

[print$]-----
         |-W32X86           ; "Windows NT x86"
         |-WIN40            ; "Windows 95/98"
         |-W32ALPHA         ; "Windows NT Alpha_AXP"
         |-W32MIPS          ; "Windows NT R4000"
-        |-W32PPC           ; "Windows NT PowerPC"

14.2.2. Setting Drivers for Existing Printers12.2.2. Setting Drivers for Existing Printers

The initial listing of printers in the Samba host's @@ -515,8 +514,8 @@ CLASS="SECT2" >

14.2.3. Support a large number of printers12.2.3. Support a large number of printers

One issue that has arisen during the development @@ -535,13 +534,16 @@ setdriver command

 
-$ rpcclient pogo -U root%secret -c "enumdrivers"
+>rpcclient pogo -U root%secret -c "enumdrivers"
+
 
 Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3]
  
 [Windows NT x86]
@@ -552,27 +554,34 @@ Printer Driver Info 1:
      Driver Name: [HP LaserJet 2100 Series PS]
  
 Printer Driver Info 1:
-     Driver Name: [HP LaserJet 4Si/4SiMX PS]
-				  
+     Driver Name: [HP LaserJet 4Si/4SiMX PS]
$ rpcclient pogo -U root%secret -c "enumprinters" -Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] +>rpcclient pogo -U root%secret -c "enumprinters" +
Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3]
      flags:[0x800000]
      name:[\\POGO\hp-print]
      description:[POGO\\POGO\hp-print,NO DRIVER AVAILABLE FOR THIS PRINTER,]
      comment:[]
-				  
+				  
$ rpcclient pogo -U root%secret \ -> -c "setdriver hp-print \"HP LaserJet 4000 Series PS\"" -Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3] +>rpcclient pogo -U root%secret -c "setdriver hp-print \"HP LaserJet 4000 Series PS\"" +
Domain=[NARNIA] OS=[Unix] Server=[Samba 2.2.0-alpha3]
 Successfully set hp-print to driver HP LaserJet 4000 Series PS.

14.2.4. Adding New Printers via the Windows NT APW12.2.4. Adding New Printers via the Windows NT APW

By default, Samba offers all printer shares defined in

14.2.5. Samba and Printer Ports12.2.5. Samba and Printer Ports

Windows NT/2000 print servers associate a port with each printer. These normally @@ -771,8 +780,8 @@ CLASS="SECT1" >

14.3. The Imprints Toolset12.3. The Imprints Toolset

The Imprints tool set provides a UNIX equivalent of the @@ -789,8 +798,8 @@ CLASS="SECT2" >

14.3.1. What is Imprints?12.3.1. What is Imprints?

Imprints is a collection of tools for supporting the goals @@ -821,8 +830,8 @@ CLASS="SECT2" >

14.3.2. Creating Printer Driver Packages12.3.2. Creating Printer Driver Packages

The process of creating printer driver packages is beyond @@ -837,8 +846,8 @@ CLASS="SECT2" >

14.3.3. The Imprints server12.3.3. The Imprints server

The Imprints server is really a database server that @@ -861,8 +870,8 @@ CLASS="SECT2" >

14.3.4. The Installation Client12.3.4. The Installation Client

More information regarding the Imprints installation client @@ -955,16 +964,16 @@ CLASS="SECT1" >

14.4. Diagnosis12.4. Diagnosis

14.4.1. Introduction12.4.1. Introduction

This is a short description of how to debug printing problems with @@ -1038,8 +1047,8 @@ CLASS="SECT2" >

14.4.2. Debugging printer problems12.4.2. Debugging printer problems

One way to debug printing problems is to start by replacing these @@ -1095,8 +1104,8 @@ CLASS="SECT2" >

14.4.3. What printers do I have?12.4.3. What printers do I have?

You can use the 'testprns' program to check to see if the printer @@ -1124,8 +1133,8 @@ CLASS="SECT2" >

14.4.4. Setting up printcap and print servers12.4.4. Setting up printcap and print servers

You may need to set up some printcaps for your Samba system to use. @@ -1208,8 +1217,8 @@ CLASS="SECT2" >

14.4.5. Job sent, no output12.4.5. Job sent, no output

This is the most frustrating part of printing. You may have sent the @@ -1253,8 +1262,8 @@ CLASS="SECT2" >

14.4.6. Job sent, strange output12.4.6. Job sent, strange output

Once you have the job printing, you can then start worrying about @@ -1299,8 +1308,8 @@ CLASS="SECT2" >

14.4.7. Raw PostScript printed12.4.7. Raw PostScript printed

This is a problem that is usually caused by either the print spooling @@ -1314,8 +1323,8 @@ CLASS="SECT2" >

14.4.8. Advanced Printing12.4.8. Advanced Printing

Note that you can do some pretty magic things by using your @@ -1330,8 +1339,8 @@ CLASS="SECT2" >

14.4.9. Real debugging12.4.9. Real debugging

If the above debug tips don't help, then maybe you need to bring in @@ -1355,7 +1364,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" >PrevConfiguring PAM for distributed but centrally -managed authenticationConfiguring Group Mapping